com.icl.saxon.output
Class DTDEmitter
public
class
DTDEmitter
extends ProxyEmitter
DTDEmitter is an Emitter that generates output in DTD format from special elements
such as dtd:doctype and dtd:element.
Method Summary |
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. |
public void characters(char[] chars, int start, int len)
Write character data (normally the value of an entity)
public void endElement(int nameCode)
End of an element.
public void startElement(int nameCode, Attributes attributes, int[] namespaces, int nscount)
Start of an element.