Package org.frankframework.align.content
Class MapContentContainer<V>
java.lang.Object
org.frankframework.align.content.MapContentContainer<V>
- All Implemented Interfaces:
DocumentContainer
,ElementContainer
,ElementGroupContainer
-
Field Summary
Modifier and TypeFieldDescriptionstatic final org.apache.commons.lang3.text.translate.CharSequenceTranslator
protected org.apache.logging.log4j.Logger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
characters
(char[] ch, int start, int length) void
endElement
(String localName) void
endElementGroup
(String localName) void
setAttribute
(String name, String value, org.apache.xerces.xs.XSSimpleTypeDefinition attTypeDefinition) void
setNull()
protected void
void
startElement
(String localName, boolean xmlArrayContainer, boolean repeatedElement, org.apache.xerces.xs.XSTypeDefinition typeDefinition) void
startElementGroup
(String localName, boolean xmlArrayContainer, boolean repeatedElement, org.apache.xerces.xs.XSTypeDefinition typeDefinition) stringToValue
(String value) valueToString
(V value)
-
Field Details
-
log
protected org.apache.logging.log4j.Logger log -
ESCAPE_JSON
public static final org.apache.commons.lang3.text.translate.CharSequenceTranslator ESCAPE_JSON
-
-
Constructor Details
-
MapContentContainer
-
-
Method Details
-
valueToString
-
stringToValue
-
startElement
public void startElement(String localName, boolean xmlArrayContainer, boolean repeatedElement, org.apache.xerces.xs.XSTypeDefinition typeDefinition) - Specified by:
startElement
in interfaceElementGroupContainer
-
setValue
-
endElement
- Specified by:
endElement
in interfaceElementGroupContainer
-
setNull
public void setNull()- Specified by:
setNull
in interfaceElementContainer
-
setAttribute
public void setAttribute(String name, String value, org.apache.xerces.xs.XSSimpleTypeDefinition attTypeDefinition) - Specified by:
setAttribute
in interfaceElementContainer
-
characters
public void characters(char[] ch, int start, int length) - Specified by:
characters
in interfaceElementContainer
-
startElementGroup
public void startElementGroup(String localName, boolean xmlArrayContainer, boolean repeatedElement, org.apache.xerces.xs.XSTypeDefinition typeDefinition) - Specified by:
startElementGroup
in interfaceDocumentContainer
-
endElementGroup
- Specified by:
endElementGroup
in interfaceDocumentContainer
-
flattenedVertical
-
flattenedHorizontal
-
unflatten
-