public class ProcessingInstruction extends Object implements Serializable
Processing Instruction node in a DOM tree.
Constructor and Description |
---|
ProcessingInstruction(String target,
String content) |
Modifier and Type | Method and Description |
---|---|
ProcessingInstruction |
cloneNode(INestableNode parent) |
Integer |
getCol() |
String |
getContent() |
Integer |
getLine() |
INestableNode |
getParent() |
String |
getTarget() |
boolean |
hasCol() |
boolean |
hasLine() |
boolean |
hasParent() |
void |
setCol(Integer col) |
void |
setContent(String content) |
void |
setLine(Integer line) |
void |
setParent(INestableNode parent) |
void |
setTarget(String target) |
public String getTarget()
public void setTarget(String target)
public String getContent()
public void setContent(String content)
public ProcessingInstruction cloneNode(INestableNode parent)
public INestableNode getParent()
public void setParent(INestableNode parent)
Copyright © 2023 The ATTOPARSER team. All rights reserved.