Uses of Interface
sk.uniba.euromath.document.schema.IQNameAcceptor

Packages that use IQNameAcceptor
sk.uniba.euromath.document.schema Helps with the document modification. 
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. 
 

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

Fields in sk.uniba.euromath.document.schema declared as IQNameAcceptor
static IQNameAcceptor QNameAcceptors.ALL
          Accepts all qnames.
 

Methods in sk.uniba.euromath.document.schema that return IQNameAcceptor
static IQNameAcceptor QNameAcceptors.createNotPresentAcceptor(Element e)
          Creates an acceptor that accepts the qname if and only if there is no attribute in given element with such qname.
 

Methods in sk.uniba.euromath.document.schema with parameters of type IQNameAcceptor
 Map<QName,IAttributeRuleP> SchemaPool.getExportedAttributes(String localNamespace, IQNameAcceptor qnAcceptor)
          Returns Map of all known attributes, exported from foreign namespace, that given acceptor accepts.
 Map<QName,INewElementRuleP> SchemaPool.getForeignRoots(IQNameAcceptor nameAcceptor)
           Returns Map of all known root elements from foreign namespaces, that given acceptor accepts.The function returns roots of loaded schemas only!
 Map<QName,INewElementRuleP> SchemaPool.getRoots(String namespaceUri, IQNameAcceptor acceptor)
          Returns all possible root elements for given namespace.
 

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

Classes in sk.uniba.euromath.document.schema.impl.export that implement IQNameAcceptor
 class AttributeRuleImpl
          Implements the AttributeRule interface.
 class NameListImpl<R extends ISingleQNameP>
          Implementor of the NameListP interface.
 class NewElementRuleImpl
          Implementor of NewElementRuleP interface.
 

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

Subinterfaces of IQNameAcceptor in sk.uniba.euromath.document.schema.plug
 interface IAttributeRuleP
           Represents rule for attribute.
 interface INameListP<R extends IBaseRuleP>
           Holds list of possible element/attibute QNames, with their corresponding rules.
 interface INewElementRuleP
           Represents rule for one element (the context element), that is being created.
 interface ISingleQNameP
          Represents a rule for a single node: element or attribute.
 



Copyright © 2003-2006 null. All Rights Reserved.