Uses of Interface
com.sun.xml.xsom.XSXPath

Packages that use XSXPath
com.sun.xml.xsom Interfaces that the client should use to access schema information. 
com.sun.xml.xsom.impl Implementation of the com.sun.xml.xsom package. 
com.sun.xml.xsom.impl.util   
com.sun.xml.xsom.util   
com.sun.xml.xsom.visitor Visitor pattern support for the com.sun.xml.xsom interfaces. 
 

Uses of XSXPath in com.sun.xml.xsom
 

Methods in com.sun.xml.xsom that return XSXPath
 XSXPath XSIdentityConstraint.getSelector()
          Returns the selector XPath expression as string.
 

Methods in com.sun.xml.xsom that return types with arguments of type XSXPath
 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
 class XPathImpl
           
 

Methods in com.sun.xml.xsom.impl that return XSXPath
 XSXPath IdentityConstraintImpl.getSelector()
           
 

Methods in com.sun.xml.xsom.impl that return types with arguments of type XSXPath
 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
 void SchemaTreeTraverser.xpath(XSXPath xp)
           
 void SchemaWriter.xpath(XSXPath xp)
           
 

Uses of XSXPath in com.sun.xml.xsom.util
 

Methods in com.sun.xml.xsom.util with parameters of type XSXPath
 T XSFunctionFilter.xpath(XSXPath xpath)
           
 String ComponentNameFunction.xpath(XSXPath xpath)
           
 String NameGetter.xpath(XSXPath xpath)
           
 Boolean XSFinder.xpath(XSXPath xpath)
           
 

Uses of XSXPath in com.sun.xml.xsom.visitor
 

Methods in com.sun.xml.xsom.visitor with parameters of type XSXPath
 void XSVisitor.xpath(XSXPath xp)
           
 T XSFunction.xpath(XSXPath xpath)
           
 



Copyright © 2012 Oracle. All Rights Reserved.