org.attoparser.markup.dom.impl
Class CDATASection

Object
  extended by org.attoparser.markup.dom.impl.AbstractNode
      extended by org.attoparser.markup.dom.impl.Text
          extended by org.attoparser.markup.dom.impl.CDATASection
All Implemented Interfaces:
Serializable, ICDATASection, INode, IText

public class CDATASection
extends Text
implements ICDATASection

Default implementation of the ICDATASection interface.

Since:
1.1
Author:
Daniel Fernández
See Also:
Serialized Form

Constructor Summary
CDATASection(String content)
           
 
Method Summary
 CDATASection cloneNode(INestableNode parent)
           
 
Methods inherited from class org.attoparser.markup.dom.impl.Text
getContent, setContent, setContent
 
Methods inherited from class org.attoparser.markup.dom.impl.AbstractNode
getCol, getLine, getParent, hasCol, hasLine, hasParent, setCol, setLine, setParent
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.attoparser.markup.dom.IText
getContent, setContent, setContent
 
Methods inherited from interface org.attoparser.markup.dom.INode
getCol, getLine, getParent, hasCol, hasLine, hasParent, setCol, setLine, setParent
 

Constructor Detail

CDATASection

public CDATASection(String content)
Method Detail

cloneNode

public CDATASection cloneNode(INestableNode parent)
Specified by:
cloneNode in interface INode
Overrides:
cloneNode in class Text


Copyright © 2013 The ATTOPARSER team. All Rights Reserved.