Package org.frankframework.align
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
ConstructorDescriptionAlignmentContext
(AlignmentContext parent, String localName, org.apache.xerces.xs.XSTypeDefinition typeDefinition) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.xerces.xs.XSTypeDefinition
-
Constructor Details
-
AlignmentContext
public AlignmentContext() -
AlignmentContext
public AlignmentContext(AlignmentContext parent, String localName, org.apache.xerces.xs.XSTypeDefinition typeDefinition)
-
-
Method Details
-
getParent
-
getLocalName
-
getTypeDefinition
public org.apache.xerces.xs.XSTypeDefinition getTypeDefinition()
-