Interface XMLDTDDescription
-
- All Superinterfaces:
XMLGrammarDescription
,XMLResourceIdentifier
- All Known Implementing Classes:
XMLDTDDescription
public interface XMLDTDDescription extends XMLGrammarDescription
All information specific to DTD grammars.- Version:
- $Id$
- Author:
- Sandy Gao, IBM
-
-
Field Summary
-
Fields inherited from interface org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.grammars.XMLGrammarDescription
XML_DTD, XML_SCHEMA
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getRootName()
Return the root name of this DTD.-
Methods inherited from interface org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.grammars.XMLGrammarDescription
getGrammarType
-
Methods inherited from interface org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.XMLResourceIdentifier
getBaseSystemId, getExpandedSystemId, getLiteralSystemId, getNamespace, getPublicId, setBaseSystemId, setExpandedSystemId, setLiteralSystemId, setNamespace, setPublicId
-
-
-
-
Method Detail
-
getRootName
String getRootName()
Return the root name of this DTD.- Returns:
- the root name. null if the name is unknown.
-
-