|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Element | |
org.w3c.dom | The Document Object Model (DOM) is a Recommendation of the World Wide Web Consortium, defining programming interfaces for XML (and, optionally, HTML) documents. |
Uses of Element in org.w3c.dom |
Methods in org.w3c.dom that return Element | |
Element |
Document.getDocumentElement()
Returns the value of the documentElement property. |
Element |
Document.createElement(java.lang.String tagName)
Creates an element of the type specified. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |