|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISchema | |
---|---|
sk.uniba.euromath.document.schema | Helps with the document modification. |
sk.uniba.euromath.document.schema.impl | Implementation of adapter that adapts MSV's Expression object to the ISchema interface. |
sk.uniba.euromath.document.schema.plug | Interfaces that must be implemented in order to be able to be provided by the SchemaPool object. |
Uses of ISchema in sk.uniba.euromath.document.schema |
---|
Methods in sk.uniba.euromath.document.schema that return ISchema | |
---|---|
ISchema |
SchemaReferences.getSchema(String namespaceURI)
For given namespace URI returns appropriate Schema object,
that validates elements with this namespace URI. |
ISchema |
SchemaPool.getSchema(String namespaceUri)
Returns the global schema with specified namespace. |
ISchema |
SchemaReferences.getSchemaNull(String namespaceURI)
For given namespace URI returns appropriate Schema object,
that validates elements with this namespace URI. |
ISchema |
SchemaPool.getSchemaNull(String namespaceUri)
Returns the global schema with specified namespace. |
Uses of ISchema in sk.uniba.euromath.document.schema.impl |
---|
Classes in sk.uniba.euromath.document.schema.impl that implement ISchema | |
---|---|
class |
SchemaImpl
Implements the Schema interface. |
Methods in sk.uniba.euromath.document.schema.impl that return ISchema | |
---|---|
ISchema |
SchemaFactoryImpl.getSchema(String namespaceURI,
IValidationContextP context)
|
Uses of ISchema in sk.uniba.euromath.document.schema.plug |
---|
Methods in sk.uniba.euromath.document.schema.plug that return ISchema | |
---|---|
ISchema |
ISchemaFactory.getSchema(String namespaceURI,
IValidationContextP context)
Produces a schema object from file represented by url . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |