org.apache.xerces.xni.grammars

Interface XMLDTDDescription

All Superinterfaces:
XMLGrammarDescription, XMLResourceIdentifier

public interface XMLDTDDescription
extends XMLGrammarDescription

All information specific to DTD grammars.

Version:
$Id: XMLDTDDescription.java,v 1.2 2003/11/14 16:54:05 mrglavas Exp $

Author:
Sandy Gao, IBM

Fields inherited from interface org.apache.xerces.xni.grammars.XMLGrammarDescription

XML_DTD, XML_SCHEMA

Method Summary

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, getNamespace, getPublicId, setBaseSystemId, setExpandedSystemId, setLiteralSystemId, setNamespace, setPublicId

Method Details

getRootName

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

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


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