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

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

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

Methods in org.apache.ws.commons.schema that return XmlSchemaNotation
 XmlSchemaNotation XmlSchema.getNotationByName(QName name)
          Retrieve a notation by QName.
protected  XmlSchemaNotation XmlSchema.getNotationByName(QName name, boolean deep, Stack<XmlSchema> schemaStack)
           
 XmlSchemaNotation XmlSchemaCollection.getNotationByQName(QName name)
           
 

Methods in org.apache.ws.commons.schema that return types with arguments of type XmlSchemaNotation
 Map<QName,XmlSchemaNotation> XmlSchema.getNotations()
          Return a map containing all the defined notations of this schema.
 



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