Uses of Class
sk.uniba.euromath.document.schema.plug.SchemaException

Packages that use SchemaException
sk.uniba.euromath.document Manages in-memory document. 
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.impl.export Encapsulates and adapts internal structures onto schema API interfaces. 
sk.uniba.euromath.document.schema.plug Interfaces that must be implemented in order to be able to be provided by the SchemaPool object. 
sk.uniba.euromath.editor Editor - Core of Multi Editor Architecture 
 

Uses of SchemaException in sk.uniba.euromath.document
 

Methods in sk.uniba.euromath.document that throw SchemaException
 void XMLAccess.loadGlobalSchemas()
          Loads global schemas for all namespaces, present in the document, for which no local schema was loaded.
 void XMLAccess.validate()
          Validates this document.
 

Uses of SchemaException in sk.uniba.euromath.document.schema
 

Methods in sk.uniba.euromath.document.schema that throw SchemaException
 void SchemaReferences.loadSchema(String namespaceURI)
          Loads schema for given namespace.
 void SchemaReferences.loadSchemata(Collection<String> namespaces)
          Loads schemas for all given namespaces.
 void DocumentSchema.validate()
          Validates this document.
 void Validator.validate(Attr attr)
          Validates this attribute by appropriate schema.
 void ValidationContextImpl.validate(Element element)
           
 void Validator.validate(Element element, SchemaReferences ref)
          Performs full validation over given element.
 void Validator.validateAttr(String namespaceUri, String localName, String qname, Element owner, String value)
          Validates this attribute by appropriate schema.
 

Uses of SchemaException in sk.uniba.euromath.document.schema.impl
 

Methods in sk.uniba.euromath.document.schema.impl that throw SchemaException
 void ValidatorImpl.feedAttributes(com.sun.msv.verifier.Acceptor acc, Element element, boolean checkForeign, boolean finish)
          Helper function, feeds the acceptor with all attributes.
 ISchema SchemaFactoryImpl.getSchema(String namespaceURI, IValidationContextP context)
           
 void SchemaImpl.validate(Element element)
           
 void ValidatorImpl.validate(Element element, com.sun.msv.verifier.regexp.ExpressionAcceptor acc, boolean deep, boolean throughNamespaces)
          Tries to validate element with given acceptor.
 void ValidatorImpl.validate(Element element, com.sun.msv.grammar.Expression exp, boolean deep, boolean throughNamespaces)
          Tries to validate element with given expression.
 void ValidatorImpl.validate(Element element, String namespace, com.sun.msv.verifier.regexp.ExpressionAcceptor acc, boolean deep, boolean throughNamespaces, SchemaLevelNodeIterator contextIterator)
          Tries to validate element with given acceptor.
 void ValidatorImpl.validateIterator(com.sun.msv.verifier.regexp.ExpressionAcceptor acc, SchemaLevelNodeIterator ipIterator, boolean deep, boolean throughNamespaces, int stepOver)
          Validates contents, that are given to us by iterator.
 

Uses of SchemaException in sk.uniba.euromath.document.schema.impl.export
 

Methods in sk.uniba.euromath.document.schema.impl.export that throw SchemaException
 void ElementRuleImpl.validate()
           
 

Uses of SchemaException in sk.uniba.euromath.document.schema.plug
 

Methods in sk.uniba.euromath.document.schema.plug that throw SchemaException
 ISchema ISchemaFactory.getSchema(String namespaceURI, IValidationContextP context)
          Produces a schema object from file represented by url.
 void IElementRuleP.validate()
           Validates the element.
 void ISchema.validate(Element element)
           Validates given root element.
 void IValidationContextP.validate(Element element)
          Performs full validation over given element.
 

Uses of SchemaException in sk.uniba.euromath.editor
 

Methods in sk.uniba.euromath.editor that throw SchemaException
 void XMLResourceManipulator.load()
          Deserializes the document.
protected  void XMLResourceManipulator.load(IPath data)
           
 



Copyright © 2003-2006 null. All Rights Reserved.