org.eclipse.emf.ecore.xmi.impl
Class XMLLoadImpl.AttributesProxy

java.lang.Object
  extended byorg.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.AttributesProxy
All Implemented Interfaces:
Attributes
Enclosing class:
XMLLoadImpl

protected static final class XMLLoadImpl.AttributesProxy
extends Object
implements Attributes


Field Summary
protected  NamedNodeMap attributes
          DOM attributes.
 
Constructor Summary
protected XMLLoadImpl.AttributesProxy()
           
 
Method Summary
 int getIndex(String qName)
           
 int getIndex(String uri, String localPart)
           
 int getLength()
           
 String getLocalName(int index)
           
 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(NamedNodeMap attributes)
          Sets the DOM attributes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributes

protected NamedNodeMap attributes
DOM attributes.

Constructor Detail

XMLLoadImpl.AttributesProxy

protected XMLLoadImpl.AttributesProxy()
Method Detail

setAttributes

public void setAttributes(NamedNodeMap attributes)
Sets the DOM attributes.


getLength

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

getQName

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

getURI

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

getLocalName

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

getType

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

getType

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

getType

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

getValue

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

getValue

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

getValue

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

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

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.