com.sun.msv.grammar.xmlschema
public class XMLSchemaGrammar extends Object implements Grammar
| Field Summary | |
|---|---|
| Expression | topLevel |
| Constructor Summary | |
|---|---|
| XMLSchemaGrammar() | |
| XMLSchemaGrammar(ExpressionPool pool) | |
| Method Summary | |
|---|---|
| XMLSchemaSchema | getByNamespace(String targetNamesapce) gets XMLSchemaSchema object that has the given target namespace.
|
| ExpressionPool | getPool() |
| Expression | getTopLevel() |
| Iterator | iterateSchemas()
returns an Iterator that enumerates XMLSchemaSchema objects
that are defined in this grammar. |
Returns: null if no schema is associated with that namespace.