Class Summary |
AppendNewElementsOrderingPolicy |
INTERNAL:
Purpose:Provide an implementation of NodeOrderingPolicy that simply appends the new child
element to the parent. |
DocumentPreservationPolicy |
Purpose:Provides an interface for customizing how Documents are
preserved. |
IgnoreNewElementsOrderingPolicy |
INTERNAL:
Purpose:An implementation of NodeOrderingPolicy that ignores any new elements when
updating a cached document. |
NodeOrderingPolicy |
Purpose:Provide a policy that specifies how new XML Elements are added to an
existing XML Document. |
RelativePositionOrderingPolicy |
INTERNAL:
Purpose:An implementation of NodeOrderingPolicy that adds new elements to an XML Document
based on the last updated sibling in their context. |