com.liferay.portal.kernel.xml
Class SAXReaderUtil

java.lang.Object
  extended by com.liferay.portal.kernel.xml.SAXReaderUtil

public class SAXReaderUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
SAXReaderUtil()
           
 
Method Summary
static SAXReader getSAXReader()
           
static Document read(java.io.Reader reader)
           
 void setSAXReader(SAXReader saxReader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAXReaderUtil

public SAXReaderUtil()
Method Detail

getSAXReader

public static SAXReader getSAXReader()

read

public static Document read(java.io.Reader reader)
                     throws DocumentException
Throws:
DocumentException

setSAXReader

public void setSAXReader(SAXReader saxReader)