当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 common API Documentation 英文版文档
AttributesImpl (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档
org.jboss.xml.binding
Class AttributesImpl
java.lang.Object
org.jboss.xml.binding.AttributesImpl
- All Implemented Interfaces:
- Attributes
- public class AttributesImpl
- extends Object
- implements Attributes
org.xml.sax.Attributes implementation.
- Version:
- $Revision: 1.5.2.2 $
- Author:
- Alexey Loubyansky
AttributesImpl
public AttributesImpl(Attributes attrs)
AttributesImpl
public AttributesImpl(int size)
add
public void add(String namespaceUri,
String localName,
String qName,
String type,
String value)
addAll
public void addAll(Attributes attrs)
getLength
public int getLength()
- Specified by:
getLength
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
getQName
public String getQName(int index)
- Specified by:
getQName
in interface Attributes
getType
public String getType(int index)
- Specified by:
getType
in interface Attributes
getValue
public String getValue(int index)
- Specified by:
getValue
in interface Attributes
getIndex
public int getIndex(String uri,
String localName)
- Specified by:
getIndex
in interface Attributes
getIndex
public int getIndex(String qName)
- Specified by:
getIndex
in interface Attributes
getType
public String getType(String uri,
String localName)
- Specified by:
getType
in interface Attributes
getType
public String getType(String qName)
- Specified by:
getType
in interface Attributes
getValue
public String getValue(String uri,
String localName)
- Specified by:
getValue
in interface Attributes
getValue
public String getValue(String qName)
- Specified by:
getValue
in interface Attributes
toString
public String toString()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.