public class NamespaceRemovingAttributesWrapper extends AttributesWrapper
Constructor and Description |
---|
NamespaceRemovingAttributesWrapper(Attributes source) |
Modifier and Type | Method and Description |
---|---|
int |
findIndexByLocalName(String localName) |
int |
getIndex(String uri,
String localName) |
String |
getQName(int i) |
String |
getType(String uri,
String localName) |
String |
getURI(int i) |
String |
getValue(String uri,
String localName) |
getIndex, getLength, getLocalName, getType, getType, getValue, getValue, remove
public NamespaceRemovingAttributesWrapper(Attributes source)
public int findIndexByLocalName(String localName)
public int getIndex(String uri, String localName)
getIndex
in interface Attributes
getIndex
in class AttributesWrapper
public String getType(String uri, String localName)
getType
in interface Attributes
getType
in class AttributesWrapper
public String getURI(int i)
getURI
in interface Attributes
getURI
in class AttributesWrapper
public String getValue(String uri, String localName)
getValue
in interface Attributes
getValue
in class AttributesWrapper
public String getQName(int i)
getQName
in interface Attributes
getQName
in class AttributesWrapper
Copyright © 2023 Frank!Framework. All rights reserved.