Uses of Class
com.gargoylesoftware.htmlunit.xml.XmlElement

Packages that use XmlElement
com.gargoylesoftware.htmlunit.xml Classes specific to xml pages 
 

Uses of XmlElement in com.gargoylesoftware.htmlunit.xml
 

Methods in com.gargoylesoftware.htmlunit.xml that return XmlElement
 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.
 

Methods in com.gargoylesoftware.htmlunit.xml with parameters of type XmlElement
static String XmlUtil.lookupNamespaceURI(XmlElement element, String prefix)
          Search for the namespace URI of the given prefix, starting from the specified element.
 

Constructors in com.gargoylesoftware.htmlunit.xml with parameters of type XmlElement
XmlAttr(XmlElement xmlElement, Map.Entry mapEntry)
          Deprecated. Use constructor with explicit names.
 



Copyright © 2002-2010 Gargoyle Software Inc.. All Rights Reserved.