Class AlignmentContext

java.lang.Object
org.frankframework.align.AlignmentContext

public class AlignmentContext extends Object
Top of a stack of parsed elements, that represent the current position in the aligned document.
  • Constructor Details

    • AlignmentContext

      public AlignmentContext()
    • AlignmentContext

      public AlignmentContext(AlignmentContext parent, String localName, org.apache.xerces.xs.XSTypeDefinition typeDefinition)
  • Method Details

    • getParent

      public AlignmentContext getParent()
    • getLocalName

      public String getLocalName()
    • getTypeDefinition

      public org.apache.xerces.xs.XSTypeDefinition getTypeDefinition()