org.attoparser.markup.dom
Interface IProcessingInstruction

All Superinterfaces:
INode
All Known Implementing Classes:
ProcessingInstruction

public interface IProcessingInstruction
extends INode

Common interface for Processing Instructions in attoDOM trees.

Since:
1.1
Author:
Daniel Fernández

Method Summary
 String getContent()
           
 String getTarget()
           
 void setContent(String content)
           
 void setTarget(String target)
           
 
Methods inherited from interface org.attoparser.markup.dom.INode
cloneNode, getCol, getLine, getParent, hasCol, hasLine, hasParent, setCol, setLine, setParent
 

Method Detail

getTarget

String getTarget()

setTarget

void setTarget(String target)

getContent

String getContent()

setContent

void setContent(String content)


Copyright © 2013 The ATTOPARSER team. All Rights Reserved.