public class DbRelationshipHandler extends NamespaceAwareNestedTagHandler
Modifier and Type | Field and Description |
---|---|
static String |
DB_ATTRIBUTE_PAIR_TAG |
allowAllNamespaces, targetNamespace
loaderContext, locator, parentHandler
Constructor and Description |
---|
DbRelationshipHandler(NamespaceAwareNestedTagHandler parentHandler,
DataMap map) |
Modifier and Type | Method and Description |
---|---|
DbRelationship |
getDbRelationship() |
protected boolean |
processElement(String namespaceURI,
String localName,
Attributes attributes)
Main method to process XML content.
|
characters, createChildTagHandler, endElement, processCharData, setAllowAllNamespaces, setTargetNamespace, startElement
beforeScopeEnd, getParentHandler, setDocumentLocator, stop, unexpectedTagMessage
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
public static final String DB_ATTRIBUTE_PAIR_TAG
public DbRelationshipHandler(NamespaceAwareNestedTagHandler parentHandler, DataMap map)
protected boolean processElement(String namespaceURI, String localName, Attributes attributes) throws SAXException
SAXNestedTagHandler
processElement
in class NamespaceAwareNestedTagHandler
namespaceURI
- 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)
public DbRelationship getDbRelationship()
Copyright © 2001–2019 Apache Cayenne. All rights reserved.