com.jclark.xsl.sax2
public class SAXTwoOMBuilderImpl extends Object implements SAXTwoOMBuilder
true
in the XMLReader
Field Summary | |
---|---|
LoadContext | _context |
int | _currentIndex |
SAXTwoOMBuilderImpl.ContainerNodeImpl | _currentNode |
char[] | _dataBuf |
int | _dataBufUsed |
boolean | _includeComments |
boolean | _includeProcessingInstructions |
InputSource | _input |
Locator | _locator |
Hashtable | _pendingNamespaces |
SAXTwoOMBuilderImpl.RootNodeImpl | _rootNode |
Constructor Summary | |
---|---|
SAXTwoOMBuilderImpl()
make sure you call init() if you construct with this method | |
SAXTwoOMBuilderImpl(LoadContext context, String systemId, int documentIndex, NamespacePrefixMap nsMap, InputSource input) |
Method Summary | |
---|---|
void | characters(char[] ch, int start, int length) |
void | comment(String contents) |
void | endDocument() |
void | endElement(String namespaceURI, String localname, String qName) |
void | endPrefixMapping(String prefix) |
Node | getRootNode() |
void | ignorableWhitespace(char[] ch, int start, int length) |
void | init(LoadContext context, String systemId, int documentIndex, NamespacePrefixMap nsMap, InputSource input) |
void | notationDecl(String name, String publicId, String systemId) |
void | processingInstruction(String target, String data) |
void | setDocumentLocator(Locator locator) |
void | skippedEntity(String entityName) |
void | startDocument() |
void | startElement(String namespaceURI, String localName, String qName, Attributes atts) |
void | startPrefixMapping(String prefix, String uri) |
void | unparsedEntityDecl(String name, String publicId, String systemId, String notationName) |