|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.commons.xml.tokenizer.wellformed.AbsTokenVisitor
public abstract class AbsTokenVisitor
The abstract TokenVisitor implementation that forms a common
parent for all our other well-formedness token visitor implementations,
providing some default error messages and required common variables.
| Method Summary | |
|---|---|
void |
visit(AttListDeclToken token)
Visit the specified attribute declaration token. |
void |
visit(ElementDeclToken token)
Visit the specified element declaration token. |
void |
visit(EntityDeclToken token)
Visit the specified entity declaration token. |
void |
visit(NotationDeclToken token)
Visit the specified notation declaration token. |
void |
visit(XmlDeclToken token)
Visit the specified xml declaration token. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.millscript.commons.xml.api.token.TokenVisitor |
|---|
visit, visit, visit, visit, visit, visit, visit |
| Method Detail |
|---|
public void visit(AttListDeclToken token)
TokenVisitor
visit in interface TokenVisitortoken - the attribute declaration token to visitTokenVisitor.visit(org.millscript.commons.xml.api.token.AttListDeclToken)public void visit(ElementDeclToken token)
TokenVisitor
visit in interface TokenVisitortoken - the element declaration token to visitTokenVisitor.visit(org.millscript.commons.xml.api.token.ElementDeclToken)public void visit(EntityDeclToken token)
TokenVisitor
visit in interface TokenVisitortoken - the entity declaration token to visitTokenVisitor.visit(org.millscript.commons.xml.api.token.EntityDeclToken)public void visit(NotationDeclToken token)
TokenVisitor
visit in interface TokenVisitortoken - the notation declaration token to visitTokenVisitor.visit(org.millscript.commons.xml.api.token.NotationDeclToken)public void visit(XmlDeclToken token)
TokenVisitor
visit in interface TokenVisitortoken - the xml declaration token to visitTokenVisitor.visit(org.millscript.commons.xml.api.token.XmlDeclToken)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||