org.apache.woden.xml
Interface StringAttr
- All Superinterfaces:
- XMLAttr
- All Known Implementing Classes:
- StringAttrImpl
public interface StringAttr
- extends XMLAttr
This interface represents XML attribute information items of type xs:string.
If the object is initialized with a null value, the getContents() and getString()
methods will return null and isValid() will return false.
- Author:
- jkaputin@apache.org
getString
java.lang.String getString()
Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.