org.apache.xerces.xni.grammars
Interface XMLDTDDescription

All Superinterfaces:
XMLGrammarDescription, XMLResourceIdentifier

public interface XMLDTDDescription
extends XMLGrammarDescription


Fields inherited from interface org.apache.xerces.xni.grammars.XMLGrammarDescription
XML_DTD, XML_SCHEMA
 
Method Summary
 java.lang.String getRootName()
          Return the root name of this DTD.
 
Methods inherited from interface org.apache.xerces.xni.grammars.XMLGrammarDescription
getGrammarType
 
Methods inherited from interface org.apache.xerces.xni.XMLResourceIdentifier
getBaseSystemId, getExpandedSystemId, getLiteralSystemId, getPublicId, setBaseSystemId, setExpandedSystemId, setLiteralSystemId, setPublicId
 

Method Detail

getRootName

public java.lang.String getRootName()
Return the root name of this DTD.
Returns:
the root name. null if the name is unknown.


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