| Package | Description |
|---|---|
| org.docx4j | |
| org.docx4j.openpackaging.parts |
| Modifier and Type | Method and Description |
|---|---|
static List<JAXBAssociation> |
XmlUtils.getJAXBAssociationsForXPath(Binder<Node> binder,
Object jaxbElement,
String xpathExpr,
boolean refreshXmlFirst)
Fetch DOM node / JAXB object pairs matching an XPath (for example "//w:p").
|
| Modifier and Type | Method and Description |
|---|---|
List<JAXBAssociation> |
XPathEnabled.getJAXBAssociationsForXPath(Object someJaxbElement,
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).
|
List<JAXBAssociation> |
JaxbXmlPartXPathAware.getJAXBAssociationsForXPath(Object someJaxbElement,
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).
|
List<JAXBAssociation> |
XPathEnabled.getJAXBAssociationsForXPath(String xpathExpr,
boolean refreshXmlFirst)
Fetch DOM node / JAXB object pairs matching an XPath (for example "//w:p").
|
List<JAXBAssociation> |
JaxbXmlPartXPathAware.getJAXBAssociationsForXPath(String xpathExpr,
boolean refreshXmlFirst)
Fetch DOM node / JAXB object pairs matching an XPath (for example "//w:p").
|
Copyright © 2007-2022. All Rights Reserved.