|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gargoylesoftware.htmlunit.xml.XmlUtil
public final class XmlUtil
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Provides facility method to work with XML responses.
Method Summary | |
---|---|
static void |
appendChild(SgmlPage page,
DomNode parent,
org.w3c.dom.Node child)
Recursively appends a Node child to DomNode parent. |
static org.w3c.dom.Document |
buildDocument(WebResponse webResponse)
Builds a document from the content of the web response. |
static java.lang.String |
lookupNamespaceURI(DomElement element,
java.lang.String prefix)
Search for the namespace URI of the given prefix, starting from the specified element. |
static java.lang.String |
lookupPrefix(DomElement element,
java.lang.String namespace)
Search for the prefix associated with specified namespace URI. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static org.w3c.dom.Document buildDocument(WebResponse webResponse) throws java.io.IOException, org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException
webResponse
- the response from the server
java.io.IOException
- if the page could not be created
org.xml.sax.SAXException
- if the parsing fails
javax.xml.parsers.ParserConfigurationException
- if a DocumentBuilder cannot be createdpublic static void appendChild(SgmlPage page, DomNode parent, org.w3c.dom.Node child)
Node
child to DomNode
parent.
page
- the owner page of DomElement
s to be createdparent
- the parent DomNodechild
- the child Nodepublic static java.lang.String lookupNamespaceURI(DomElement element, java.lang.String prefix)
element
- the element to start searching fromprefix
- the namespace prefix
public static java.lang.String lookupPrefix(DomElement element, java.lang.String namespace)
element
- the element to start searching fromnamespace
- the namespace prefix
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |