public class QueryDescriptorHandler extends NamespaceAwareNestedTagHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_TAG |
allowAllNamespaces, targetNamespaceloaderContext, locator, parentHandler| Constructor and Description |
|---|
QueryDescriptorHandler(NamespaceAwareNestedTagHandler parentHandler,
DataMap map) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
beforeScopeEnd()
Callback method that is called before this handler pushed out of parsers stack.
|
QueryDescriptor |
getQueryDescriptor() |
protected void |
processCharData(String localName,
String data) |
protected boolean |
processElement(String namespaceURI,
String localName,
Attributes attributes)
Main method to process XML content.
|
characters, createChildTagHandler, endElement, setAllowAllNamespaces, setTargetNamespace, startElementgetParentHandler, setDocumentLocator, stop, unexpectedTagMessageendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic static final String PROPERTY_TAG
public QueryDescriptorHandler(NamespaceAwareNestedTagHandler parentHandler, DataMap map)
protected boolean processElement(String namespaceURI, String localName, Attributes attributes) throws SAXException
SAXNestedTagHandlerprocessElement in class NamespaceAwareNestedTagHandlernamespaceURI - namespace for taglocalName - tag local name (i.e. w/o namespace prefix)attributes - tag attributesSAXException - can be thrown to abort parsingSAXNestedTagHandler.createChildTagHandler(String, String, String, Attributes)protected void processCharData(String localName, String data)
processCharData in class NamespaceAwareNestedTagHandlerprotected void beforeScopeEnd()
SAXNestedTagHandlerbeforeScopeEnd in class SAXNestedTagHandlerpublic QueryDescriptor getQueryDescriptor()
Copyright © 2001–2019 Apache Cayenne. All rights reserved.