org.planx.xmlstore.nodes
Class DVMHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.planx.xmlstore.nodes.DVMHandler
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
public class DVMHandler
- extends DefaultHandler
| Methods inherited from class org.xml.sax.helpers.DefaultHandler |
endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DVMHandler
public DVMHandler()
DVMHandler
public DVMHandler(NodeListener listener)
getRoot
public SystemNode getRoot()
clear
public void clear()
- Releases all ressources held by the handler. The handler should not be used again.
This is done to ensure that a parser with a reference to this handler does not
keep otherwise un-referenced data alive.
startDocument
public void startDocument()
- Specified by:
startDocument in interface ContentHandler- Overrides:
startDocument in class DefaultHandler
endDocument
public void endDocument()
- Specified by:
endDocument in interface ContentHandler- Overrides:
endDocument in class DefaultHandler
startElement
public void startElement(String uri,
String localName,
String qName,
Attributes attributes)
- Specified by:
startElement in interface ContentHandler- Overrides:
startElement in class DefaultHandler
endElement
public void endElement(String uri,
String localName,
String qName)
- Specified by:
endElement in interface ContentHandler- Overrides:
endElement in class DefaultHandler
characters
public void characters(char[] ch,
int start,
int length)
- Specified by:
characters in interface ContentHandler- Overrides:
characters in class DefaultHandler
Copyright © 2010. All Rights Reserved.