|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.commons.xml.token.PITokenImpl
public class PITokenImpl
This class provides a default implementation of the processing instruction token.
| Constructor Summary | |
|---|---|
PITokenImpl(java.lang.String t,
java.lang.String d)
Contructs a new processing instruction token with the specified target and character data. |
|
| Method Summary | |
|---|---|
org.millscript.commons.alert.Alert |
decorate(org.millscript.commons.alert.Alert alert)
|
java.lang.String |
getData()
Returns the character data for this processing instruction. |
java.lang.String |
getTarget()
Returns the target of this processing instruction. |
void |
visit(TokenVisitor tokenVisitor)
Visits the specified token visitor with this token. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PITokenImpl(java.lang.String t,
java.lang.String d)
t - the processing instruction targetd - the processing instruction character data| Method Detail |
|---|
public org.millscript.commons.alert.Alert decorate(org.millscript.commons.alert.Alert alert)
decorate in interface org.millscript.commons.alert.AlertDecoratorAlertDecorator.decorate(org.millscript.commons.alert.Alert)public java.lang.String getData()
PIToken
getData in interface PITokenString with the character data for this
processing instructionPIToken.getData()public java.lang.String getTarget()
PIToken
getTarget in interface PITokenString holding the target of this processing
instructionPIToken.getTarget()public void visit(TokenVisitor tokenVisitor)
Token
visit in interface TokentokenVisitor - the TokenVisitor to visit with this
tokenToken.visit(org.millscript.commons.xml.api.token.TokenVisitor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||