Uses of Class
org.apache.ws.commons.schema.utils.XmlSchemaRefBase

Packages that use XmlSchemaRefBase
org.apache.ws.commons.schema   
org.apache.ws.commons.schema.utils   
 

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

Methods in org.apache.ws.commons.schema that return XmlSchemaRefBase
 XmlSchemaRefBase XmlSchemaItemWithRefBase.getRefBase()
           
 XmlSchemaRefBase XmlSchemaElement.getRefBase()
           
 XmlSchemaRefBase XmlSchemaAttributeGroupRef.getRefBase()
           
 XmlSchemaRefBase XmlSchemaAttribute.getRefBase()
           
 

Uses of XmlSchemaRefBase in org.apache.ws.commons.schema.utils
 

Subclasses of XmlSchemaRefBase in org.apache.ws.commons.schema.utils
 class XmlSchemaRef<T extends XmlSchemaNamed>
          Implementation for ref='QName', a common construct in the schema.
 

Fields in org.apache.ws.commons.schema.utils declared as XmlSchemaRefBase
protected  XmlSchemaRefBase XmlSchemaNamedImpl.refTwin
           
 

Methods in org.apache.ws.commons.schema.utils with parameters of type XmlSchemaRefBase
 void XmlSchemaNamedImpl.setRefObject(XmlSchemaRefBase refBase)
          If the named object also implements ref=, it should pass the reference object here for some error checking.
 



Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.