org.attoparser.markup.dom
Interface IText

All Superinterfaces:
INode
All Known Subinterfaces:
ICDATASection
All Known Implementing Classes:
CDATASection, Text

public interface IText
extends INode

Common interface for Text nodes in attoDOM trees.

Since:
1.1
Author:
Daniel Fernández

Method Summary
 String getContent()
           
 void setContent(char[] buffer, int offset, int len)
           
 void setContent(String content)
           
 
Methods inherited from interface org.attoparser.markup.dom.INode
cloneNode, getCol, getLine, getParent, hasCol, hasLine, hasParent, setCol, setLine, setParent
 

Method Detail

getContent

String getContent()

setContent

void setContent(String content)

setContent

void setContent(char[] buffer,
                int offset,
                int len)


Copyright © 2012 The ATTOPARSER team. All Rights Reserved.