BEA WebLogic Server 9.1 API Reference
weblogic.apache.xerces.parsers
Class AbstractSAXParser.AttributesProxy
java.lang.Object
   weblogic.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
weblogic.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
- All Implemented Interfaces: 
- AttributeList, Attributes
- Enclosing class:
- AbstractSAXParser
- protected static final class AbstractSAXParser.AttributesProxy- extends Object- implements AttributeList, Attributes
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
fAttributes
protected XMLAttributes fAttributes
- XML attributes.
 
 
AbstractSAXParser.AttributesProxy
protected AbstractSAXParser.AttributesProxy()
getIndex
public int getIndex(String qName)
- 
- Specified by:
- getIndexin interface- Attributes
 
- 
 
getIndex
public int getIndex(String uri,
                    String localPart)
- 
- Specified by:
- getIndexin interface- Attributes
 
- 
 
getLength
public int getLength()
- 
- Specified by:
- getLengthin interface- AttributeList
 
- 
 
getLocalName
public String getLocalName(int index)
- 
- Specified by:
- getLocalNamein interface- Attributes
 
- 
 
getName
public String getName(int i)
- 
- Specified by:
- getNamein interface- AttributeList
 
- 
 
getQName
public String getQName(int index)
- 
- Specified by:
- getQNamein interface- Attributes
 
- 
 
getType
public String getType(int i)
- 
- Specified by:
- getTypein interface- AttributeList
 
- 
 
getType
public String getType(String name)
- 
- Specified by:
- getTypein interface- AttributeList
 
- 
 
getType
public String getType(String uri,
                      String localName)
- 
- Specified by:
- getTypein interface- Attributes
 
- 
 
getURI
public String getURI(int index)
- 
- Specified by:
- getURIin interface- Attributes
 
- 
 
getValue
public String getValue(int i)
- 
- Specified by:
- getValuein interface- AttributeList
 
- 
 
getValue
public String getValue(String name)
- 
- Specified by:
- getValuein interface- AttributeList
 
- 
 
getValue
public String getValue(String uri,
                       String localName)
- 
- Specified by:
- getValuein interface- Attributes
 
- 
 
setAttributes
public void setAttributes(XMLAttributes attributes)
- Sets the XML attributes.
 
- 
 
-