File
Doc
Category
Size
Date
Package
XMLDTDDescription.java
API Doc
Java SE 6 API
1113
Tue Jun 10 00:22:54 BST 2008
com.sun.org.apache.xerces.internal.xni.grammars
XMLDTDDescription
public interface XMLDTDDescription implements XMLGrammarDescription
All information specific to DTD grammars.
author
Sandy Gao, IBM
version
$Id: XMLDTDDescription.java,v 1.2.6.1 2005/09/06 08:56:55 neerajbj Exp $
Fields Summary
Constructors Summary
Methods Summary
public
java.lang.String
getRootName
()
Return the root name of this DTD.
return
the root name. null if the name is unknown.
Java Code Source