Class SAXNestedTagHandler

java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.apache.cayenne.configuration.xml.SAXNestedTagHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler
Direct Known Subclasses:
NamespaceAwareNestedTagHandler

public class SAXNestedTagHandler extends DefaultHandler
A superclass of nested tag handlers for parsing of XML documents with SAX. This class is not namespace aware, i.e. tags like <info:property/> and <property/> will be treated as equal. Use NamespaceAwareNestedTagHandler if you need to process namespaces.
Since:
3.1, 4.1 redesigned and moved from org.apache.cayenne.configuration package
See Also: