Uses of Interface
com.marsching.flexiparse.xml2object.configuration.ElementMappingConfiguration

Packages that use ElementMappingConfiguration
com.marsching.flexiparse.parser Parsers and handlers. 
com.marsching.flexiparse.xml2object.parser Parser for XML to object mapping support. 
 

Uses of ElementMappingConfiguration in com.marsching.flexiparse.parser
 

Fields in com.marsching.flexiparse.parser with type parameters of type ElementMappingConfiguration
protected  LinkedHashSet<ElementMappingConfiguration> SimpleParser.mappingConfigurations
          Stores the XML to object mapping configurations for this parser
 

Methods in com.marsching.flexiparse.parser that return types with arguments of type ElementMappingConfiguration
 Collection<? extends ElementMappingConfiguration> SimpleParser.getElementMappingConfigurations()
           
 Collection<? extends ElementMappingConfiguration> Parser.getElementMappingConfigurations()
          Returns all element mapping configurations that are active for this parser.
 

Methods in com.marsching.flexiparse.parser with parameters of type ElementMappingConfiguration
 void SimpleParser.addElementMappingConfiguration(ElementMappingConfiguration configuration)
           
 void Parser.addElementMappingConfiguration(ElementMappingConfiguration configuration)
          Adds an element mapping configuration to this parser.
 boolean SimpleParser.removeElementMappingConfiguration(ElementMappingConfiguration configuration)
           
 boolean Parser.removeElementMappingConfiguration(ElementMappingConfiguration configuration)
          Removes an element mapping configuration from this parser.
 

Uses of ElementMappingConfiguration in com.marsching.flexiparse.xml2object.parser
 

Constructor parameters in com.marsching.flexiparse.xml2object.parser with type arguments of type ElementMappingConfiguration
XML2ObjectNodeHandler(Collection<? extends ElementMappingConfiguration> mappingConfigurations)
          Create a new instance using the supplied mapping configurations.
 



Copyright © 2008-2009. All Rights Reserved.