Uses of Class
org.opendope.xpaths.Xpaths.Xpath
Packages that use Xpaths.Xpath
Package
Description
-
Uses of Xpaths.Xpath in org.docx4j.model.datastorage
Methods in org.docx4j.model.datastorage that return types with arguments of type Xpaths.XpathMethod parameters in org.docx4j.model.datastorage with type arguments of type Xpaths.XpathModifier and TypeMethodDescriptionvoidXsltFinisher.apply(JaxbXmlPart part, Map<String, Xpaths.Xpath> xpathsMap, String filename, Map<String, Map<String, Object>> finisherParams) finisherParams is a map of parameter values you can pass in, which named templates can be sensitive to (eg to set a color).static StringBindingTraverserXSLT.getRepeatPositionCondition(Map<String, Xpaths.Xpath> xpathsMap, String odTag) voidBindingTraverserStAX.streamToBind(JaxbXmlPart part, OpcPackage pkg, Map<String, Xpaths.Xpath> xpathsMap) Bind the content controls; avoid unmarshalling the entire part.abstract ObjectBindingTraverserCommonImpl.traverseToBind(JaxbXmlPart part, OpcPackage pkg, Map<String, Xpaths.Xpath> xpathsMap) BindingTraverserInterface.traverseToBind(JaxbXmlPart part, OpcPackage pkg, Map<String, Xpaths.Xpath> xpathsMap) Traverse (typically a clone of) the part, binding content controls.voidBindingTraverserNonXSLT.traverseToBind(JaxbXmlPart part, Object jaxbObject, Map<String, Xpaths.Xpath> xpathsMap) Traverse a sub-tree.BindingTraverserNonXSLT.traverseToBind(JaxbXmlPart part, OpcPackage pkg, Map<String, Xpaths.Xpath> xpathsMap) Entry point.BindingTraverserStAX.traverseToBind(JaxbXmlPart part, OpcPackage pkg, Map<String, Xpaths.Xpath> xpathsMap) BindingTraverserXSLT.traverseToBind(JaxbXmlPart part, OpcPackage pkg, Map<String, Xpaths.Xpath> xpathsMap) -
Uses of Xpaths.Xpath in org.docx4j.openpackaging.parts.opendope
Methods in org.docx4j.openpackaging.parts.opendope that return Xpaths.XpathModifier and TypeMethodDescriptionXPathsPart.getXPathById(String id) For performance reasons, avoid using this if you have a lot of xpathsstatic Xpaths.XpathXPathsPart.getXPathById(Xpaths xpaths, String id) For performance reasons, avoid using this if you have a lot of xpathsXPathsPart.getXPathByQuestionId(String id) static Xpaths.XpathXPathsPart.getXPathByQuestionId(Xpaths xpaths, String id) -
Uses of Xpaths.Xpath in org.opendope.conditions
Method parameters in org.opendope.conditions with type arguments of type Xpaths.XpathModifier and TypeMethodDescriptionvoidAnd.listXPaths(List<Xpaths.Xpath> theList, Map<String, Condition> conditionsMap, Map<String, Xpaths.Xpath> xpathsMap) voidCondition.listXPaths(List<Xpaths.Xpath> theList, Map<String, Condition> conditionsMap, Map<String, Xpaths.Xpath> xpathsMap) voidConditionref.listXPaths(List<Xpaths.Xpath> theList, Map<String, Condition> conditionsMap, Map<String, Xpaths.Xpath> xpathsMap) voidEvaluable.listXPaths(List<Xpaths.Xpath> theList, Map<String, Condition> conditionsMap, Map<String, Xpaths.Xpath> xpathsMap) List the XPaths used in this condition.voidNot.listXPaths(List<Xpaths.Xpath> theList, Map<String, Condition> conditionsMap, Map<String, Xpaths.Xpath> xpathsMap) voidOr.listXPaths(List<Xpaths.Xpath> theList, Map<String, Condition> conditionsMap, Map<String, Xpaths.Xpath> xpathsMap) voidXpathref.listXPaths(List<Xpaths.Xpath> theList, Map<String, Condition> conditionsMap, Map<String, Xpaths.Xpath> xpathsMap) -
Uses of Xpaths.Xpath in org.opendope.xpaths
Fields in org.opendope.xpaths with type parameters of type Xpaths.XpathMethods in org.opendope.xpaths that return Xpaths.XpathModifier and TypeMethodDescriptionObjectFactory.createXpathsXpath()Create an instance ofXpaths.XpathMethods in org.opendope.xpaths that return types with arguments of type Xpaths.Xpath