Package com.thaiopensource.xml.dtd.om
Interface Dtd
-
public interface Dtd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(TopLevelVisitor visitor)TopLevel[]getAllTopLevel()java.lang.StringgetEncoding()java.lang.StringgetUri()
-
-
-
Method Detail
-
getEncoding
java.lang.String getEncoding()
-
getUri
java.lang.String getUri()
-
getAllTopLevel
TopLevel[] getAllTopLevel()
-
accept
void accept(TopLevelVisitor visitor) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-