org.apache.xerces.xni.grammars

Interface XMLDTDDescription

public interface XMLDTDDescription extends XMLGrammarDescription

All information specific to DTD grammars.

Version: $Id: XMLDTDDescription.java,v 1.3 2004/02/24 23:15:58 mrglavas Exp $

Author: Sandy Gao, IBM

Method Summary
StringgetRootName()
Return the root name of this DTD.

Method Detail

getRootName

public String getRootName()
Return the root name of this DTD.

Returns: the root name. null if the name is unknown.

Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.