net.ontopia.topicmaps.webed.impl.utils
Class ActionConfigContentHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
net.ontopia.xml.SAXTracker
net.ontopia.topicmaps.webed.impl.utils.ActionConfigContentHandler
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
public class ActionConfigContentHandler
- extends SAXTracker
INTERNAL: Parse an XML instance which stores information about the
action configuration which builds up basically action groups hold
inside a so-called action registry.
Note: Assumes a well-formed and valid XML instance according the DTD.
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 |
ActionConfigContentHandler
public ActionConfigContentHandler(String contextPath)
- default constructor.
getRegistry
public ActionRegistryIF getRegistry()
- Gets the action registry object.
startElement
public void startElement(String nsuri,
String lname,
String qname,
Attributes attrs)
- Specified by:
startElement
in interface ContentHandler
- Overrides:
startElement
in class SAXTracker
endElement
public void endElement(String nsuri,
String lname,
String qname)
- Specified by:
endElement
in interface ContentHandler
- Overrides:
endElement
in class SAXTracker
Copyright © 2000-2012 Ontopia.