Uses of Class
org.docx4j.jaxb.JAXBAssociation
Packages that use JAXBAssociation
-
Uses of JAXBAssociation in org.docx4j
Methods in org.docx4j that return types with arguments of type JAXBAssociationModifier and TypeMethodDescriptionstatic List<JAXBAssociation>XmlUtils.getJAXBAssociationsForXPath(jakarta.xml.bind.Binder<Node> binder, Object jaxbElement, String xpathExpr, boolean refreshXmlFirst) Fetch DOM node / JAXB object pairs matching an XPath (for example "//w:p"). -
Uses of JAXBAssociation in org.docx4j.openpackaging.parts
Methods in org.docx4j.openpackaging.parts that return types with arguments of type JAXBAssociationModifier and TypeMethodDescriptionJaxbXmlPartXPathAware.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).JaxbXmlPartXPathAware.getJAXBAssociationsForXPath(String xpathExpr, boolean refreshXmlFirst) Fetch DOM node / JAXB object pairs matching an XPath (for example "//w:p").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).XPathEnabled.getJAXBAssociationsForXPath(String xpathExpr, boolean refreshXmlFirst) Fetch DOM node / JAXB object pairs matching an XPath (for example "//w:p").