com.sun.msv.grammar.xmlschema
Class XMLSchemaGrammar
- Grammar, Serializable
public class XMLSchemaGrammar
set of XML Schema. This set can be used to validate a document.
XMLSchemaGrammar
public XMLSchemaGrammar()
getByNamespace
public XMLSchemaSchema getByNamespace(String targetNamesapce)
gets XMLSchemaSchema object that has the given target namespace.
- null if no schema is associated with that namespace.
iterateSchemas
public Iterator iterateSchemas()
returns an Iterator that enumerates XMLSchemaSchema objects
that are defined in this grammar.