public class DTDEmitter extends ProxyEmitter
locator, namePool, outputStream, systemId, writerbaseEmitter, outputProperties| Constructor | Description |
|---|---|
DTDEmitter() |
| Modifier and Type | Method | 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,
org.xml.sax.Attributes attributes,
int[] namespaces,
int nscount) |
Start of an element.
|
getNamePool, getOutputProperties, getOutputStream, getSystemId, getWriter, makeEmitter, setOutputStream, setSystemId, usesWriterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomment, endDocument, processingInstruction, setDocumentLocator, setEscaping, setNamePool, setOutputProperties, setUnderlyingEmitter, setUnparsedEntity, setWriter, startDocumentpublic void startElement(int nameCode,
org.xml.sax.Attributes attributes,
int[] namespaces,
int nscount)
throws javax.xml.transform.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 arrayjavax.xml.transform.TransformerExceptionpublic void endElement(int nameCode)
throws javax.xml.transform.TransformerException
endElement in class ProxyEmitterjavax.xml.transform.TransformerExceptionpublic void characters(char[] chars,
int start,
int len)
throws javax.xml.transform.TransformerException
characters in class ProxyEmitterjavax.xml.transform.TransformerException