Class ParentContext

  • All Implemented Interfaces:
    ImportParent

    public class ParentContext
    extends ElementContext
    implements ImportParent
    Maintains state about the parent context of the node being imported.
    Author:
    David Caruana
    • Constructor Detail

      • ParentContext

        public ParentContext​(QName elementName,
                             DictionaryService dictionary,
                             Importer importer)
        Construct
        Parameters:
        elementName - QName
        dictionary - DictionaryService
        importer - Importer
      • ParentContext

        public ParentContext​(QName elementName,
                             NodeContext parent)
        Construct (with unknown child association)
        Parameters:
        elementName - QName
        parent - NodeContext
      • ParentContext

        public ParentContext​(QName elementName,
                             NodeContext parent,
                             AssociationDefinition assocDef)
        Construct
        Parameters:
        elementName - QName
        parent - NodeContext
        assocDef - AssociationDefinition