BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.apache.xerces.parsers
Class AbstractSAXPullParser.AttributesProxy

java.lang.Object
  extended byweblogic.apache.xerces.parsers.AbstractSAXPullParser.AttributesProxy
All Implemented Interfaces:
AttributeList, Attributes
Enclosing class:
AbstractSAXPullParser

protected static final class AbstractSAXPullParser.AttributesProxy
extends Object
implements AttributeList, Attributes


Field Summary
protected  XMLAttributes fAttributes
          XML attributes.
 
Constructor Summary
protected AbstractSAXPullParser.AttributesProxy()
           
 
Method Summary
 int getIndex(String qName)
           
 int getIndex(String uri, String localPart)
           
 int getLength()
           
 String getLocalName(int index)
           
 String getName(int i)
           
 String getQName(int index)
           
 String getType(int i)
           
 String getType(String name)
           
 String getType(String uri, String localName)
           
 String getURI(int index)
           
 String getValue(int i)
           
 String getValue(String name)
           
 String getValue(String uri, String localName)
           
 void setAttributes(XMLAttributes attributes)
          Sets the XML attributes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fAttributes

protected XMLAttributes fAttributes
XML attributes.

Constructor Detail

AbstractSAXPullParser.AttributesProxy

protected AbstractSAXPullParser.AttributesProxy()
Method Detail

getIndex

public int getIndex(String qName)
Specified by:
getIndex in interface Attributes

getIndex

public int getIndex(String uri,
                    String localPart)
Specified by:
getIndex in interface Attributes

getLength

public int getLength()
Specified by:
getLength in interface AttributeList

getLocalName

public String getLocalName(int index)
Specified by:
getLocalName in interface Attributes

getName

public String getName(int i)
Specified by:
getName in interface AttributeList

getQName

public String getQName(int index)
Specified by:
getQName in interface Attributes

getType

public String getType(int i)
Specified by:
getType in interface AttributeList

getType

public String getType(String name)
Specified by:
getType in interface AttributeList

getType

public String getType(String uri,
                      String localName)
Specified by:
getType in interface Attributes

getURI

public String getURI(int index)
Specified by:
getURI in interface Attributes

getValue

public String getValue(int i)
Specified by:
getValue in interface AttributeList

getValue

public String getValue(String name)
Specified by:
getValue in interface AttributeList

getValue

public String getValue(String uri,
                       String localName)
Specified by:
getValue in interface Attributes

setAttributes

public void setAttributes(XMLAttributes attributes)
Sets the XML attributes.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.