org.attoparser.markup.dom.impl
Class Comment

Object
  extended by org.attoparser.markup.dom.impl.AbstractNode
      extended by org.attoparser.markup.dom.impl.Comment
All Implemented Interfaces:
Serializable, IComment, INode

public class Comment
extends AbstractNode
implements IComment, Serializable

Default implementation of the IComment interface.

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

Constructor Summary
Comment(String content)
           
 
Method Summary
 Comment cloneNode(INestableNode parent)
           
 String getContent()
           
 void setContent(char[] buffer, int offset, int len)
           
 void setContent(String content)
           
 
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.INode
getCol, getLine, getParent, hasCol, hasLine, hasParent, setCol, setLine, setParent
 

Constructor Detail

Comment

public Comment(String content)
Method Detail

getContent

public String getContent()
Specified by:
getContent in interface IComment

setContent

public void setContent(String content)
Specified by:
setContent in interface IComment

setContent

public void setContent(char[] buffer,
                       int offset,
                       int len)
Specified by:
setContent in interface IComment

cloneNode

public Comment cloneNode(INestableNode parent)
Specified by:
cloneNode in interface INode


Copyright © 2013 The ATTOPARSER team. All Rights Reserved.