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, setDocumentLocatorendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic ActionConfigContentHandler(String contextPath)
public ActionRegistryIF getRegistry()
public void startElement(String nsuri, String lname, String qname, Attributes attrs)
startElement in interface ContentHandlerstartElement in class SAXTrackerpublic void endElement(String nsuri, String lname, String qname)
endElement in interface ContentHandlerendElement in class SAXTracker