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
Nested Classes -
Constructor Summary
ConstructorsModifierConstructorDescriptionAttributesWrapper(Attributes source) AttributesWrapper(Attributes source, boolean sortAttributeOrder) AttributesWrapper(Attributes source, String localNameToSkip) protectedAttributesWrapper(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> intintintgetLocalName(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:
getIndexin interfaceAttributes
-
getIndex
- Specified by:
getIndexin interfaceAttributes
-
getLength
public int getLength()- Specified by:
getLengthin interfaceAttributes
-
getLocalName
- Specified by:
getLocalNamein interfaceAttributes
-
getQName
- Specified by:
getQNamein interfaceAttributes
-
getType
- Specified by:
getTypein interfaceAttributes
-
getType
- Specified by:
getTypein interfaceAttributes
-
getType
- Specified by:
getTypein interfaceAttributes
-
getURI
- Specified by:
getURIin interfaceAttributes
-
getValue
- Specified by:
getValuein interfaceAttributes
-
getValue
- Specified by:
getValuein interfaceAttributes
-
getValue
- Specified by:
getValuein interfaceAttributes
-
remove
-
getAttributes
-