org.attoparser.markup.dom.impl
Class ProcessingInstruction
Object
  
org.attoparser.markup.dom.impl.AbstractNode
      
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
 
 
 
 
| Methods inherited from class Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
ProcessingInstruction
public ProcessingInstruction(String target,
                             String content)
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 © 2012 The ATTOPARSER team. All Rights Reserved.