Liferay 6.0.5

com.liferay.util.xml
Class XMLConverter

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

public class XMLConverter
extends Object


Constructor Summary
XMLConverter()
           
 
Method Summary
static QName toJavaxQName(org.dom4j.QName dom4jQName)
           
static Document toW3CDocument(org.dom4j.Document dom4jDoc)
           
static 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 Document toW3CDocument(org.dom4j.Document dom4jDoc)
                              throws org.dom4j.DocumentException
Throws:
org.dom4j.DocumentException

toW3CElement

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

toJavaxQName

public static QName toJavaxQName(org.dom4j.QName dom4jQName)

Liferay 6.0.5