de.pannenleiter.saxon
Class Mailer
java.lang.Object
|
+--de.pannenleiter.util.Mailer
|
+--de.pannenleiter.saxon.Mailer
- public class Mailer
- extends Mailer
- implements com.icl.saxon.output.Emitter
Mailer -- This Emitter sends an email
|
Method Summary |
void |
comment(char[] ch,
int start,
int length)
|
void |
endElement(com.icl.saxon.Name name)
|
java.lang.String |
getProperty(java.lang.String propertyId)
|
void |
setCharacterSet(com.icl.saxon.output.CharacterSet charset)
|
void |
setEscaping(boolean escaping)
|
void |
setOutputDetails(com.icl.saxon.output.OutputDetails details)
|
void |
setProperty(java.lang.String propertyId,
java.lang.String value)
|
void |
setWriter(java.io.Writer writer)
|
void |
startElement(com.icl.saxon.Name name,
com.icl.saxon.AttributeCollection attributes)
|
| Methods inherited from class de.pannenleiter.util.Mailer |
characters,
endDocument,
endElement,
endElement,
endPrefixMapping,
ignorableWhitespace,
processingInstruction,
setDocumentLocator,
skippedEntity,
startDocument,
startElement,
startElement,
startPrefixMapping |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Mailer
public Mailer()
setOutputDetails
public void setOutputDetails(com.icl.saxon.output.OutputDetails details)
throws org.xml.sax.SAXException
- Specified by:
- setOutputDetails in interface com.icl.saxon.output.Emitter
comment
public void comment(char[] ch,
int start,
int length)
throws org.xml.sax.SAXException
- Specified by:
- comment in interface com.icl.saxon.output.Emitter
setWriter
public void setWriter(java.io.Writer writer)
throws org.xml.sax.SAXException
- Specified by:
- setWriter in interface com.icl.saxon.output.Emitter
setCharacterSet
public void setCharacterSet(com.icl.saxon.output.CharacterSet charset)
throws org.xml.sax.SAXException
- Specified by:
- setCharacterSet in interface com.icl.saxon.output.Emitter
setEscaping
public void setEscaping(boolean escaping)
throws org.xml.sax.SAXException
- Specified by:
- setEscaping in interface com.icl.saxon.output.Emitter
setProperty
public void setProperty(java.lang.String propertyId,
java.lang.String value)
throws org.xml.sax.SAXException
getProperty
public java.lang.String getProperty(java.lang.String propertyId)
throws org.xml.sax.SAXException
startElement
public void startElement(com.icl.saxon.Name name,
com.icl.saxon.AttributeCollection attributes)
throws org.xml.sax.SAXException
- Specified by:
- startElement in interface com.icl.saxon.output.Emitter
endElement
public void endElement(com.icl.saxon.Name name)
throws org.xml.sax.SAXException
- Specified by:
- endElement in interface com.icl.saxon.output.Emitter