public interface APXMLToken
extends java.io.Serializable
NOTE:By convention, implementations are thread-safe and immutable.
| Modifier and Type | Interface and Description |
|---|---|
static class |
APXMLToken.Type |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey()
Gets the token's key (i.e., name).
|
APXMLToken.Type |
getType()
Get's the token's type.
|
java.lang.String |
getValue()
Get's the token's value.
|
java.lang.String getKey()
java.lang.String getValue()
APXMLToken.Type getType()