org.apache.woden.xml
Interface BooleanAttr
- All Superinterfaces:
- XMLAttr
- All Known Implementing Classes:
- BooleanAttrImpl
public interface BooleanAttr
- extends XMLAttr
This interface represents XML attribute information items of type xs:boolean.
If the attribute value is not "true" or "false" the Boolean content will
be initialized to "false" by default, but the isValid() method will
return "false".
- Author:
- jkaputin@apache.org
getBoolean
java.lang.Boolean getBoolean()
Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.