public class AttributesWrapper extends Object implements Attributes
Modifier | Constructor and Description |
---|---|
|
AttributesWrapper(Attributes source) |
|
AttributesWrapper(Attributes source,
boolean sortAttributeOrder) |
protected |
AttributesWrapper(Attributes source,
Function<Integer,Boolean> filter,
boolean sortAttributeOrder,
Function<String,String> valueTransformer) |
|
AttributesWrapper(Attributes source,
Function<String,String> valueTransformer) |
|
AttributesWrapper(Attributes source,
String localNameToSkip) |
Modifier and Type | Method and Description |
---|---|
int |
getIndex(String qName) |
int |
getIndex(String uri,
String localName) |
int |
getLength() |
String |
getLocalName(int i) |
String |
getQName(int i) |
String |
getType(int i) |
String |
getType(String qName) |
String |
getType(String uri,
String localName) |
String |
getURI(int i) |
String |
getValue(int i) |
String |
getValue(String qName) |
String |
getValue(String uri,
String localName) |
void |
remove(String uri,
String localName) |
public AttributesWrapper(Attributes source)
public AttributesWrapper(Attributes source, String localNameToSkip)
public AttributesWrapper(Attributes source, boolean sortAttributeOrder)
public AttributesWrapper(Attributes source, Function<String,String> valueTransformer)
public int getIndex(String qName)
getIndex
in interface Attributes
public int getIndex(String uri, String localName)
getIndex
in interface Attributes
public int getLength()
getLength
in interface Attributes
public String getLocalName(int i)
getLocalName
in interface Attributes
public String getQName(int i)
getQName
in interface Attributes
public String getType(int i)
getType
in interface Attributes
public String getType(String qName)
getType
in interface Attributes
public String getType(String uri, String localName)
getType
in interface Attributes
public String getURI(int i)
getURI
in interface Attributes
public String getValue(int i)
getValue
in interface Attributes
public String getValue(String qName)
getValue
in interface Attributes
public String getValue(String uri, String localName)
getValue
in interface Attributes
Copyright © 2023 Frank!Framework. All rights reserved.