org.apache.xerces.xni.grammars
public interface XMLGrammarDescription extends XMLResourceIdentifier
This interface describes basic attributes of XML grammars--their physical location and their type.
Version: $Id: XMLGrammarDescription.java,v 1.7 2004/02/24 23:15:58 mrglavas Exp $
Field Summary | |
---|---|
static String | XML_DTD
The grammar type constant for DTD grammars. |
static String | XML_SCHEMA
The grammar type constant for XML Schema grammars. |
Method Summary | |
---|---|
String | getGrammarType()
Return the type of this grammar.
|
Returns: the type of this grammar