com.liferay.util.xml
Class XMLConverter

java.lang.Object
  extended by com.liferay.util.xml.XMLConverter

public class XMLConverter
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
XMLConverter()
           
 
Method Summary
static javax.xml.namespace.QName toJavaxQName(org.dom4j.QName dom4jQName)
           
static org.w3c.dom.Document toW3CDocument(org.dom4j.Document dom4jDoc)
           
static org.w3c.dom.Element toW3CElement(org.dom4j.Element dom4jEl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLConverter

public XMLConverter()
Method Detail

toW3CDocument

public static org.w3c.dom.Document toW3CDocument(org.dom4j.Document dom4jDoc)
                                          throws org.dom4j.DocumentException
Throws:
org.dom4j.DocumentException

toW3CElement

public static org.w3c.dom.Element toW3CElement(org.dom4j.Element dom4jEl)
                                        throws org.dom4j.DocumentException
Throws:
org.dom4j.DocumentException

toJavaxQName

public static javax.xml.namespace.QName toJavaxQName(org.dom4j.QName dom4jQName)