public class RootDataMapHandler extends VersionAwareHandler
rootTagallowAllNamespaces, targetNamespaceloaderContext, locator, parentHandler| Constructor and Description |
|---|
RootDataMapHandler(LoaderContext loaderContext) |
| Modifier and Type | Method and Description |
|---|---|
protected ContentHandler |
createChildTagHandler(String namespaceURI,
String localName,
String qName,
Attributes attributes)
This method should be used to create nested handlers to process children elements.
|
processElement, validateNamespace, validateVersioncharacters, endElement, processCharData, setAllowAllNamespaces, setTargetNamespace, startElementbeforeScopeEnd, getParentHandler, setDocumentLocator, stop, unexpectedTagMessageendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic RootDataMapHandler(LoaderContext loaderContext)
protected ContentHandler createChildTagHandler(String namespaceURI, String localName, String qName, Attributes attributes)
SAXNestedTagHandlernull.createChildTagHandler in class NamespaceAwareNestedTagHandlernamespaceURI - namespace for taglocalName - tag local name (i.e. w/o namespace prefix)qName - tag full name (i.e. with namespace prefix)attributes - tag attributesCopyright © 2001–2018 Apache Cayenne. All rights reserved.