|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.trajano.twiff.renderer.ProcessingInstructionElement
public class ProcessingInstructionElement
A page data that contains a string.
| Constructor Summary | |
|---|---|
ProcessingInstructionElement(String target,
String data)
Constructs the element. |
|
| Method Summary | |
|---|---|
void |
accept(PageElementVisitor visitor)
Accepts a visitor that should visit the page data. |
int |
getColumnNumber()
Return the column number where the current page element ends. |
String |
getData()
Returns the content of the string page data. |
int |
getLineNumber()
Return the line number where the current page element ends. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessingInstructionElement(String target,
String data)
target - targetdata - data| Method Detail |
|---|
public void accept(PageElementVisitor visitor)
accept in interface PageElementvisitor - visitor.public String getData()
public int getColumnNumber()
PageElement
getColumnNumber in interface PageElementPageElement.getColumnNumber()public int getLineNumber()
PageElement
getLineNumber in interface PageElementPageElement.getLineNumber()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||