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
voidcharacters(char[] chars, int start, int len)
Write character data (normally the value of an entity)
voidendElement(int nameCode)
End of an element.
voidstartElement(int nameCode, Attributes attributes, int[] namespaces, int nscount)
Start of an element.

Method Detail

characters

public void characters(char[] chars, int start, int len)
Write character data (normally the value of an entity)

endElement

public void endElement(int nameCode)
End of an element.

startElement

public void startElement(int nameCode, Attributes attributes, int[] namespaces, int nscount)
Start of an element.