Liferay 6.1.2-ce-ga3

com.liferay.portal.xml
Class StAXReaderUtil

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

public class StAXReaderUtil
extends Object


Constructor Summary
StAXReaderUtil()
           
 
Method Summary
static XMLInputFactory getXMLInputFactory()
           
static String read(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 XMLInputFactory getXMLInputFactory()

read

public static String read(XMLEventReader xmlEventReader)
                   throws XMLStreamException
Throws:
XMLStreamException

Liferay 6.1.2-ce-ga3