XMLGrammarDescriptionpublic interface XMLGrammarDescription implements org.apache.xerces.xni.XMLResourceIdentifier This interface describes basic attributes of XML grammars--their
physical location and their type. |
Fields Summary |
---|
public static final String | XML_SCHEMAThe grammar type constant for XML Schema grammars. When getGrammarType()
method returns this constant, the object should be an instance of
the XMLSchemaDescription interface. | public static final String | XML_DTDThe grammar type constant for DTD grammars. When getGrammarType()
method returns this constant, the object should be an instance of
the XMLDTDDescription interface. |
Methods Summary |
---|
public java.lang.String | getGrammarType()Return the type of this grammar.
|
|