Package org.frankframework.xml
Class AttributesWrapper
java.lang.Object
org.frankframework.xml.AttributesWrapper
- All Implemented Interfaces:
Attributes
- Direct Known Subclasses:
NamespacedContentsRemovingAttributesWrapper
,NamespaceRemovingAttributesWrapper
,WritableAttributes
Base class for transforming SAX Attributes-lists.
- Author:
- Gerrit van Brakel
-
Nested Class Summary
-
Constructor Summary
ModifierConstructorDescriptionAttributesWrapper
(Attributes source) AttributesWrapper
(Attributes source, boolean sortAttributeOrder) AttributesWrapper
(Attributes source, String localNameToSkip) protected
AttributesWrapper
(Attributes source, Function<Integer, Boolean> filter, boolean sortAttributeOrder, Function<String, String> valueTransformer) AttributesWrapper
(Attributes source, Function<String, String> valueTransformer) -
Method Summary
Modifier and TypeMethodDescriptionprotected List<AttributesWrapper.Attribute>
int
int
int
getLocalName
(int i) getQName
(int i) getType
(int i) getURI
(int i) getValue
(int i) void
-
Constructor Details
-
AttributesWrapper
-
AttributesWrapper
-
AttributesWrapper
-
AttributesWrapper
-
AttributesWrapper
-
-
Method Details
-
getIndex
- Specified by:
getIndex
in interfaceAttributes
-
getIndex
- Specified by:
getIndex
in interfaceAttributes
-
getLength
public int getLength()- Specified by:
getLength
in interfaceAttributes
-
getLocalName
- Specified by:
getLocalName
in interfaceAttributes
-
getQName
- Specified by:
getQName
in interfaceAttributes
-
getType
- Specified by:
getType
in interfaceAttributes
-
getType
- Specified by:
getType
in interfaceAttributes
-
getType
- Specified by:
getType
in interfaceAttributes
-
getURI
- Specified by:
getURI
in interfaceAttributes
-
getValue
- Specified by:
getValue
in interfaceAttributes
-
getValue
- Specified by:
getValue
in interfaceAttributes
-
getValue
- Specified by:
getValue
in interfaceAttributes
-
remove
-
getAttributes
-