Uses of Class
sk.uniba.euromath.document.schema.impl.export.RulePool

Packages that use RulePool
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.impl.tools Tools. 
 

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

Methods in sk.uniba.euromath.document.schema.impl that return RulePool
 RulePool SchemaImpl.newTemporaryPool()
          Returns pool, that can be used to store temporary NewElementRuleImpl or AttributeRuleImpl.
 

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

Fields in sk.uniba.euromath.document.schema.impl.export declared as RulePool
 RulePool ElementSequenceRuleImpl.pool
          The rule pool instance.
 

Methods in sk.uniba.euromath.document.schema.impl.export with parameters of type RulePool
 NameListImpl<R> NameListImplBuilder.build(E exp, RulePool pool)
          Builds NameListImpl from given expression.
 NameListImpl<R> NameListImplBuilder.build(Map<String,Set<E>> map, RulePool pool)
          Builds NameListImpl from given map of element or attribute expressions.
 NameListImpl<R> NameListImplBuilder.build(Set<E> exps, RulePool pool)
          Builds NameListImpl from given set of element/attribute expressions.
 

Constructors in sk.uniba.euromath.document.schema.impl.export with parameters of type RulePool
IlAndTailImpl(InsertListImpl insertList, com.sun.msv.grammar.Expression tailExp, RulePool rulePool, sk.baka.ikslibs.ptr.DOMPoint last)
          Constructs instance of the 'InsertList and its tail' representation object.
InsertListImpl(InsertListInternal insertList, RulePool rulePool)
          Creates clone of given insertlist, as a InsertList interface.
RulePool(RulePool parent)
          Creates pool with parent.
 

Uses of RulePool in sk.uniba.euromath.document.schema.impl.tools
 

Constructors in sk.uniba.euromath.document.schema.impl.tools with parameters of type RulePool
ShortInsertlistsUnifier(RulePool pool)
          Constructs instance of object.
 



Copyright © 2003-2006 null. All Rights Reserved.