Package | Description |
---|---|
org.docx4j | |
org.docx4j.openpackaging.parts | |
org.docx4j.utils |
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").
|
static List<Object> |
XmlUtils.getJAXBNodesViaXPath(Binder<Node> binder,
Object jaxbElement,
String xpathExpr,
boolean refreshXmlFirst)
Fetch JAXB Nodes 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").
|
List<Object> |
XPathEnabled.getJAXBNodesViaXPath(String xpathExpr,
boolean refreshXmlFirst)
Fetch JAXB Nodes matching an XPath (for example "//w:p").
|
List<Object> |
JaxbXmlPartXPathAware.getJAXBNodesViaXPath(String xpathExpr,
boolean refreshXmlFirst)
Fetch JAXB Nodes matching an XPath (for example "//w:p").
|
List<Object> |
XPathEnabled.getJAXBNodesViaXPath(String xpathExpr,
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).
|
List<Object> |
JaxbXmlPartXPathAware.getJAXBNodesViaXPath(String xpathExpr,
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).
|
Modifier and Type | Method and Description |
---|---|
List<Object> |
XPathAwareCloner.getJAXBNodesViaXPath(String xpathExpr,
boolean refreshXmlFirst)
Fetch JAXB Nodes matching an XPath (for example "//w:p").
|
static void |
XPathAwareCloner.main(String[] args) |
Copyright © 2007-2019. All Rights Reserved.