Uses of Class
org.eclipse.persistence.internal.oxm.XPathNode
-
-
Uses of XPathNode in org.eclipse.persistence.internal.oxm
Fields in org.eclipse.persistence.internal.oxm declared as XPathNode Modifier and Type Field Description protected XPathNodeNodeValue. xPathNodeMethods in org.eclipse.persistence.internal.oxm that return XPathNode Modifier and Type Method Description XPathNodeXPathNode. addChild(XPathFragment anXPathFragment, NodeValue aNodeValue, NamespaceResolver namespaceResolver)XPathNodeXPathNode. getAnyAttributeNode()XPathNodeXPathNode. getAnyNode()XPathNodeXPathNode. getNextNode()XPathNodeXPathNode. getParent()XPathNodeObjectBuilder. getRootXPathNode()XPathNodeTreeObjectBuilder. getRootXPathNode()XPathNodeXPathObjectBuilder. getRootXPathNode()XPathNodeXPathNode. getTextNode()XPathNodeNodeValue. getXPathNode()Methods in org.eclipse.persistence.internal.oxm that return types with arguments of type XPathNode Modifier and Type Method Description List<XPathNode>XPathNode. getAttributeChildren()Map<XPathFragment,XPathNode>XPathNode. getAttributeChildrenMap()Map<String,XPathNode>XPathNode. getChildrenLookupTable(boolean isAttribute)List<XPathNode>XPathNode. getNonAttributeChildren()Map<XPathFragment,XPathNode>XPathNode. getNonAttributeChildrenMap()List<XPathNode>XPathNode. getSelfChildren()Methods in org.eclipse.persistence.internal.oxm with parameters of type XPathNode Modifier and Type Method Description voidXPathNode. setAnyNode(XPathNode xPathNode)voidXPathNode. setParent(XPathNode parent)voidXPathNode. setTextNode(XPathNode xPathNode)voidNodeValue. setXPathNode(XPathNode xPathNode)voidXMLChoiceCollectionMappingMarshalNodeValue. setXPathNode(XPathNode xPathNode)voidXMLChoiceCollectionMappingUnmarshalNodeValue. setXPathNode(XPathNode xPathNode)voidXMLChoiceObjectMappingNodeValue. setXPathNode(XPathNode xPathNode)voidXMLDirectMappingNodeValue. setXPathNode(XPathNode xPathNode) -
Uses of XPathNode in org.eclipse.persistence.internal.oxm.record
Methods in org.eclipse.persistence.internal.oxm.record that return XPathNode Modifier and Type Method Description XPathNodeUnmarshalRecord. getNonAttributeXPathNode(String namespaceURI, String localName, String qName, Attributes attributes)XPathNodeUnmarshalRecordImpl. getNonAttributeXPathNode(String namespaceURI, String localName, String qName, Attributes attributes)INTERNAL:XPathNodeUnmarshalRecord. getXPathNode()XPathNodeUnmarshalRecordImpl. getXPathNode()Methods in org.eclipse.persistence.internal.oxm.record that return types with arguments of type XPathNode Modifier and Type Method Description ArrayList<XPathNode>MarshalRecord. getGroupingElements()Methods in org.eclipse.persistence.internal.oxm.record with parameters of type XPathNode Modifier and Type Method Description voidMarshalRecord. addGroupingElement(XPathNode holderXPathNode)ObjectMarshalContext. getNonAttributeChild(int index, XPathNode xPathNode)ObjectObjectMarshalContext. getNonAttributeChild(int index, XPathNode xPathNode)ObjectSequencedMarshalContext. getNonAttributeChild(int index, XPathNode xPathNode)intMarshalContext. getNonAttributeChildrenSize(XPathNode xPathNode)intObjectMarshalContext. getNonAttributeChildrenSize(XPathNode xPathNode)intSequencedMarshalContext. getNonAttributeChildrenSize(XPathNode xPathNode)voidMarshalRecord. removeGroupingElement(XPathNode holderXPathNode)Method parameters in org.eclipse.persistence.internal.oxm.record with type arguments of type XPathNode Modifier and Type Method Description voidMarshalRecord. 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 XPathNode Modifier and Type Method Description abstract voidAbstractNullPolicy. xPathNode(XPathNode xPathNode, NullCapableValue nullCapableValue)INTERNAL: When using the SAX Platform this allows a NodeValue to be registered to receive events from the TreeObjectBuilder.voidIsSetNullPolicy. xPathNode(XPathNode xPathNode, NullCapableValue nullCapableValue)voidNullPolicy. xPathNode(XPathNode xPathNode, NullCapableValue nullCapableValue) -
Uses of XPathNode in org.eclipse.persistence.oxm.record
Methods in org.eclipse.persistence.oxm.record that return XPathNode Modifier and Type Method Description XPathNodeUnmarshalRecord. getNonAttributeXPathNode(String namespaceURI, String localName, String qName, Attributes attributes)XPathNodeUnmarshalRecord. getXPathNode()Methods in org.eclipse.persistence.oxm.record that return types with arguments of type XPathNode Modifier and Type Method Description ArrayList<XPathNode>MarshalRecord. getGroupingElements()INTERNAL: Returns the list of grouping elements currently stored on the MarshalRecordMethods in org.eclipse.persistence.oxm.record with parameters of type XPathNode Modifier and Type Method Description voidMarshalRecord. addGroupingElement(XPathNode xPathNode)INTERNAL: If an XPathNode does not have an associated NodeValue then add it to the MarshalRecord as a grouping element.voidValidatingMarshalRecord. addGroupingElement(XPathNode xPathNode)voidMarshalRecord. removeGroupingElement(XPathNode xPathNode)INTERNAL:voidValidatingMarshalRecord. removeGroupingElement(XPathNode xPathNode)Method parameters in org.eclipse.persistence.oxm.record with type arguments of type XPathNode Modifier and Type Method Description voidMarshalRecord. setGroupingElement(ArrayList<XPathNode> elements)INTERNAL: Sets the list of grouping elements to be marshalled on this record.
-