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
public class NavigatorConfigurationContentHandler
- extends SAXTracker
INTERNAL: A Content Handler for reading in an application
configuration file (default name: application.xml
,
default location: WEB-INF/config
).
- See Also:
NavigatorConfigurationIF
,
NavigatorConfiguration
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NavigatorConfigurationContentHandler
public NavigatorConfigurationContentHandler()
- INTERNAL: default constructor.
getNavigatorConfiguration
public NavigatorConfigurationIF getNavigatorConfiguration()
startDocument
public void startDocument()
throws SAXException
- Specified by:
startDocument
in interface ContentHandler
- Overrides:
startDocument
in class org.xml.sax.helpers.DefaultHandler
- Throws:
SAXException
startElement
public void startElement(String nsuri,
String lname,
String qname,
Attributes attrs)
throws SAXException
- Specified by:
startElement
in interface ContentHandler
- Overrides:
startElement
in class SAXTracker
- Throws:
SAXException
endElement
public void endElement(String nsuri,
String lname,
String qname)
throws SAXException
- Specified by:
endElement
in interface ContentHandler
- Overrides:
endElement
in class SAXTracker
- Throws:
SAXException
Copyright © 2000-2012 Ontopia.