Uses of Class
com.thaiopensource.util.PropertyId

Packages that use PropertyId
com.oxygenxml.validate.isoschematron   
com.oxygenxml.validate.nvdl   
com.thaiopensource.relaxng.impl   
com.thaiopensource.util   
com.thaiopensource.validate   
com.thaiopensource.validate.auto   
com.thaiopensource.validate.nrl   
com.thaiopensource.validate.rng   
com.thaiopensource.validate.schematron   
com.thaiopensource.validate.xerces   
 

Uses of PropertyId in com.oxygenxml.validate.isoschematron
 

Fields in com.oxygenxml.validate.isoschematron declared as PropertyId
private static PropertyId[] SchemaReaderImpl.supportedPropertyIds
           
 

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

Uses of PropertyId in com.oxygenxml.validate.nvdl
 

Fields in com.oxygenxml.validate.nvdl declared as PropertyId
private  PropertyId SchemaImpl.MustSupportOption.pid
          The property id.
private static PropertyId[] SchemaReceiverImpl.subSchemaProperties
          Required properties.
 

Constructors in com.oxygenxml.validate.nvdl with parameters of type PropertyId
SchemaImpl.MustSupportOption(String name, PropertyId pid, Locator locator)
          Creates a mustu support option.
 

Uses of PropertyId in com.thaiopensource.relaxng.impl
 

Fields in com.thaiopensource.relaxng.impl declared as PropertyId
private static PropertyId[] SchemaReaderImpl.supportedPropertyIds
           
 

Uses of PropertyId in com.thaiopensource.util
 

Fields in com.thaiopensource.util declared as PropertyId
private  PropertyId[] PropertyMapBuilder.keys
           
private  PropertyId[] PropertyMapBuilder.PropertyMapImpl.keys
           
private  PropertyId SinglePropertyMap.pid
           
 

Methods in com.thaiopensource.util that return PropertyId
 PropertyId SinglePropertyMap.getKey(int i)
           
 PropertyId PropertyMapBuilder.PropertyMapImpl.getKey(int i)
           
 PropertyId PropertyMap.getKey(int i)
           
 

Methods in com.thaiopensource.util with parameters of type PropertyId
 boolean SinglePropertyMap.contains(PropertyId pid)
           
 boolean PropertyMapBuilder.contains(PropertyId pid)
           
 boolean PropertyMapBuilder.PropertyMapImpl.contains(PropertyId pid)
           
 boolean PropertyMap.contains(PropertyId pid)
           
 Object SinglePropertyMap.get(PropertyId pid)
           
 Object PropertyMapBuilder.get(PropertyId pid)
           
 Object PropertyMapBuilder.PropertyMapImpl.get(PropertyId pid)
           
 Object PropertyMap.get(PropertyId pid)
           
 Object PropertyMapBuilder.put(PropertyId id, Object value)
           
 

Constructors in com.thaiopensource.util with parameters of type PropertyId
PropertyMapBuilder.PropertyMapImpl(Hashtable map, PropertyId[] keys)
           
SinglePropertyMap(PropertyId pid, Object value)
           
 

Uses of PropertyId in com.thaiopensource.validate
 

Subclasses of PropertyId in com.thaiopensource.validate
 class FlagPropertyId
          A PropertyId whose value is not significant.
 class StringPropertyId
          A PropertyId whose value is constrained to be an instance of String.
static class ValidateProperty.EntityResolverPropertyId
          A PropertyId whose value is constrained to be an instance of EntityResolver.
static class ValidateProperty.ErrorHandlerPropertyId
          A PropertyId whose value is constrained to be an instance of ErrorHandler.
static class ValidateProperty.XMLReaderCreatorPropertyId
          A PropertyId whose value is constrained to be an instance of XMLReaderCreator.
 

Fields in com.thaiopensource.validate declared as PropertyId
private static PropertyId[] ValidationDriver.requiredProperties
           
 

Methods in com.thaiopensource.validate that return PropertyId
 PropertyId StringOption.getPropertyId()
           
 PropertyId Option.getPropertyId()
           
 PropertyId FlagOption.getPropertyId()
           
 

Methods in com.thaiopensource.validate with parameters of type PropertyId
static PropertyMap AbstractSchema.filterProperties(PropertyMap properties, PropertyId[] supportedPropertyIds)
           
 

Constructors in com.thaiopensource.validate with parameters of type PropertyId
AbstractSchema(PropertyMap properties, PropertyId[] supportedPropertyIds)
           
 

Uses of PropertyId in com.thaiopensource.validate.auto
 

Subclasses of PropertyId in com.thaiopensource.validate.auto
static class SchemaReceiverFactory.SchemaReceiverFactoryPropertyId
           
 

Uses of PropertyId in com.thaiopensource.validate.nrl
 

Fields in com.thaiopensource.validate.nrl declared as PropertyId
private  PropertyId SchemaImpl.MustSupportOption.pid
           
private static PropertyId[] SchemaReceiverImpl.subSchemaProperties
           
 

Constructors in com.thaiopensource.validate.nrl with parameters of type PropertyId
SchemaImpl.MustSupportOption(String name, PropertyId pid, Locator locator)
           
 

Uses of PropertyId in com.thaiopensource.validate.rng
 

Subclasses of PropertyId in com.thaiopensource.validate.rng
static class RngProperty.DatatypeLibraryFactoryPropertyId
           
 

Uses of PropertyId in com.thaiopensource.validate.schematron
 

Fields in com.thaiopensource.validate.schematron declared as PropertyId
private static PropertyId[] SchemaReaderImpl.supportedPropertyIds
           
 

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

Uses of PropertyId in com.thaiopensource.validate.xerces
 

Fields in com.thaiopensource.validate.xerces declared as PropertyId
private static PropertyId[] SchemaReaderImpl.supportedPropertyIds
           
 

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