ASPOSE home

com.aspose.words
Class VisitorAction

java.lang.Object
    extended by com.aspose.words.VisitorAction

public class VisitorAction
extends java.lang.Object

Utility class containing constants. Allows the visitor to control the enumeration of nodes.

Field Summary
static final intCONTINUE
           The visitor requests the enumeration to continue.
static final intSKIP_THIS_NODE
           The visitor requests to skip the current node and continue enumeration.
static final intSTOP
           The visitor requests the enumeration of nodes to stop.
 

Field Detail

CONTINUE

public static final int CONTINUE
The visitor requests the enumeration to continue.

SKIP_THIS_NODE

public static final int SKIP_THIS_NODE
The visitor requests to skip the current node and continue enumeration.

STOP

public static final int STOP
The visitor requests the enumeration of nodes to stop.

See Also:
          Wiki - the home page for the Aspose.Words Product Documentation that includes Programmer's Guide, Knowledge Base and other articles.
          Aspose.Words Support Forum - our preferred method of support.
          Aspose.Words Team - contact Aspose.Words Team.


ASPOSE home