org.apache.woden.xml
Interface TokenAttr
- All Superinterfaces:
- XMLAttr
- All Known Implementing Classes:
- TokenAttrImpl
public interface TokenAttr
- extends XMLAttr
This interface represents XML attribute information items of type xs:token.
If the object is initialized with a null value, the getContents() and getToken()
methods will return null and isValid() will return false.
TODO create org.apache.woden.types.Token based on the same class in org.apache.axis.types
and modify the getToken method here to return Token instead of String.
- Author:
- jkaputin@apache.org
Method Summary |
java.lang.String |
getToken()
|
getToken
java.lang.String getToken()
Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.