public class DTDEmitter extends ProxyEmitter
locator, namePool, outputStream, systemId, writer
baseEmitter, 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, usesWriter
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comment, endDocument, processingInstruction, setDocumentLocator, setEscaping, setNamePool, setOutputProperties, setUnderlyingEmitter, setUnparsedEntity, setWriter, startDocument
public void startElement(int nameCode, org.xml.sax.Attributes attributes, int[] namespaces, int nscount) throws javax.xml.transform.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 arrayjavax.xml.transform.TransformerException
public void endElement(int nameCode) throws javax.xml.transform.TransformerException
endElement
in class ProxyEmitter
javax.xml.transform.TransformerException
public void characters(char[] chars, int start, int len) throws javax.xml.transform.TransformerException
characters
in class ProxyEmitter
javax.xml.transform.TransformerException