public class DbKeyGeneratorHandler extends NamespaceAwareNestedTagHandler
allowAllNamespaces, targetNamespaceloaderContext, locator, parentHandler| Constructor and Description |
|---|
DbKeyGeneratorHandler(NamespaceAwareNestedTagHandler parentHandler,
DbEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
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, startElementbeforeScopeEnd, getParentHandler, setDocumentLocator, stop, unexpectedTagMessageendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic DbKeyGeneratorHandler(NamespaceAwareNestedTagHandler parentHandler, DbEntity entity)
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 NamespaceAwareNestedTagHandlerCopyright © 2001–2019 Apache Cayenne. All rights reserved.