Package | Description |
---|---|
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.xml |
Classes specific to xml pages
|
Modifier and Type | Method and Description |
---|---|
void |
XMLAttribute.init(String name,
XmlElement parent)
Initializes this attribute.
|
Modifier and Type | Method and Description |
---|---|
XmlElement |
XmlPage.createXmlElement(String tagName)
Create a new XML element with the given tag name.
|
XmlElement |
XmlPage.createXmlElementNS(String namespaceURI,
String qualifiedName)
Create a new HtmlElement with the given namespace and qualified name.
|
XmlElement |
XmlPage.getDocumentXmlElement()
Get the root XmlElement of this document.
|
Modifier and Type | Method and Description |
---|---|
static String |
XmlUtil.lookupNamespaceURI(XmlElement element,
String prefix)
Search for the namespace URI of the given prefix, starting from the specified element.
|
Constructor and Description |
---|
XmlAttr(XmlElement xmlElement,
Map.Entry mapEntry)
Deprecated.
Use constructor with explicit names.
|
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.