org.exoplatform.services.html
Class HTMLDocument

java.lang.Object
  extended by org.exoplatform.services.html.HTMLDocument

public class HTMLDocument
extends java.lang.Object

Author : Nhu Dinh Thuan Email:nhudinhthuan@yahoo.com Aug 5, 2006


Constructor Summary
HTMLDocument()
           
 
Method Summary
 HTMLNode getDoctype()
           
 HTMLNode getRoot()
           
 java.lang.String getTextValue()
           
 void setDoctype(HTMLNode doctype)
           
 void setRoot(HTMLNode root)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLDocument

public HTMLDocument()
Method Detail

getDoctype

public HTMLNode getDoctype()

setDoctype

public void setDoctype(HTMLNode doctype)

getRoot

public HTMLNode getRoot()

setRoot

public void setRoot(HTMLNode root)

getTextValue

public java.lang.String getTextValue()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.