org.apache.xerces.xni.grammars
Interface XMLGrammarDescription
- All Superinterfaces:
- XMLResourceIdentifier
- All Known Subinterfaces:
- XMLDTDDescription, XMLSchemaDescription
- public interface XMLGrammarDescription
- extends XMLResourceIdentifier
Field Summary |
static java.lang.String |
XML_DTD
The grammar type constant for DTD grammars. |
static java.lang.String |
XML_SCHEMA
The grammar type constant for XML Schema grammars. |
Method Summary |
java.lang.String |
getGrammarType()
Return the type of this grammar. |
XML_SCHEMA
public static final java.lang.String XML_SCHEMA
- The grammar type constant for XML Schema grammars. When getGrammarType()
method returns this constant, the object should be an instance of
the XMLSchemaDescription interface.
XML_DTD
public static final java.lang.String XML_DTD
- The grammar type constant for DTD grammars. When getGrammarType()
method returns this constant, the object should be an instance of
the XMLDTDDescription interface.
getGrammarType
public java.lang.String getGrammarType()
- Return the type of this grammar.
- Returns:
- the type of this grammar
Copyright © 1999-2003 Apache XML Project. All Rights Reserved.