Liferay 7.0-ce-b4

com.liferay.portlet.exportimport.xstream
Interface XStreamHierarchicalStreamReader


public interface XStreamHierarchicalStreamReader


Method Summary
 void close()
           
 String getAttribute(int index)
           
 String getAttribute(String name)
           
 int getAttributeCount()
           
 String getAttributeName(int index)
           
 Iterator<String> getAttributeNames()
           
 String getNodeName()
           
 String getValue()
           
 boolean hasMoreChildren()
           
 void moveDown()
           
 void moveUp()
           
 XStreamHierarchicalStreamReader underlyingReader()
           
 

Method Detail

close

void close()

getAttribute

String getAttribute(int index)

getAttribute

String getAttribute(String name)

getAttributeCount

int getAttributeCount()

getAttributeName

String getAttributeName(int index)

getAttributeNames

Iterator<String> getAttributeNames()

getNodeName

String getNodeName()

getValue

String getValue()

hasMoreChildren

boolean hasMoreChildren()

moveDown

void moveDown()

moveUp

void moveUp()

underlyingReader

XStreamHierarchicalStreamReader underlyingReader()

Liferay 7.0-ce-b4