Package net.ontopia.topicmaps.nav2.utils
Class NavigatorConfigurationContentHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
net.ontopia.xml.SAXTracker
net.ontopia.topicmaps.nav2.utils.NavigatorConfigurationContentHandler
- All Implemented Interfaces:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler
INTERNAL: A Content Handler for reading in an application
configuration file (default name:
application.xml,
default location: WEB-INF/config).-
Field Summary
Fields inherited from class net.ontopia.xml.SAXTracker
content, keepContentsOf, locator, openElements -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidendElement(String nsuri, String lname, String qname) voidvoidstartElement(String nsuri, String lname, String qname, Attributes attrs) Methods inherited from class net.ontopia.xml.SAXTracker
characters, isParent, keepContentsOf, setDocumentLocatorMethods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startPrefixMapping, unparsedEntityDecl, warningMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
NavigatorConfigurationContentHandler
public NavigatorConfigurationContentHandler()
-
-
Method Details
-
startDocument
- Specified by:
startDocumentin interfaceContentHandler- Overrides:
startDocumentin classDefaultHandler- Throws:
SAXException
-
startElement
public void startElement(String nsuri, String lname, String qname, Attributes attrs) throws SAXException - Specified by:
startElementin interfaceContentHandler- Overrides:
startElementin classSAXTracker- Throws:
SAXException
-
endElement
- Specified by:
endElementin interfaceContentHandler- Overrides:
endElementin classSAXTracker- Throws:
SAXException