|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intel.gpe.util.xml.JXMLUtil
public class JXMLUtil
The utility class for creating XML nodes from String templates.
Constructor Summary | |
---|---|
JXMLUtil()
|
Method Summary | |
---|---|
static org.w3c.dom.Node |
createNode(org.w3c.dom.Document doc,
com.intel.gpe.util.xml.Namespaces namespaces,
java.lang.String template,
java.util.Map<java.lang.String,java.lang.String> values)
Create an XML node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JXMLUtil()
Method Detail |
---|
public static org.w3c.dom.Node createNode(org.w3c.dom.Document doc, com.intel.gpe.util.xml.Namespaces namespaces, java.lang.String template, java.util.Map<java.lang.String,java.lang.String> values) throws java.io.IOException, org.jdom.JDOMException
doc
- -
the DOM document that will own the created elementnamespaces
- -
the declared namespace prefixestemplate
- -
the template to create the element fromvalues
- -
the values of arguments
java.io.IOException
org.jdom.JDOMException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |