Class DataChannelHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.apache.cayenne.configuration.xml.SAXNestedTagHandler
org.apache.cayenne.configuration.xml.NamespaceAwareNestedTagHandler
org.apache.cayenne.configuration.xml.VersionAwareHandler
org.apache.cayenne.configuration.xml.DataChannelHandler
- All Implemented Interfaces:
- ContentHandler,- DTDHandler,- EntityResolver,- ErrorHandler
- Since:
- 4.1
- 
Field SummaryFields inherited from class org.apache.cayenne.configuration.xml.VersionAwareHandlerrootTagFields inherited from class org.apache.cayenne.configuration.xml.NamespaceAwareNestedTagHandlerallowAllNamespaces, targetNamespaceFields inherited from class org.apache.cayenne.configuration.xml.SAXNestedTagHandlerloaderContext, locator, parentHandler
- 
Constructor SummaryConstructorsConstructorDescriptionDataChannelHandler(XMLDataChannelDescriptorLoader xmlDataChannelDescriptorLoader, DataChannelDescriptor dataChannelDescriptor, LoaderContext loaderContext) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected ContentHandlercreateChildTagHandler(String namespaceURI, String localName, String name, Attributes attributes) This method should be used to create nested handlers to process children elements.Methods inherited from class org.apache.cayenne.configuration.xml.VersionAwareHandlerprocessElement, validateNamespace, validateVersionMethods inherited from class org.apache.cayenne.configuration.xml.NamespaceAwareNestedTagHandlercharacters, endElement, processCharData, setAllowAllNamespaces, setTargetNamespace, startElementMethods inherited from class org.apache.cayenne.configuration.xml.SAXNestedTagHandlerbeforeScopeEnd, getParentHandler, setDocumentLocator, stop, unexpectedTagMessageMethods inherited from class org.xml.sax.helpers.DefaultHandlerendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandlerdeclaration
- 
Constructor Details- 
DataChannelHandlerpublic DataChannelHandler(XMLDataChannelDescriptorLoader xmlDataChannelDescriptorLoader, DataChannelDescriptor dataChannelDescriptor, LoaderContext loaderContext) 
 
- 
- 
Method Details- 
createChildTagHandlerprotected ContentHandler createChildTagHandler(String namespaceURI, String localName, String name, Attributes attributes) Description copied from class:SAXNestedTagHandlerThis method should be used to create nested handlers to process children elements. This method should never returnnull.- Overrides:
- createChildTagHandlerin class- NamespaceAwareNestedTagHandler
- Parameters:
- namespaceURI- namespace for tag
- localName- tag local name (i.e. w/o namespace prefix)
- name- tag full name (i.e. with namespace prefix)
- attributes- tag attributes
- Returns:
- new handler to process child tag
 
 
-