Class WeavingAnchorContext


  • public class WeavingAnchorContext
    extends TemplateQueryContext
    Context for query that gives anchor node for a weaved node. Anchor node is the one that would follow weaved node, i.e. to insert a node at the head of children list, use present head as anchor. null anchor indicated weaved node added to the tail of children list. Prior to this query, weaved node used to be added at the end of parent's children list, and this is default behavior if no anchor query is specified (or the query answers with null)
    Since:
    3.3