Uses of Class
org.apache.ws.commons.schema.XmlSchemaXPath

Packages that use XmlSchemaXPath
org.apache.ws.commons.schema   
 

Uses of XmlSchemaXPath in org.apache.ws.commons.schema
 

Fields in org.apache.ws.commons.schema declared as XmlSchemaXPath
(package private)  XmlSchemaXPath XmlSchemaIdentityConstraint.selector
           
 

Methods in org.apache.ws.commons.schema that return XmlSchemaXPath
 XmlSchemaXPath XmlSchemaIdentityConstraint.getSelector()
           
 

Methods in org.apache.ws.commons.schema with parameters of type XmlSchemaXPath
(package private)  org.w3c.dom.Element XmlSchemaSerializer.serializeField(org.w3c.dom.Document doc, XmlSchemaXPath fieldObj, XmlSchema schema)
          ********************************************************************* Element serializeField(Document doc, XmlSchemaXPath fieldObj, XmlSchema schema) throws XmlSchemaSerializerException

Each member of complex type will be appended and pass the element created.

(package private)  org.w3c.dom.Element XmlSchemaSerializer.serializeSelector(org.w3c.dom.Document doc, XmlSchemaXPath selectorObj, XmlSchema schema)
          ********************************************************************* Element serializeSelector(Document doc, XmlSchemaXPath selectorObj, XmlSchema schema) throws XmlSchemaSerializerException{

Each member of complex type will be appended and pass the element created.

 void XmlSchemaIdentityConstraint.setSelector(XmlSchemaXPath selector)
           
 



Copyright 2004-2004-2006 Apache Software Foundation. All Rights Reserved.