| Package | Description |
|---|---|
| org.docx4j | |
| org.docx4j.openpackaging.parts |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<JAXBAssociation> |
XmlUtils.getJAXBAssociationsForXPath(javax.xml.bind.Binder<org.w3c.dom.Node> binder,
java.lang.Object jaxbElement,
java.lang.String xpathExpr,
boolean refreshXmlFirst)
Fetch DOM node / JAXB object pairs matching an XPath (for example "//w:p").
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<JAXBAssociation> |
JaxbXmlPartXPathAware.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> |
XPathEnabled.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> |
JaxbXmlPartXPathAware.getJAXBAssociationsForXPath(java.lang.String xpathExpr,
boolean refreshXmlFirst)
Fetch DOM node / JAXB object pairs matching an XPath (for example "//w:p").
|
java.util.List<JAXBAssociation> |
XPathEnabled.getJAXBAssociationsForXPath(java.lang.String xpathExpr,
boolean refreshXmlFirst)
Fetch DOM node / JAXB object pairs matching an XPath (for example "//w:p").
|
Copyright © 2007–2023. All rights reserved.