Uses of Class
com.marsching.flexiparse.configuration.RunOrder

Packages that use RunOrder
com.marsching.flexiparse.configuration Configuration objects for fleXiParse handlers. 
com.marsching.flexiparse.parser Parsers and handlers. 
 

Uses of RunOrder in com.marsching.flexiparse.configuration
 

Methods in com.marsching.flexiparse.configuration that return RunOrder
 RunOrder HandlerConfiguration.getRunOrder()
          Indicates whether to run the handler before or after processing the child nodes of the node matched by this handler.
static RunOrder RunOrder.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RunOrder[] RunOrder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of RunOrder in com.marsching.flexiparse.parser
 

Methods in com.marsching.flexiparse.parser that return RunOrder
 RunOrder HandlerContext.getRunOrder()
          Returns the current processing state (child nodes not yet processed or child nodes already processed).
 



Copyright © 2008-2009. All Rights Reserved.