org.apache.xerces.xni.grammars
Interface XMLGrammarDescription
- All Superinterfaces:
- XMLResourceIdentifier
- public interface XMLGrammarDescription
- extends XMLResourceIdentifier
Method Summary |
java.lang.String |
getGrammarType()
the type of the grammar (e.g., DTD or XSD); |
XML_SCHEMA
public static final java.lang.String XML_SCHEMA
XML_DTD
public static final java.lang.String XML_DTD
getGrammarType
public java.lang.String getGrammarType()
- the type of the grammar (e.g., DTD or XSD);
- See Also:
Grammar
Copyright © 1999-2002 Apache XML Project. All Rights Reserved.