Uses of Class
org.opendope.xpaths.Xpaths.Xpath
Packages that use Xpaths.Xpath
Package
Description
-
Uses of Xpaths.Xpath in org.docx4j.model.datastorage
Fields in org.docx4j.model.datastorage with type parameters of type Xpaths.XpathModifier and TypeFieldDescription(package private) Map<String,Xpaths.Xpath> BindingHandler.xpathsMap(package private) Map<String,Xpaths.Xpath> BindingTraverserNonXSLT.xpathsMap(package private) Map<String,Xpaths.Xpath> BindingTraverserStAX.xpathsMapprivate Map<String,Xpaths.Xpath> OpenDoPEHandler.xpathsMapprivate Map<String,Xpaths.Xpath> OpenDoPEHandlerComponents.xpathsMapMethods in org.docx4j.model.datastorage that return Xpaths.XpathModifier and TypeMethodDescriptionprivate Xpaths.XpathOpenDoPEHandler.createNewXPathObject(String newPath, Xpaths.Xpath xpathObj, int index) private static Xpaths.XpathBindingTraverserXSLT.getXpathFromTag(Tag tag, Map<String, Xpaths.Xpath> xpathsMap) Methods in org.docx4j.model.datastorage that return types with arguments of type Xpaths.XpathMethods in org.docx4j.model.datastorage with parameters of type Xpaths.XpathModifier and TypeMethodDescriptionprivate Xpaths.XpathOpenDoPEHandler.createNewXPathObject(String newPath, Xpaths.Xpath xpathObj, int index) private static StringBindingTraverserXSLT.evaluate(Xpaths.Xpath xpath, BindingTraverserState bindingTraverserState, WordprocessingMLPackage pkg, Map<String, CustomXmlPart> customXmlDataStorageParts) private CustomXmlPartUpdateXmlFromDocumentSurface.getCustomXmlPart(Xpaths.Xpath xpath) Method 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) private static Xpaths.XpathBindingTraverserXSLT.getXpathFromTag(Tag tag, Map<String, Xpaths.Xpath> xpathsMap) 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
Methods in org.opendope.conditions that return Xpaths.XpathModifier and TypeMethodDescriptionprivate Xpaths.XpathXpathref.createNewXPathObject(Map<String, Xpaths.Xpath> xpathsMap, String newPath, Xpaths.Xpath xpathObj, int index) Methods in org.opendope.conditions with parameters of type Xpaths.XpathModifier and TypeMethodDescriptionprivate Xpaths.XpathXpathref.createNewXPathObject(Map<String, Xpaths.Xpath> xpathsMap, String newPath, Xpaths.Xpath xpathObj, int index) Method parameters in org.opendope.conditions with type arguments of type Xpaths.XpathModifier and TypeMethodDescriptionprivate Xpaths.XpathXpathref.createNewXPathObject(Map<String, Xpaths.Xpath> xpathsMap, String newPath, Xpaths.Xpath xpathObj, int index) voidAnd.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