Uses of Class
org.docx4j.jaxb.XPathBinderAssociationIsPartialException
Packages that use XPathBinderAssociationIsPartialException
-
Uses of XPathBinderAssociationIsPartialException in org.docx4j
Methods in org.docx4j that throw XPathBinderAssociationIsPartialExceptionModifier 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").XmlUtils.getJAXBNodesViaXPath(jakarta.xml.bind.Binder<Node> binder, Object jaxbElement, String xpathExpr, boolean refreshXmlFirst) Fetch JAXB Nodes matching an XPath (for example "//w:p"). -
Uses of XPathBinderAssociationIsPartialException in org.docx4j.openpackaging.parts
Methods in org.docx4j.openpackaging.parts that throw XPathBinderAssociationIsPartialExceptionModifier 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").JaxbXmlPartXPathAware.getJAXBNodesViaXPath(String xpathExpr, boolean refreshXmlFirst) Fetch JAXB Nodes matching an XPath (for example "//w:p").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).XPathEnabled.getJAXBNodesViaXPath(String xpathExpr, boolean refreshXmlFirst) Fetch JAXB Nodes matching an XPath (for example "//w:p").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). -
Uses of XPathBinderAssociationIsPartialException in org.docx4j.utils
Methods in org.docx4j.utils that throw XPathBinderAssociationIsPartialException