Uses of Class
org.eclipse.persistence.internal.oxm.XPathNode
Packages that use XPathNode
Package
Description
-
Uses of XPathNode in org.eclipse.persistence.internal.oxm
Fields in org.eclipse.persistence.internal.oxm declared as XPathNodeMethods in org.eclipse.persistence.internal.oxm that return XPathNodeModifier and TypeMethodDescriptionXPathNode.addChild
(XPathFragment anXPathFragment, NodeValue aNodeValue, NamespaceResolver namespaceResolver) XPathNode.getAnyAttributeNode()
XPathNode.getAnyNode()
XPathNode.getNextNode()
XPathNode.getParent()
ObjectBuilder.getRootXPathNode()
TreeObjectBuilder.getRootXPathNode()
XPathObjectBuilder.getRootXPathNode()
XPathNode.getTextNode()
NodeValue.getXPathNode()
Methods in org.eclipse.persistence.internal.oxm that return types with arguments of type XPathNodeModifier and TypeMethodDescriptionXPathNode.getAttributeChildren()
XPathNode.getAttributeChildrenMap()
XPathNode.getChildrenLookupTable
(boolean isAttribute) XPathNode.getNonAttributeChildren()
XPathNode.getNonAttributeChildrenMap()
XPathNode.getSelfChildren()
Methods in org.eclipse.persistence.internal.oxm with parameters of type XPathNodeModifier and TypeMethodDescriptionvoid
XPathNode.setAnyNode
(XPathNode xPathNode) void
void
XPathNode.setTextNode
(XPathNode xPathNode) void
NodeValue.setXPathNode
(XPathNode xPathNode) void
XMLChoiceCollectionMappingMarshalNodeValue.setXPathNode
(XPathNode xPathNode) void
XMLChoiceCollectionMappingUnmarshalNodeValue.setXPathNode
(XPathNode xPathNode) void
XMLChoiceObjectMappingNodeValue.setXPathNode
(XPathNode xPathNode) void
XMLDirectMappingNodeValue.setXPathNode
(XPathNode xPathNode) -
Uses of XPathNode in org.eclipse.persistence.internal.oxm.record
Methods in org.eclipse.persistence.internal.oxm.record that return XPathNodeModifier and TypeMethodDescriptionUnmarshalRecord.getNonAttributeXPathNode
(String namespaceURI, String localName, String qName, Attributes attributes) UnmarshalRecordImpl.getNonAttributeXPathNode
(String namespaceURI, String localName, String qName, Attributes attributes) INTERNAL:UnmarshalRecord.getXPathNode()
UnmarshalRecordImpl.getXPathNode()
Methods in org.eclipse.persistence.internal.oxm.record that return types with arguments of type XPathNodeMethods in org.eclipse.persistence.internal.oxm.record with parameters of type XPathNodeModifier and TypeMethodDescriptionvoid
MarshalRecord.addGroupingElement
(XPathNode holderXPathNode) MarshalContext.getNonAttributeChild
(int index, XPathNode xPathNode) ObjectMarshalContext.getNonAttributeChild
(int index, XPathNode xPathNode) SequencedMarshalContext.getNonAttributeChild
(int index, XPathNode xPathNode) int
MarshalContext.getNonAttributeChildrenSize
(XPathNode xPathNode) int
ObjectMarshalContext.getNonAttributeChildrenSize
(XPathNode xPathNode) int
SequencedMarshalContext.getNonAttributeChildrenSize
(XPathNode xPathNode) void
MarshalRecord.removeGroupingElement
(XPathNode holderXPathNode) Method parameters in org.eclipse.persistence.internal.oxm.record with type arguments of type XPathNodeModifier and TypeMethodDescriptionvoid
MarshalRecord.setGroupingElement
(ArrayList<XPathNode> object) -
Uses of XPathNode in org.eclipse.persistence.oxm.mappings.nullpolicy
Methods in org.eclipse.persistence.oxm.mappings.nullpolicy with parameters of type XPathNodeModifier and TypeMethodDescriptionabstract void
AbstractNullPolicy.xPathNode
(XPathNode xPathNode, NullCapableValue nullCapableValue) INTERNAL: When using the SAX Platform this allows a NodeValue to be registered to receive events from the TreeObjectBuilder.void
IsSetNullPolicy.xPathNode
(XPathNode xPathNode, NullCapableValue nullCapableValue) void
NullPolicy.xPathNode
(XPathNode xPathNode, NullCapableValue nullCapableValue) -
Uses of XPathNode in org.eclipse.persistence.oxm.record
Methods in org.eclipse.persistence.oxm.record that return XPathNodeModifier and TypeMethodDescriptionUnmarshalRecord.getNonAttributeXPathNode
(String namespaceURI, String localName, String qName, Attributes attributes) UnmarshalRecord.getXPathNode()
Methods in org.eclipse.persistence.oxm.record that return types with arguments of type XPathNodeModifier and TypeMethodDescriptionMarshalRecord.getGroupingElements()
INTERNAL: Returns the list of grouping elements currently stored on the MarshalRecordMethods in org.eclipse.persistence.oxm.record with parameters of type XPathNodeModifier and TypeMethodDescriptionvoid
MarshalRecord.addGroupingElement
(XPathNode xPathNode) INTERNAL: If an XPathNode does not have an associated NodeValue then add it to the MarshalRecord as a grouping element.void
ValidatingMarshalRecord.addGroupingElement
(XPathNode xPathNode) void
MarshalRecord.removeGroupingElement
(XPathNode xPathNode) INTERNAL:void
ValidatingMarshalRecord.removeGroupingElement
(XPathNode xPathNode) Method parameters in org.eclipse.persistence.oxm.record with type arguments of type XPathNodeModifier and TypeMethodDescriptionvoid
MarshalRecord.setGroupingElement
(ArrayList<XPathNode> elements) INTERNAL: Sets the list of grouping elements to be marshalled on this record.