|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
net.ontopia.xml.SAXTracker
net.ontopia.topicmaps.nav2.plugins.PluginContentHandler
public class PluginContentHandler
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).
PluginIF
Field Summary | |
---|---|
static String |
PLUGINS_ROOTDIR_PLACEHOLDER
|
Fields inherited from class net.ontopia.xml.SAXTracker |
---|
content, keepContentsOf, locator, openElements |
Constructor Summary | |
---|---|
PluginContentHandler(String pluginsRootURI)
|
Method Summary | |
---|---|
void |
endElement(String nsuri,
String lname,
String qname)
|
Collection |
getPlugins()
|
void |
startElement(String nsuri,
String lname,
String qname,
Attributes attrs)
|
Methods inherited from class net.ontopia.xml.SAXTracker |
---|
characters, isParent, keepContentsOf, setDocumentLocator |
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
---|
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PLUGINS_ROOTDIR_PLACEHOLDER
Constructor Detail |
---|
public PluginContentHandler(String pluginsRootURI)
Method Detail |
---|
public Collection getPlugins()
public void startElement(String nsuri, String lname, String qname, Attributes attrs) throws SAXException
startElement
in interface ContentHandler
startElement
in class SAXTracker
SAXException
public void endElement(String nsuri, String lname, String qname) throws SAXException
endElement
in interface ContentHandler
endElement
in class SAXTracker
SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |