Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.sun.xacml.attr.BooleanAttribute

Uses of BooleanAttribute in com.sun.xacml.attr
 

Fields in com.sun.xacml.attr declared as BooleanAttribute
private static BooleanAttribute BooleanAttribute.trueInstance
          Single instance of BooleanAttribute that represents true.
private static BooleanAttribute BooleanAttribute.falseInstance
          Single instance of BooleanAttribute that represents false.
 

Methods in com.sun.xacml.attr that return BooleanAttribute
static BooleanAttribute BooleanAttribute.getInstance(org.w3c.dom.Node root)
          Returns a BooleanAttribute that represents the xs:boolean at a particular DOM node.
static BooleanAttribute BooleanAttribute.getInstance(java.lang.String value)
          Returns a BooleanAttribute that represents the xs:boolean value indicated by the string provided.
static BooleanAttribute BooleanAttribute.getInstance(boolean value)
          Returns a BooleanAttribute that represents the boolean value provided.
static BooleanAttribute BooleanAttribute.getTrueInstance()
          Returns a BooleanAttribute that represents a true value.
static BooleanAttribute BooleanAttribute.getFalseInstance()
          Returns a BooleanAttribute that represents a false value.