public class DTDEmitter extends ProxyEmitter
baseEmitter, outputPropertieslocator, namePool, outputStream, systemId, writerPI_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, startDocumentgetNamePool, getOutputProperties, getOutputStream, getSystemId, getWriter, makeEmitter, setOutputStream, setSystemId, usesWriterpublic void startElement(int nameCode,
Attributes attributes,
int[] namespaces,
int nscount)
throws TransformerException
startElement in class ProxyEmitternamespaces - Array of namespace codes identifying the namespace prefix/uri
pairs associated with this elementnscount - Number of significant entries within namespaces arrayTransformerExceptionpublic void endElement(int nameCode)
throws TransformerException
endElement in class ProxyEmitterTransformerExceptionpublic void characters(char[] chars,
int start,
int len)
throws TransformerException
characters in class ProxyEmitterTransformerException