org.exoplatform.services.xml.parser
Class XMLDocument

java.lang.Object
  extended by org.exoplatform.services.xml.parser.XMLDocument

public class XMLDocument
extends java.lang.Object

Created by eXoPlatform Studio Author : Nhu Dinh Thuan nhudinhthuan@yahoo.com Mar 13, 2006


Constructor Summary
XMLDocument(XMLNode root)
           
 
Method Summary
 XMLNode getRoot()
           
 java.lang.String getTextValue()
           
 XMLNode getXmlType()
           
 boolean isEncode()
           
 void setEncode(boolean encode)
           
 void setXmlType(XMLNode xmlType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLDocument

public XMLDocument(XMLNode root)
Method Detail

getRoot

public XMLNode getRoot()

getXmlType

public XMLNode getXmlType()

setXmlType

public void setXmlType(XMLNode xmlType)

getTextValue

public java.lang.String getTextValue()

isEncode

public boolean isEncode()

setEncode

public void setEncode(boolean encode)


Copyright © 2011 eXo Platform SAS. All Rights Reserved.