com.icl.saxon.output
Class DTDEmitter
- Result
DTDEmitter is an Emitter that generates output in DTD format from special elements
such as dtd:doctype and dtd:element.
void | characters(char[] chars, int start, int len)- Write character data (normally the value of an entity)
|
void | endElement(int nameCode)- End of an element.
|
void | startElement(int nameCode, Attributes attributes, int[] namespaces, int nscount)- Start of an element.
|
characters, comment, endDocument, endElement, processingInstruction, setDocumentLocator, setEscaping, setNamePool, setOutputProperties, setUnderlyingEmitter, setUnparsedEntity, setWriter, startDocument, startElement |
characters, comment, endDocument, endElement, getNamePool, getOutputProperties, getOutputStream, getSystemId, getWriter, makeEmitter, processingInstruction, setDocumentLocator, setEscaping, setNamePool, setOutputProperties, setOutputStream, setSystemId, setUnparsedEntity, setWriter, startDocument, startElement, usesWriter |
characters
public void characters(char[] chars,
int start,
int len)
throws TransformerException Write character data (normally the value of an entity)
- characters in interface ProxyEmitter
endElement
public void endElement(int nameCode)
throws TransformerException End of an element.
- endElement in interface ProxyEmitter
startElement
public void startElement(int nameCode,
Attributes attributes,
int[] namespaces,
int nscount)
throws TransformerException Start of an element.
- startElement in interface ProxyEmitter