Maven module :un.api : api-common :
Class :
un.api.model.tree.AbstractNode
Extends/Implements :
un.api.event.AbstractEventSource
un.api.model.tree.Node
Subclasses : -
Variables : -
Functions :
getChildren,
accept,
thisToChars,
toChars,
toCharsTree,
sendNodeAdd,
sendNodeRemove,
sendNodeReplace,
sendNodeReplaceAll
public Node[]
getChildren ()
public Object
accept (NodeVisitor visitor, Object context)
public Chars
thisToChars ()
public Chars
toChars ()
public Chars
toCharsTree (int depth)
protected void
sendNodeAdd (Node[] added, int start)
protected void
sendNodeRemove (Node[] removed, int start)
protected void
sendNodeReplace (Node[] olds, Node[] updated, int start, Event subEvent)
protected void
sendNodeReplaceAll (int startIndex, int endIndex, Node[] olds, Node[] news)
Provides :