Interface XMLDTDDescription
- All Superinterfaces:
XMLGrammarDescription, XMLResourceIdentifier
All information specific to DTD grammars.
- Version:
- $Id: XMLDTDDescription.java 447245 2006-09-18 05:22:10Z mrglavas $
- Author:
- Sandy Gao, IBM
-
Field Summary
Fields inherited from interface XMLGrammarDescription
XML_DTD, XML_SCHEMA -
Method Summary
Methods inherited from interface XMLGrammarDescription
getGrammarTypeMethods inherited from interface XMLResourceIdentifier
getBaseSystemId, getExpandedSystemId, getLiteralSystemId, getNamespace, getPublicId, setBaseSystemId, setExpandedSystemId, setLiteralSystemId, setNamespace, setPublicId
-
Method Details
-
getRootName
String getRootName()Return the root name of this DTD.- Returns:
- the root name. null if the name is unknown.
-