org.exoplatform.services.token
Interface Node<T>

All Known Implementing Classes:
HTMLNode, NodeImpl, XMLNode

public interface Node<T>

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


Method Summary
 T getName()
           
 char[] getValue()
           
 void setValue(char[] value)
           
 

Method Detail

getName

T getName()

getValue

char[] getValue()

setValue

void setValue(char[] value)


Copyright © 2011 eXo Platform SAS. All Rights Reserved.