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

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

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

Methods in org.apache.ws.commons.schema.docpath that return XmlSchemaTypeInfo
 XmlSchemaTypeInfo XmlSchemaStateMachineNode.getElementType()
          If this SchemaStateMachineNode represents an XmlSchemaElement, the XmlSchemaTypeInfo of the element it represents.
 

Methods in org.apache.ws.commons.schema.docpath with parameters of type XmlSchemaTypeInfo
 void XmlSchemaStateMachineGenerator.onEndAttributes(XmlSchemaElement element, XmlSchemaTypeInfo elemTypeInfo)
           
 void XmlSchemaStateMachineGenerator.onEnterElement(XmlSchemaElement element, XmlSchemaTypeInfo typeInfo, boolean previouslyVisited)
           
 void XmlSchemaStateMachineGenerator.onExitElement(XmlSchemaElement element, XmlSchemaTypeInfo typeInfo, boolean previouslyVisited)
           
 

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

Methods in org.apache.ws.commons.schema.walker that return XmlSchemaTypeInfo
 XmlSchemaTypeInfo XmlSchemaAttrInfo.getType()
          The attribute's value type.
 

Methods in org.apache.ws.commons.schema.walker that return types with arguments of type XmlSchemaTypeInfo
 List<XmlSchemaTypeInfo> XmlSchemaTypeInfo.getChildTypes()
          If this represents a list or a union, returns the set of children types.
 

Methods in org.apache.ws.commons.schema.walker with parameters of type XmlSchemaTypeInfo
 void XmlSchemaVisitor.onEndAttributes(XmlSchemaElement element, XmlSchemaTypeInfo typeInfo)
          This method is called when all of the attributes have been processed (provided the element has a type defined).
 void XmlSchemaVisitor.onEnterElement(XmlSchemaElement element, XmlSchemaTypeInfo typeInfo, boolean previouslyVisited)
          A notification that an XmlSchemaElement has been entered.
 void XmlSchemaVisitor.onExitElement(XmlSchemaElement element, XmlSchemaTypeInfo typeInfo, boolean previouslyVisited)
          Signifies the end of the element that was previously entered.
 

Constructors in org.apache.ws.commons.schema.walker with parameters of type XmlSchemaTypeInfo
XmlSchemaAttrInfo(XmlSchemaAttribute attribute, XmlSchemaTypeInfo attrType)
          Constructs a new XmlSchemaAttrInfo from the provided XmlSchemaAttribute and XmlSchemaTypeInfo.
XmlSchemaTypeInfo(XmlSchemaTypeInfo listType)
          Constructs a new XmlSchemaTypeInfo representing a list of other XmlSchemaTypeInfos.
XmlSchemaTypeInfo(XmlSchemaTypeInfo listType, HashMap<XmlSchemaRestriction.Type,List<XmlSchemaRestriction>> facets)
          Constructs a list with facets.
 

Constructor parameters in org.apache.ws.commons.schema.walker with type arguments of type XmlSchemaTypeInfo
XmlSchemaTypeInfo(List<XmlSchemaTypeInfo> unionTypes)
          Constructs a union with the set of valid types a value adhering to the union must conform to.
XmlSchemaTypeInfo(List<XmlSchemaTypeInfo> unionTypes, HashMap<XmlSchemaRestriction.Type,List<XmlSchemaRestriction>> facets)
          Constructs a union with the set of valid types the a value adhering to the union must conform to, along with any constraining facets on the union itself.
 



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