org.attoparser.markup.dom
Interface ICDATASection

All Superinterfaces:
INode, IText
All Known Implementing Classes:
CDATASection

public interface ICDATASection
extends IText

Common interface for CDATA Section nodes in attoDOM trees.

Since:
1.1
Author:
Daniel Fernández

Method Summary
 
Methods inherited from interface org.attoparser.markup.dom.IText
getContent, setContent, setContent
 
Methods inherited from interface org.attoparser.markup.dom.INode
cloneNode, getCol, getLine, getParent, hasCol, hasLine, hasParent, setCol, setLine, setParent
 



Copyright © 2013 The ATTOPARSER team. All Rights Reserved.