public class ActionConfigContentHandler extends SAXTracker
Note: Assumes a well-formed and valid XML instance according the DTD.
content, keepContentsOf, locator, openElements
Constructor and Description |
---|
ActionConfigContentHandler(String contextPath)
default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
endElement(String nsuri,
String lname,
String qname) |
ActionRegistryIF |
getRegistry()
Gets the action registry object.
|
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 ActionConfigContentHandler(String contextPath)
public ActionRegistryIF getRegistry()
public void startElement(String nsuri, String lname, String qname, Attributes attrs)
startElement
in interface ContentHandler
startElement
in class SAXTracker
public void endElement(String nsuri, String lname, String qname)
endElement
in interface ContentHandler
endElement
in class SAXTracker