public static class AbstractXmlDeriver.XmlDeriverContext extends Object
| Constructor and Description |
|---|
AbstractXmlDeriver.XmlDeriverContext(Element rootElement,
XPath xpath)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addNamespaceMapping(String prefix,
String namespaceURI)
Adds a namespace mapping to the current namespace context.
|
Element |
getRootElement() |
XPath |
getXpath() |
void |
setRootElement(Element rootElement) |
void |
setXpath(XPath xpath) |
public void addNamespaceMapping(String prefix, String namespaceURI)
prefix - namespaceURI - public Element getRootElement()
public void setRootElement(Element rootElement)
rootElement - the rootElement to setpublic XPath getXpath()
public void setXpath(XPath xpath)
xpath - the xpath to setCopyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.