com.liferay.portal.xml
Class DocumentImpl

java.lang.Object
  extended by com.liferay.portal.xml.DocumentImpl
All Implemented Interfaces:
com.liferay.portal.kernel.xml.Document

public class DocumentImpl
extends java.lang.Object
implements com.liferay.portal.kernel.xml.Document

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
DocumentImpl(org.dom4j.Document doc)
           
 
Method Summary
 com.liferay.portal.kernel.xml.Element getRootElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentImpl

public DocumentImpl(org.dom4j.Document doc)
Method Detail

getRootElement

public com.liferay.portal.kernel.xml.Element getRootElement()
Specified by:
getRootElement in interface com.liferay.portal.kernel.xml.Document