|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BooleanAttribute | |
|---|---|
| org.jboss.security.xacml.sunxacml.attr | Contains many of the classes related to attributes and attribute retrieval. |
| Uses of BooleanAttribute in org.jboss.security.xacml.sunxacml.attr |
|---|
| Methods in org.jboss.security.xacml.sunxacml.attr that return BooleanAttribute | |
|---|---|
static BooleanAttribute |
BooleanAttribute.getFalseInstance()
Returns a BooleanAttribute that represents
a false value. |
static BooleanAttribute |
BooleanAttribute.getInstance(boolean value)
Returns a BooleanAttribute that represents
the boolean value provided. |
static BooleanAttribute |
BooleanAttribute.getInstance(Node root)
Returns a BooleanAttribute that represents
the xs:boolean at a particular DOM node. |
static BooleanAttribute |
BooleanAttribute.getInstance(String value)
Returns a BooleanAttribute that represents
the xs:boolean value indicated by the string provided. |
static BooleanAttribute |
BooleanAttribute.getTrueInstance()
Returns a BooleanAttribute that represents
a true value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||