Class PluginContentHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
net.ontopia.xml.SAXTracker
net.ontopia.topicmaps.nav2.plugins.PluginContentHandler
- All Implemented Interfaces:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler
INTERNAL: A Content Handler for reading in a Plug-in Configuration
file (plugin.xml) which contains detailed information about one (or
more) Plug-in(s).
- See Also:
-
Field Summary
FieldsFields 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) voidstartElement(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, startDocument, 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
-
Field Details
-
PLUGINS_ROOTDIR_PLACEHOLDER
- See Also:
-
-
Constructor Details
-
PluginContentHandler
-
-
Method Details
-
getPlugins
-
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
-