Uses of Class
com.thaiopensource.util.PropertyMapBuilder

Packages that use PropertyMapBuilder
com.oxygenxml.validate.nvdl   
com.thaiopensource.relaxng   
com.thaiopensource.relaxng.util   
com.thaiopensource.validate   
com.thaiopensource.validate.auto   
com.thaiopensource.validate.nrl   
com.thaiopensource.validate.rng   
 

Uses of PropertyMapBuilder in com.oxygenxml.validate.nvdl
 

Fields in com.oxygenxml.validate.nvdl declared as PropertyMapBuilder
private  PropertyMapBuilder SchemaImpl.Handler.ModeData.options
          The options defined for a validate action.
 

Uses of PropertyMapBuilder in com.thaiopensource.relaxng
 

Fields in com.thaiopensource.relaxng declared as PropertyMapBuilder
private  PropertyMapBuilder SchemaFactory.properties
           
 

Uses of PropertyMapBuilder in com.thaiopensource.relaxng.util
 

Fields in com.thaiopensource.relaxng.util declared as PropertyMapBuilder
private  PropertyMapBuilder JingTask.properties
           
 

Uses of PropertyMapBuilder in com.thaiopensource.validate
 

Methods in com.thaiopensource.validate with parameters of type PropertyMapBuilder
 void FlagPropertyId.add(PropertyMapBuilder builder)
          Adds this property to a PropertyMapBuilder.
 EntityResolver ValidateProperty.EntityResolverPropertyId.put(PropertyMapBuilder builder, EntityResolver value)
          Sets the value of the property.
 ErrorHandler ValidateProperty.ErrorHandlerPropertyId.put(PropertyMapBuilder builder, ErrorHandler value)
          Sets the value of the property.
 String StringPropertyId.put(PropertyMapBuilder builder, String value)
          Sets the value of the property.
 XMLReaderCreator ValidateProperty.XMLReaderCreatorPropertyId.put(PropertyMapBuilder builder, XMLReaderCreator value)
          Sets the value of the property.
 

Uses of PropertyMapBuilder in com.thaiopensource.validate.auto
 

Methods in com.thaiopensource.validate.auto with parameters of type PropertyMapBuilder
 SchemaReceiverFactory SchemaReceiverFactory.SchemaReceiverFactoryPropertyId.put(PropertyMapBuilder builder, SchemaReceiverFactory value)
           
 

Uses of PropertyMapBuilder in com.thaiopensource.validate.nrl
 

Fields in com.thaiopensource.validate.nrl declared as PropertyMapBuilder
private  PropertyMapBuilder SchemaImpl.Handler.options
           
 

Uses of PropertyMapBuilder in com.thaiopensource.validate.rng
 

Methods in com.thaiopensource.validate.rng with parameters of type PropertyMapBuilder
 DatatypeLibraryFactory RngProperty.DatatypeLibraryFactoryPropertyId.put(PropertyMapBuilder builder, DatatypeLibraryFactory value)