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, setDocumentLocator
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
public 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 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