org.attoparser.markup.dom
Interface IComment

All Superinterfaces:
INode
All Known Implementing Classes:
Comment

public interface IComment
extends INode

Common interface for Comment 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 © 2013 The ATTOPARSER team. All Rights Reserved.