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 TypeMethodDescriptionvoidXPathNode.setAnyNode(XPathNode xPathNode) voidvoidXPathNode.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 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 TypeMethodDescriptionvoidMarshalRecord.addGroupingElement(XPathNode holderXPathNode) MarshalContext.getNonAttributeChild(int index, XPathNode xPathNode) ObjectMarshalContext.getNonAttributeChild(int index, XPathNode xPathNode) SequencedMarshalContext.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 XPathNodeModifier and TypeMethodDescriptionvoidMarshalRecord.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 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 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 TypeMethodDescriptionvoidMarshalRecord.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 XPathNodeModifier and TypeMethodDescriptionvoidMarshalRecord.setGroupingElement(ArrayList<XPathNode> elements) INTERNAL: Sets the list of grouping elements to be marshalled on this record.