Package nl.nn.adapterframework.align
Class AlignmentContext
- java.lang.Object
-
- nl.nn.adapterframework.align.AlignmentContext
-
public class AlignmentContext extends Object
Top of a stack of parsed elements, that represent the current position in the aligned document.
-
-
Constructor Summary
Constructors Constructor Description AlignmentContext()
AlignmentContext(AlignmentContext parent, String localName, org.apache.xerces.xs.XSTypeDefinition typeDefinition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLocalName()
AlignmentContext
getParent()
org.apache.xerces.xs.XSTypeDefinition
getTypeDefinition()
-
-
-
Constructor Detail
-
AlignmentContext
public AlignmentContext()
-
AlignmentContext
public AlignmentContext(AlignmentContext parent, String localName, org.apache.xerces.xs.XSTypeDefinition typeDefinition)
-
-
Method Detail
-
getParent
public AlignmentContext getParent()
-
getLocalName
public String getLocalName()
-
getTypeDefinition
public org.apache.xerces.xs.XSTypeDefinition getTypeDefinition()
-
-