protected static final class AbstractSAXParser.AttributesProxy extends Object implements AttributeList, Attributes2
Modifier and Type | Field and Description |
---|---|
protected XMLAttributes |
fAttributes
XML attributes.
|
Modifier | Constructor and Description |
---|---|
protected |
AbstractSAXParser.AttributesProxy() |
Modifier and Type | Method and Description |
---|---|
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) |
boolean |
isDeclared(int index) |
boolean |
isDeclared(String qName) |
boolean |
isDeclared(String uri,
String localName) |
boolean |
isSpecified(int index) |
boolean |
isSpecified(String qName) |
boolean |
isSpecified(String uri,
String localName) |
void |
setAttributes(XMLAttributes attributes)
Sets the XML attributes.
|
protected XMLAttributes fAttributes
public void setAttributes(XMLAttributes attributes)
public int getLength()
getLength
in interface AttributeList
getLength
in interface Attributes
public String getName(int i)
getName
in interface AttributeList
public String getQName(int index)
getQName
in interface Attributes
public String getURI(int index)
getURI
in interface Attributes
public String getLocalName(int index)
getLocalName
in interface Attributes
public String getType(int i)
getType
in interface AttributeList
getType
in interface Attributes
public String getType(String name)
getType
in interface AttributeList
getType
in interface Attributes
public String getType(String uri, String localName)
getType
in interface Attributes
public String getValue(int i)
getValue
in interface AttributeList
getValue
in interface Attributes
public String getValue(String name)
getValue
in interface AttributeList
getValue
in interface Attributes
public String getValue(String uri, String localName)
getValue
in interface Attributes
public int getIndex(String qName)
getIndex
in interface Attributes
public int getIndex(String uri, String localPart)
getIndex
in interface Attributes
public boolean isDeclared(int index)
isDeclared
in interface Attributes2
public boolean isDeclared(String qName)
isDeclared
in interface Attributes2
public boolean isDeclared(String uri, String localName)
isDeclared
in interface Attributes2
public boolean isSpecified(int index)
isSpecified
in interface Attributes2
public boolean isSpecified(String qName)
isSpecified
in interface Attributes2
public boolean isSpecified(String uri, String localName)
isSpecified
in interface Attributes2
Copyright © 2018 JBoss by Red Hat. All rights reserved.