Class AlignmentContext
java.lang.Object
org.frankframework.align.AlignmentContext
Top of a stack of parsed elements, that represent the current position in the aligned document.
-
Constructor Summary
ConstructorsConstructorDescriptionAlignmentContext(@Nullable AlignmentContext parent, @Nullable String localName, @Nullable org.apache.xerces.xs.XSTypeDefinition typeDefinition) -
Method Summary
-
Constructor Details
-
AlignmentContext
public AlignmentContext() -
AlignmentContext
public AlignmentContext(@Nullable AlignmentContext parent, @Nullable String localName, @Nullable org.apache.xerces.xs.XSTypeDefinition typeDefinition)
-