KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > w3c > dom > DocumentType

org.w3c.dom
Interface DocumentType

All Superinterfaces:
Node
See Also:
Top Examples, Source Code

NamedNodeMap getEntities()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String getInternalSubset()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String getName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


NamedNodeMap getNotations()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String getPublicId()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String getSystemId()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags