public class ObjRelationshipHandler extends NamespaceAwareNestedTagHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
DB_RELATIONSHIP_REF_TAG
Deprecated.
|
static String |
OBJ_RELATIONSHIP_TAG |
allowAllNamespaces, targetNamespaceloaderContext, locator, parentHandler| Constructor and Description |
|---|
ObjRelationshipHandler(NamespaceAwareNestedTagHandler parentHandler,
DataMap map) |
| Modifier and Type | Method and Description |
|---|---|
ObjRelationship |
getObjRelationship() |
protected boolean |
processElement(String namespaceURI,
String localName,
Attributes attributes)
Main method to process XML content.
|
characters, createChildTagHandler, endElement, processCharData, setAllowAllNamespaces, setTargetNamespace, startElementbeforeScopeEnd, getParentHandler, setDocumentLocator, stop, unexpectedTagMessageendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic static final String OBJ_RELATIONSHIP_TAG
@Deprecated public static final String DB_RELATIONSHIP_REF_TAG
public ObjRelationshipHandler(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)public ObjRelationship getObjRelationship()
Copyright © 2001–2020 Apache Cayenne. All rights reserved.