Class RelativePositionOrderingPolicy


  • public class RelativePositionOrderingPolicy
    extends NodeOrderingPolicy
    INTERNAL:

    Purpose:An implementation of NodeOrderingPolicy that adds new elements to an XML Document based on the last updated sibling in their context.

    Responsibilities:Add a new element as a child based on the provided last updated sibling.

    Author:
    mmacivor, rbarkhouse - changed to subclass (NodeOrderingPolicy changed to abstract superclass)
    See Also:
    NodeOrderingPolicy
    • Constructor Detail

      • RelativePositionOrderingPolicy

        public RelativePositionOrderingPolicy()