public interface XPathEnabled<E>
| Modifier and Type | Method and Description |
|---|---|
E |
createBinderAndJaxbElement(E source)
Set the JAXBElement for this part, and a corresponding
binder, based on the object provided.
|
javax.xml.bind.Binder<org.w3c.dom.Node> |
getBinder()
Enables synchronization between XML infoset nodes and JAXB objects
representing same XML document.
|
java.util.List<JAXBAssociation> |
getJAXBAssociationsForXPath(java.lang.Object someJaxbElement,
java.lang.String xpathExpr,
boolean refreshXmlFirst)
Fetch DOM node / JAXB object pairs matching an XPath (for example ".//w:p" - note the dot,
which is necessary for this sort of relative path).
|
java.util.List<JAXBAssociation> |
getJAXBAssociationsForXPath(java.lang.String xpathExpr,
boolean refreshXmlFirst)
Fetch DOM node / JAXB object pairs matching an XPath (for example "//w:p").
|
java.util.List<java.lang.Object> |
getJAXBNodesViaXPath(java.lang.String xpathExpr,
boolean refreshXmlFirst)
Fetch JAXB Nodes matching an XPath (for example "//w:p").
|
java.util.List<java.lang.Object> |
getJAXBNodesViaXPath(java.lang.String xpathExpr,
java.lang.Object someJaxbElement,
boolean refreshXmlFirst)
Fetch JAXB Nodes matching an XPath (for example ".//w:p" - note the dot,
which is necessary for this sort of relative path).
|
javax.xml.bind.Binder<org.w3c.dom.Node> getBinder()
E createBinderAndJaxbElement(E source) throws javax.xml.bind.JAXBException
source - javax.xml.bind.JAXBExceptionjava.util.List<java.lang.Object> getJAXBNodesViaXPath(java.lang.String xpathExpr,
boolean refreshXmlFirst)
throws javax.xml.bind.JAXBException,
XPathBinderAssociationIsPartialException
xpathExpr - refreshXmlFirst - javax.xml.bind.JAXBExceptionXPathBinderAssociationIsPartialExceptionjava.util.List<java.lang.Object> getJAXBNodesViaXPath(java.lang.String xpathExpr,
java.lang.Object someJaxbElement,
boolean refreshXmlFirst)
throws javax.xml.bind.JAXBException,
XPathBinderAssociationIsPartialException
xpathExpr - someJaxbElement - refreshXmlFirst - javax.xml.bind.JAXBExceptionXPathBinderAssociationIsPartialExceptionjava.util.List<JAXBAssociation> getJAXBAssociationsForXPath(java.lang.String xpathExpr, boolean refreshXmlFirst) throws javax.xml.bind.JAXBException, XPathBinderAssociationIsPartialException
binder - jaxbElement - xpathExpr - refreshXmlFirst - javax.xml.bind.JAXBExceptionXPathBinderAssociationIsPartialExceptionjava.util.List<JAXBAssociation> getJAXBAssociationsForXPath(java.lang.Object someJaxbElement, java.lang.String xpathExpr, boolean refreshXmlFirst) throws javax.xml.bind.JAXBException, XPathBinderAssociationIsPartialException
binder - jaxbElement - xpathExpr - refreshXmlFirst - javax.xml.bind.JAXBExceptionXPathBinderAssociationIsPartialExceptionCopyright © 2007–2023. All rights reserved.