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

Quick Search    Search Deep

Deprecated API

Deprecated Methods
com.sun.xacml.attr.AttributeFactory.addAttributeProxy(String, AttributeProxy)
          As of version 1.2, replaced by AttributeFactory.addDatatype(String,AttributeProxy) 55 . The new factory system requires you to get a factory instance and then call the non-static methods on that factory. The static versions of these methods have been left in for now, but are slower and will be removed in a future version. 
com.sun.xacml.attr.AttributeFactory.createAttribute(Node)
          As of version 1.2, replaced by AttributeFactory.createValue(Node) 55 . The new factory system requires you to get a factory instance and then call the non-static methods on that factory. The static versions of these methods have been left in for now, but are slower and will be removed in a future version. 
com.sun.xacml.attr.AttributeFactory.createAttribute(Node, String)
          As of version 1.2, replaced by AttributeFactory.createValue(Node,String) 55 . The new factory system requires you to get a factory instance and then call the non-static methods on that factory. The static versions of these methods have been left in for now, but are slower and will be removed in a future version. 
com.sun.xacml.attr.AttributeFactory.createAttribute(Node, URI)
          As of version 1.2, replaced by AttributeFactory.createValue(Node,URI) 55 . The new factory system requires you to get a factory instance and then call the non-static methods on that factory. The static versions of these methods have been left in for now, but are slower and will be removed in a future version. 
com.sun.xacml.attr.AttributeFactory.createAttribute(URI, String)
          As of version 1.2, replaced by AttributeFactory.createValue(URI,String) 55 . The new factory system requires you to get a factory instance and then call the non-static methods on that factory. The static versions of these methods have been left in for now, but are slower and will be removed in a future version.