Save This Page
Home » openjdk-7 » com.sun.org.apache.xerces.internal » util » [javadoc | source]
com.sun.org.apache.xerces.internal.util
public final class: AttributesProxy [javadoc | source]
java.lang.Object
   com.sun.org.apache.xerces.internal.util.AttributesProxy

All Implemented Interfaces:
    AttributeList, Attributes2

Wraps XMLAttributes and makes it look like AttributeList and Attributes .
Constructor:
 public AttributesProxy(XMLAttributes attributes) 
Method from com.sun.org.apache.xerces.internal.util.AttributesProxy Summary:
getAttributes,   getIndex,   getIndex,   getLength,   getLocalName,   getName,   getQName,   getType,   getType,   getType,   getURI,   getValue,   getValue,   getValue,   isDeclared,   isDeclared,   isDeclared,   isSpecified,   isSpecified,   isSpecified,   setAttributes
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sun.org.apache.xerces.internal.util.AttributesProxy Detail:
 public XMLAttributes getAttributes() 
 public int getIndex(String qName) 
 public int getIndex(String uri,
    String localPart) 
 public int getLength() 
 public String getLocalName(int index) 
 public String getName(int i) 
 public String getQName(int index) 
 public String getType(int i) 
 public String getType(String name) 
 public String getType(String uri,
    String localName) 
 public String getURI(int index) 
 public String getValue(int i) 
 public String getValue(String name) 
 public String getValue(String uri,
    String localName) 
 public boolean isDeclared(int index) 
 public boolean isDeclared(String qName) 
 public boolean isDeclared(String uri,
    String localName) 
 public boolean isSpecified(int index) 
 public boolean isSpecified(String qName) 
 public boolean isSpecified(String uri,
    String localName) 
 public  void setAttributes(XMLAttributes attributes) 
    Sets the XML attributes to be wrapped.