Uses of Class
org.apache.ws.commons.schema.walker.XmlSchemaAttrInfo

Packages that use XmlSchemaAttrInfo
org.apache.ws.commons.schema.docpath Building an XML Document's Conforming Path 
org.apache.ws.commons.schema.walker Walking XML Schemas 
 

Uses of XmlSchemaAttrInfo in org.apache.ws.commons.schema.docpath
 

Methods in org.apache.ws.commons.schema.docpath that return types with arguments of type XmlSchemaAttrInfo
 List<XmlSchemaAttrInfo> XmlSchemaStateMachineNode.getAttributes()
          If this SchemaStateMachineNode represents an XmlSchemaElement, the set of XmlSchemaAttrInfos associated with the element it represents.
 

Methods in org.apache.ws.commons.schema.docpath with parameters of type XmlSchemaAttrInfo
 void XmlSchemaStateMachineGenerator.onVisitAttribute(XmlSchemaElement element, XmlSchemaAttrInfo attrInfo)
           
 

Uses of XmlSchemaAttrInfo in org.apache.ws.commons.schema.walker
 

Methods in org.apache.ws.commons.schema.walker with parameters of type XmlSchemaAttrInfo
 void XmlSchemaVisitor.onVisitAttribute(XmlSchemaElement element, XmlSchemaAttrInfo attrInfo)
          This method is called for each attribute associated with the element, providing the XmlSchemaAttrInfo representing that attribute.
 



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