Uses of Interface
sk.uniba.euromath.document.schema.plug.IBaseRuleP

Packages that use IBaseRuleP
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 IBaseRuleP in sk.uniba.euromath.document.schema
 

Classes in sk.uniba.euromath.document.schema with type parameters of type IBaseRuleP
 interface INameListImplDataProvider<R extends IBaseRuleP>
          Provides data for the namelist.
 interface INameListWrapperDataProvider<R extends IBaseRuleP>
          Provides data for the namelist.
 class NameListCustom<T extends BaseRule,P extends IBaseRuleP>
          Maintains list of all creatable elements/attributes.
 

Methods in sk.uniba.euromath.document.schema with parameters of type IBaseRuleP
static BaseRule BaseRule.valueOf(IBaseRuleP rule)
          Converts the BaseRuleP instance into appropriate BaseRule instance.
 

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

Classes in sk.uniba.euromath.document.schema.impl.export that implement IBaseRuleP
 class AttributeListRuleImpl
          Implements the AttributeListRuleP interface.
 class AttributeRuleImpl
          Implements the AttributeRule interface.
 class ElementRuleImpl
          Implements the ElementRuleP interface.
 class NewElementRuleImpl
          Implementor of NewElementRuleP interface.
 

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

Classes in sk.uniba.euromath.document.schema.plug with type parameters of type IBaseRuleP
 interface INameListP<R extends IBaseRuleP>
           Holds list of possible element/attibute QNames, with their corresponding rules.
 

Subinterfaces of IBaseRuleP in sk.uniba.euromath.document.schema.plug
 interface IAttributeListRuleP
          Represents list of attributes, that are allowed to be created in context element.
 interface IAttributeRuleP
           Represents rule for attribute.
 interface IElementRuleP
          Represents rule for one element, already present in the document.
 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.