|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.commons.xml.token.NotationDeclTokenImpl
public class NotationDeclTokenImpl
This class provides a default implementation of the notation declaration token.
| Constructor Summary | |
|---|---|
NotationDeclTokenImpl(java.lang.String n,
java.lang.String p,
java.lang.String s)
Constructs a new notation declaration token with the specified notation name, public and system identifiers. |
|
| Method Summary | |
|---|---|
org.millscript.commons.alert.Alert |
decorate(org.millscript.commons.alert.Alert alert)
|
java.lang.String |
getName()
Returns the name of this notation. |
java.lang.String |
getPubidLiteral()
Returns the public identifier for this notation. |
java.lang.String |
getSystemLiteral()
Returns the system identifier for this notation. |
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 NotationDeclTokenImpl(java.lang.String n,
java.lang.String p,
java.lang.String s)
n - the notation namep - the public identifiers - the system identifier| 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 getName()
NotationDeclToken
getName in interface NotationDeclTokenString holding the notation nameNotationDeclToken.getName()public java.lang.String getPubidLiteral()
NotationDeclToken
getPubidLiteral in interface NotationDeclTokenString holding the public identifier for this
notationNotationDeclToken.getPubidLiteral()public java.lang.String getSystemLiteral()
NotationDeclToken
getSystemLiteral in interface NotationDeclTokenString holding the system identifier for this
notationNotationDeclToken.getSystemLiteral()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 | |||||||||