|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XHTMLElement | |
org.enhydra.xml.xhtml.dom | |
org.enhydra.xml.xhtml.dom.xerces |
Uses of XHTMLElement in org.enhydra.xml.xhtml.dom |
Uses of XHTMLElement in org.enhydra.xml.xhtml.dom.xerces |
Methods in org.enhydra.xml.xhtml.dom.xerces that return XHTMLElement | |
XHTMLElement |
XHTMLDocumentBase.getHead()
Obtains the <HEAD> element in the document, creating one if does not exist before. |
Methods in org.enhydra.xml.xhtml.dom.xerces with parameters of type XHTMLElement | |
void |
XHTMLDocumentBase.setBody(XHTMLElement newBody)
|
Constructors in org.enhydra.xml.xhtml.dom.xerces with parameters of type XHTMLElement | |
XHTMLCollectionImpl(XHTMLElement topLevel,
short lookingFor)
Construct a new collection that retrieves element of the specific type ( lookingFor ) from the specific document portion
(topLevel ). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |