Uses of Interface
com.thaiopensource.util.PropertyMap

Packages that use PropertyMap
com.oxygenxml.validate.isoschematron   
com.oxygenxml.validate.nvdl   
com.thaiopensource.relaxng.impl   
com.thaiopensource.relaxng.util   
com.thaiopensource.util   
com.thaiopensource.validate   
com.thaiopensource.validate.auto   
com.thaiopensource.validate.jarv   
com.thaiopensource.validate.mns   
com.thaiopensource.validate.nrl   
com.thaiopensource.validate.rng   
com.thaiopensource.validate.schematron   
com.thaiopensource.validate.xerces   
nu.validator.servlet   
org.whattf.checker.jing   
 

Uses of PropertyMap in com.oxygenxml.validate.isoschematron
 

Methods in com.oxygenxml.validate.isoschematron with parameters of type PropertyMap
 Schema SchemaReaderImpl.createSchema(InputSource in, PropertyMap properties)
           
private  SAXSource SchemaReaderImpl.createValidatingSource(InputSource in, PropertyMap properties, CountingErrorHandler ceh)
           
 Validator SchemaImpl.createValidator(PropertyMap properties)
           
 

Constructors in com.oxygenxml.validate.isoschematron with parameters of type PropertyMap
SchemaImpl(Templates templates, PropertyMap properties, PropertyId[] supportedPropertyIds)
           
ValidatorImpl(Templates templates, PropertyMap properties)
           
 

Uses of PropertyMap in com.oxygenxml.validate.nvdl
 

Fields in com.oxygenxml.validate.nvdl declared as PropertyMap
private  PropertyMap ValidatorImpl.properties
          Properties.
private  PropertyMap SchemaReceiverImpl.properties
          Properties.
 

Methods in com.oxygenxml.validate.nvdl that return PropertyMap
(package private)  PropertyMap SchemaReceiverImpl.getProperties()
          Get the properties.
 

Methods in com.oxygenxml.validate.nvdl with parameters of type PropertyMap
(package private)  Schema SchemaReceiverImpl.createChildSchema(InputSource inputSource, String schemaType, PropertyMap options, boolean isAttributesSchema)
          Creates a child schema.
 SchemaReceiver NvdlSchemaReceiverFactory.createSchemaReceiver(String namespaceUri, PropertyMap properties)
          Checks if the namespace is the NVDL namespace and if yes then it creates a schema receiver, otherwise returns null.
 Validator SchemaImpl.createValidator(PropertyMap properties)
          Creates a Validator for validating XML documents against this NVDL script.
 

Constructors in com.oxygenxml.validate.nvdl with parameters of type PropertyMap
SchemaImpl(PropertyMap properties)
          Creates a NVDL schema implementation.
SchemaReceiverImpl(PropertyMap properties)
          Creates a schema receiver for NVDL schemas.
ValidatorImpl(Mode mode, Triggers triggers, PropertyMap properties)
          Creates a NVDL validator.
 

Uses of PropertyMap in com.thaiopensource.relaxng.impl
 

Fields in com.thaiopensource.relaxng.impl declared as PropertyMap
private  PropertyMap SchemaReceiverImpl.properties
           
 

Methods in com.thaiopensource.relaxng.impl with parameters of type PropertyMap
 Schema SchemaReaderImpl.createSchema(InputSource in, PropertyMap properties)
           
 Validator PatternSchema.createValidator(PropertyMap properties)
           
 Validator IdTypeMapSchema.createValidator(PropertyMap properties)
           
 Validator FeasibleIdTypeMapSchema.createValidator(PropertyMap properties)
           
 Validator CombineSchema.createValidator(PropertyMap properties)
           
(package private) static Schema SchemaReaderImpl.wrapPattern(Pattern start, SchemaPatternBuilder spb, PropertyMap properties)
           
 

Constructors in com.thaiopensource.relaxng.impl with parameters of type PropertyMap
CombineSchema(Schema schema1, Schema schema2, PropertyMap properties)
           
FeasibleIdTypeMapSchema(IdTypeMap idTypeMap, PropertyMap properties)
           
IdTypeMapSchema(IdTypeMap idTypeMap, PropertyMap properties)
           
PatternSchema(SchemaPatternBuilder spb, Pattern start, PropertyMap properties)
           
SchemaReceiverImpl(ParseReceiver parser, PropertyMap properties)
           
 

Uses of PropertyMap in com.thaiopensource.relaxng.util
 

Methods in com.thaiopensource.relaxng.util that return PropertyMap
private static PropertyMap ValidationEngine.makePropertyMap(XMLReaderCreator xrc, ErrorHandler eh, int flags)
          Deprecated.  
 

Uses of PropertyMap in com.thaiopensource.util
 

Classes in com.thaiopensource.util that implement PropertyMap
private static class PropertyMapBuilder.PropertyMapImpl
           
 class SinglePropertyMap
           
 

Fields in com.thaiopensource.util declared as PropertyMap
static PropertyMap PropertyMap.EMPTY
           
 

Methods in com.thaiopensource.util that return PropertyMap
 PropertyMap PropertyMapBuilder.toPropertyMap()
           
 

Constructors in com.thaiopensource.util with parameters of type PropertyMap
PropertyMapBuilder(PropertyMap pm)
           
 

Uses of PropertyMap in com.thaiopensource.validate
 

Fields in com.thaiopensource.validate declared as PropertyMap
private  PropertyMap ValidationDriver.instanceProperties
           
private  PropertyMap AbstractSchema.properties
           
private  PropertyMap ValidationDriver.schemaProperties
           
 

Methods in com.thaiopensource.validate that return PropertyMap
static PropertyMap AbstractSchema.filterProperties(PropertyMap properties, PropertyId[] supportedPropertyIds)
           
 PropertyMap Schema.getProperties()
           
 PropertyMap AbstractSchema.getProperties()
           
 

Methods in com.thaiopensource.validate with parameters of type PropertyMap
 Schema SchemaReader.createSchema(InputSource in, PropertyMap properties)
          Creates a Schema by reading it from an InputSource.
 Validator Schema.createValidator(PropertyMap properties)
          Creates a new Validator that can be used to validate XML documents with respect to this schema.
static PropertyMap AbstractSchema.filterProperties(PropertyMap properties, PropertyId[] supportedPropertyIds)
           
 ErrorHandler ValidateProperty.ErrorHandlerPropertyId.get(PropertyMap properties)
          Returns the value of the property.
 EntityResolver ValidateProperty.EntityResolverPropertyId.get(PropertyMap properties)
          Returns the value of the property.
 XMLReaderCreator ValidateProperty.XMLReaderCreatorPropertyId.get(PropertyMap properties)
          Returns the value of the property.
 String StringPropertyId.get(PropertyMap properties)
          Returns the value of the property.
 

Constructors in com.thaiopensource.validate with parameters of type PropertyMap
AbstractSchema(PropertyMap properties)
           
AbstractSchema(PropertyMap properties, PropertyId[] supportedPropertyIds)
           
ValidationDriver(PropertyMap properties)
          Equivalent to ValidationDriver(properties, properties, null).
ValidationDriver(PropertyMap schemaProperties, PropertyMap instanceProperties)
          Equivalent to ValidationDriver(schemaProperties, instanceProperties, null).
ValidationDriver(PropertyMap schemaProperties, PropertyMap instanceProperties, SchemaReader schemaReader)
          Creates and initializes a ValidationDriver.
ValidationDriver(PropertyMap properties, SchemaReader sr)
          Equivalent to ValidationDriver(properties, properties, sr).
 

Uses of PropertyMap in com.thaiopensource.validate.auto
 

Fields in com.thaiopensource.validate.auto declared as PropertyMap
private  PropertyMap SchemaReaderSchemaReceiver.properties
           
private  PropertyMap AutoSchemaReceiver.properties
           
 

Methods in com.thaiopensource.validate.auto with parameters of type PropertyMap
 Schema AutoSchemaReader.createSchema(InputSource in, PropertyMap properties)
           
 SchemaReceiver SchemaReceiverLoader.createSchemaReceiver(String namespaceUri, PropertyMap properties)
           
 SchemaReceiver SchemaReceiverFactory.createSchemaReceiver(String namespaceUri, PropertyMap properties)
           
 SchemaReceiver SchemaReaderFactorySchemaReceiverFactory.createSchemaReceiver(String namespaceUri, PropertyMap properties)
           
 SchemaReceiverFactory SchemaReceiverFactory.SchemaReceiverFactoryPropertyId.get(PropertyMap properties)
           
 

Constructors in com.thaiopensource.validate.auto with parameters of type PropertyMap
AutoSchemaReceiver(PropertyMap properties, Rewindable rewindable)
           
SchemaReaderSchemaReceiver(SchemaReader schemaLanguage, PropertyMap properties)
           
 

Uses of PropertyMap in com.thaiopensource.validate.jarv
 

Methods in com.thaiopensource.validate.jarv with parameters of type PropertyMap
 Schema VerifierFactorySchemaReader.createSchema(InputSource in, PropertyMap properties)
           
 Validator VerifierFactorySchemaReader.SchemaImpl.createValidator(PropertyMap properties)
           
 

Constructors in com.thaiopensource.validate.jarv with parameters of type PropertyMap
VerifierValidator(org.iso_relax.verifier.Verifier verifier, PropertyMap properties)
           
 

Uses of PropertyMap in com.thaiopensource.validate.mns
 

Fields in com.thaiopensource.validate.mns declared as PropertyMap
private  PropertyMap SchemaReceiverImpl.attributeSchemaProperties
           
private  PropertyMap ValidatorImpl.properties
           
private  PropertyMap SchemaReceiverImpl.properties
           
 

Methods in com.thaiopensource.validate.mns that return PropertyMap
(package private)  PropertyMap SchemaReceiverImpl.getProperties()
           
 

Methods in com.thaiopensource.validate.mns with parameters of type PropertyMap
 SchemaReceiver MnsSchemaReceiverFactory.createSchemaReceiver(String namespaceUri, PropertyMap properties)
           
 Validator SchemaImpl.createValidator(PropertyMap properties)
           
 

Constructors in com.thaiopensource.validate.mns with parameters of type PropertyMap
SchemaReceiverImpl(PropertyMap properties)
           
ValidatorImpl(SchemaImpl.Mode mode, PropertyMap properties)
           
 

Uses of PropertyMap in com.thaiopensource.validate.nrl
 

Fields in com.thaiopensource.validate.nrl declared as PropertyMap
private  PropertyMap ValidatorImpl.properties
           
private  PropertyMap SchemaReceiverImpl.properties
           
 

Methods in com.thaiopensource.validate.nrl that return PropertyMap
(package private)  PropertyMap SchemaReceiverImpl.getProperties()
           
 

Methods in com.thaiopensource.validate.nrl with parameters of type PropertyMap
(package private)  Schema SchemaReceiverImpl.createChildSchema(InputSource inputSource, String schemaType, PropertyMap options, boolean isAttributesSchema)
           
 SchemaReceiver NrlSchemaReceiverFactory.createSchemaReceiver(String namespaceUri, PropertyMap properties)
           
 Validator SchemaImpl.createValidator(PropertyMap properties)
           
 

Constructors in com.thaiopensource.validate.nrl with parameters of type PropertyMap
SchemaImpl(PropertyMap properties)
           
SchemaReceiverImpl(PropertyMap properties)
           
ValidatorImpl(Mode mode, PropertyMap properties)
           
 

Uses of PropertyMap in com.thaiopensource.validate.rng
 

Methods in com.thaiopensource.validate.rng with parameters of type PropertyMap
 SchemaReceiver SAXSchemaReceiverFactory.createSchemaReceiver(String namespaceUri, PropertyMap properties)
           
 DatatypeLibraryFactory RngProperty.DatatypeLibraryFactoryPropertyId.get(PropertyMap properties)
           
 

Uses of PropertyMap in com.thaiopensource.validate.schematron
 

Methods in com.thaiopensource.validate.schematron with parameters of type PropertyMap
 Schema SchemaReaderImpl.createSchema(InputSource in, PropertyMap properties)
           
private  SAXSource SchemaReaderImpl.createValidatingSource(InputSource in, PropertyMap properties, CountingErrorHandler ceh)
           
 Validator SchemaImpl.createValidator(PropertyMap properties)
           
 

Constructors in com.thaiopensource.validate.schematron with parameters of type PropertyMap
SchemaImpl(Templates templates, PropertyMap properties, PropertyId[] supportedPropertyIds)
           
ValidatorImpl(Templates templates, PropertyMap properties)
           
 

Uses of PropertyMap in com.thaiopensource.validate.xerces
 

Methods in com.thaiopensource.validate.xerces with parameters of type PropertyMap
 Schema SchemaReaderImpl.createSchema(InputSource in, PropertyMap properties)
           
 Validator SchemaImpl.createValidator(PropertyMap properties)
           
 

Constructors in com.thaiopensource.validate.xerces with parameters of type PropertyMap
SchemaImpl(org.apache.xerces.util.SymbolTable symbolTable, org.apache.xerces.xni.grammars.XMLGrammarPool grammarPool, PropertyMap properties, PropertyId[] supportedPropertyIds)
           
ValidatorImpl(org.apache.xerces.util.SymbolTable symbolTable, org.apache.xerces.xni.grammars.XMLGrammarPool grammarPool, PropertyMap properties)
           
 

Uses of PropertyMap in nu.validator.servlet
 

Fields in nu.validator.servlet declared as PropertyMap
private  PropertyMap VerifierServletTransaction.jingPropertyMap
           
 

Methods in nu.validator.servlet with parameters of type PropertyMap
private static Schema VerifierServletTransaction.schemaByUrl(String url, EntityResolver resolver, PropertyMap pMap)
           
 

Uses of PropertyMap in org.whattf.checker.jing
 

Constructors in org.whattf.checker.jing with parameters of type PropertyMap
CheckerValidator(Checker checker, PropertyMap propertyMap)
          Constructor