com.liferay.portal.xml
Class StAXReaderUtil

java.lang.Object
  extended by com.liferay.portal.xml.StAXReaderUtil

public class StAXReaderUtil
extends java.lang.Object

View Source

Author:
Shuyang Zhou, Brian Wing Shun Chan

Constructor Summary
StAXReaderUtil()
           
 
Method Summary
static javax.xml.stream.XMLInputFactory getXMLInputFactory()
           
static java.lang.String read(javax.xml.stream.XMLEventReader xmlEventReader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StAXReaderUtil

public StAXReaderUtil()
Method Detail

getXMLInputFactory

public static javax.xml.stream.XMLInputFactory getXMLInputFactory()

read

public static java.lang.String read(javax.xml.stream.XMLEventReader xmlEventReader)
                             throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException