Uses of Class
org.apache.tapestry5.internal.services.XMLTokenType
-
Packages that use XMLTokenType Package Description org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to change -
-
Uses of XMLTokenType in org.apache.tapestry5.internal.services
Methods in org.apache.tapestry5.internal.services that return XMLTokenType Modifier and Type Method Description XMLTokenType
XMLTokenStream. getEventType()
XMLTokenType
XMLTokenStream. next()
Returns the type of the next token.static XMLTokenType
XMLTokenType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static XMLTokenType[]
XMLTokenType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-