|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XMLDocument | |
|---|---|
| com.gargoylesoftware.htmlunit.javascript.host | Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. |
| com.gargoylesoftware.htmlunit.javascript.host.dom | Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. |
| Uses of XMLDocument in com.gargoylesoftware.htmlunit.javascript.host |
|---|
| Methods in com.gargoylesoftware.htmlunit.javascript.host that return XMLDocument | |
|---|---|
XMLDocument |
XSLTProcessor.transformToDocument(Node source)
Transforms the node source applying the stylesheet given by the importStylesheet() function. |
| Uses of XMLDocument in com.gargoylesoftware.htmlunit.javascript.host.dom |
|---|
| Methods in com.gargoylesoftware.htmlunit.javascript.host.dom that return XMLDocument | |
|---|---|
XMLDocument |
DOMImplementation.createDocument(String namespaceURI,
String qualifiedName,
Object doctype)
Creates an XMLDocument. |
XMLDocument |
DOMParser.parseFromString(String str,
Object type)
Parses the given Unicode string into a DOM document. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||