Uses of Interface
com.sun.xml.xsom.XSXPath
-
Packages that use XSXPath Package Description com.sun.tools.txw2.builder.xsd Reads XML Schema grammar from XSOM and builds the model for TXW.com.sun.xml.xsom Interfaces that the client should use to access schema information.com.sun.xml.xsom.impl Implementation of thecom.sun.xml.xsompackage.com.sun.xml.xsom.impl.util com.sun.xml.xsom.util com.sun.xml.xsom.visitor Visitor pattern support for thecom.sun.xml.xsominterfaces. -
-
Uses of XSXPath in com.sun.tools.txw2.builder.xsd
Methods in com.sun.tools.txw2.builder.xsd with parameters of type XSXPath Modifier and Type Method Description LeafXmlSchemaBuilder. xpath(XSXPath xsxPath) -
Uses of XSXPath in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSXPath Modifier and Type Method Description XSXPathXSIdentityConstraint. getSelector()Returns the selector XPath expression as string.Methods in com.sun.xml.xsom that return types with arguments of type XSXPath Modifier and Type Method Description java.util.List<XSXPath>XSIdentityConstraint. getFields()Returns the list of field XPaths. -
Uses of XSXPath in com.sun.xml.xsom.impl
Classes in com.sun.xml.xsom.impl that implement XSXPath Modifier and Type Class Description classXPathImplMethods in com.sun.xml.xsom.impl that return XSXPath Modifier and Type Method Description XSXPathIdentityConstraintImpl. getSelector()Methods in com.sun.xml.xsom.impl that return types with arguments of type XSXPath Modifier and Type Method Description java.util.List<XSXPath>IdentityConstraintImpl. getFields() -
Uses of XSXPath in com.sun.xml.xsom.impl.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSXPath Modifier and Type Method Description voidSchemaTreeTraverser. xpath(XSXPath xp)voidSchemaWriter. xpath(XSXPath xp) -
Uses of XSXPath in com.sun.xml.xsom.util
Methods in com.sun.xml.xsom.util with parameters of type XSXPath Modifier and Type Method Description java.lang.StringComponentNameFunction. xpath(XSXPath xpath)java.lang.StringNameGetter. xpath(XSXPath xpath)java.lang.BooleanXSFinder. xpath(XSXPath xpath)TXSFunctionFilter. xpath(XSXPath xpath) -
Uses of XSXPath in com.sun.xml.xsom.visitor
Methods in com.sun.xml.xsom.visitor with parameters of type XSXPath Modifier and Type Method Description TXSFunction. xpath(XSXPath xpath)voidXSVisitor. xpath(XSXPath xp)
-