org.apache.xerces.xni.grammars.XMLGrammarDescription |
![]() |
This interface describes basic attributes of XML grammars--their physical location and their type.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | XML_DTD | The grammar type constant for DTD grammars. | |||||||||
String | XML_SCHEMA | The grammar type constant for XML Schema grammars. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return the type of this grammar.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The grammar type constant for DTD grammars. When getGrammarType() method returns this constant, the object should be an instance of the XMLDTDDescription interface.
The grammar type constant for XML Schema grammars. When getGrammarType() method returns this constant, the object should be an instance of the XMLSchemaDescription interface.
Return the type of this grammar.