com.icl.saxon.output
public class DTDEmitter extends ProxyEmitter
baseEmitter, outputProperties
locator, namePool, outputStream, systemId, writer
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING
Constructor and Description |
---|
DTDEmitter() |
Modifier and Type | Method and Description |
---|---|
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.
|
comment, endDocument, processingInstruction, setDocumentLocator, setEscaping, setNamePool, setOutputProperties, setUnderlyingEmitter, setUnparsedEntity, setWriter, startDocument
getNamePool, getOutputProperties, getOutputStream, getSystemId, getWriter, makeEmitter, setOutputStream, setSystemId, usesWriter
public void startElement(int nameCode, Attributes attributes, int[] namespaces, int nscount) throws TransformerException
startElement
in class ProxyEmitter
namespaces
- Array of namespace codes identifying the namespace prefix/uri
pairs associated with this elementnscount
- Number of significant entries within namespaces arrayTransformerException
public void endElement(int nameCode) throws TransformerException
endElement
in class ProxyEmitter
TransformerException
public void characters(char[] chars, int start, int len) throws TransformerException
characters
in class ProxyEmitter
TransformerException