org.exoplatform.services.html.parser
Class NodeImpl

java.lang.Object
  extended by org.exoplatform.services.html.HTMLNode
      extended by org.exoplatform.services.html.parser.NodeImpl
All Implemented Interfaces:
Node<Name>

public class NodeImpl
extends HTMLNode

Created by The eXo Platform SARL Author : Nhu Dinh Thuan thuan.nhu@exoplatform.com Sep 14, 2006


Field Summary
 
Fields inherited from class org.exoplatform.services.html.HTMLNode
children, name, parent, value
 
Constructor Summary
NodeImpl(char[] value, Name name)
           
NodeImpl(char[] value, Name name, int type)
           
 
Method Summary
 java.lang.StringBuilder buildValue(java.lang.StringBuilder builder)
           
 int getType()
           
 boolean isOpen()
           
 void setIsOpen(boolean open)
           
 
Methods inherited from class org.exoplatform.services.html.HTMLNode
addChild, getChildren, getChildrenNode, getConfig, getName, getParent, getTextValue, getValue, isNode, isNode, setName, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeImpl

public NodeImpl(char[] value,
                Name name)

NodeImpl

public NodeImpl(char[] value,
                Name name,
                int type)
Method Detail

isOpen

public boolean isOpen()

setIsOpen

public void setIsOpen(boolean open)

getType

public int getType()

buildValue

public java.lang.StringBuilder buildValue(java.lang.StringBuilder builder)
Specified by:
buildValue in class HTMLNode


Copyright © 2012 eXo Platform SAS. All Rights Reserved.