public interface

XMLDTDDescription

implements XMLGrammarDescription
org.apache.xerces.xni.grammars.XMLDTDDescription
Known Indirect Subclasses

Class Overview

All information specific to DTD grammars.

Summary

[Expand]
Inherited Constants
From interface org.apache.xerces.xni.grammars.XMLGrammarDescription
Public Methods
abstract String getRootName()
Return the root name of this DTD.
[Expand]
Inherited Methods
From interface org.apache.xerces.xni.XMLResourceIdentifier
From interface org.apache.xerces.xni.grammars.XMLGrammarDescription

Public Methods

public abstract String getRootName ()

Return the root name of this DTD.

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