public class PluginContentHandler extends SAXTracker
PluginIF| Modifier and Type | Field and Description |
|---|---|
static String |
PLUGINS_ROOTDIR_PLACEHOLDER |
content, keepContentsOf, locator, openElements| Constructor and Description |
|---|
PluginContentHandler(String pluginsRootURI) |
| Modifier and Type | Method and Description |
|---|---|
void |
endElement(String nsuri,
String lname,
String qname) |
Collection |
getPlugins() |
void |
startElement(String nsuri,
String lname,
String qname,
Attributes attrs) |
characters, isParent, keepContentsOf, setDocumentLocatorendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic static final String PLUGINS_ROOTDIR_PLACEHOLDER
public PluginContentHandler(String pluginsRootURI)
public Collection getPlugins()
public void startElement(String nsuri, String lname, String qname, Attributes attrs) throws SAXException
startElement in interface ContentHandlerstartElement in class SAXTrackerSAXExceptionpublic void endElement(String nsuri, String lname, String qname) throws SAXException
endElement in interface ContentHandlerendElement in class SAXTrackerSAXException