org.attoparser.markup.dom.impl
Class ProcessingInstruction

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

public class ProcessingInstruction
extends AbstractNode
implements IProcessingInstruction, Serializable

Default implementation of the IProcessingInstruction interface.

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

Constructor Summary
ProcessingInstruction(String target, String content)
           
 
Method Summary
 ProcessingInstruction cloneNode(INestableNode parent)
           
 String getContent()
           
 String getTarget()
           
 void setContent(String content)
           
 void setTarget(String target)
           
 
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

ProcessingInstruction

public ProcessingInstruction(String target,
                             String content)
Method Detail

getTarget

public String getTarget()
Specified by:
getTarget in interface IProcessingInstruction

setTarget

public void setTarget(String target)
Specified by:
setTarget in interface IProcessingInstruction

getContent

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

setContent

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

cloneNode

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


Copyright © 2013 The ATTOPARSER team. All Rights Reserved.