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);
 
Methods inherited from interface org.apache.xerces.xni.XMLResourceIdentifier
getBaseSystemId, getExpandedSystemId, getLiteralSystemId, getPublicId
 

Method Detail

getGrammarType

public java.lang.String getGrammarType()
the type of the grammar (e.g., DTD or XSD);
See Also:
Grammar


Copyright © 1999-2001 Apache XML Project. All Rights Reserved.