gnu.xml.dom
public static class Consumer.Backdoor extends DomConsumer.Handler
| Constructor Summary | |
|---|---|
| protected | Backdoor(DomConsumer consumer)
Constructor. |
| Method Summary | |
|---|---|
| void | attributeDecl(String ename, String aname, String type, String mode, String value) |
| boolean | canPopulateEntityRefs() |
| protected Text | createText(boolean isCDATA, char[] buf, int off, int len) |
| void | endDocument() |
| void | endDTD() |
| void | endElement(String uri, String localName, String qName) |
| void | endEntity(String name) |
| void | externalEntityDecl(String name, String publicId, String systemId) |
| void | internalEntityDecl(String name, String value) |
| void | notationDecl(String name, String publicId, String systemId) |
| void | startDocument() |
| void | startDTD(String name, String publicId, String systemId) |
| void | startElement(String uri, String localName, String qName, Attributes atts) |
| void | startEntity(String name) |
| void | unparsedEntityDecl(String name, String publicId, String systemId, String notationName) |
Parameters: consumer must have been initialized to use the DomDocument class (or a subclass) for constructing DOM trees
Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2013-01-12.