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

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

Classes in sk.uniba.euromath.document.schema.impl.export that implement IInsertListP
 class InsertListImpl
          Implements an insertlist.
 

Methods in sk.uniba.euromath.document.schema.impl.export that return IInsertListP
 IInsertListP IlAndTailImpl.getInsertList()
          Returns InsertList describing insertable elements into element's content.
 

Methods in sk.uniba.euromath.document.schema.impl.export that return types with arguments of type IInsertListP
 List<? extends IInsertListP> ElementRuleImpl.getInsertableElements(sk.baka.ikslibs.ptr.DOMPoint point)
           
 List<? extends IInsertListP> ElementSequenceRuleImpl.getSequences(sk.baka.ikslibs.ptr.DOMPoint start)
           
 

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

Methods in sk.uniba.euromath.document.schema.plug that return types with arguments of type IInsertListP
 List<? extends IInsertListP> IElementRuleP.getInsertableElements(sk.baka.ikslibs.ptr.DOMPoint point)
          Computes insertable elements, with their positions between other nodes.
 List<? extends IInsertListP> IElementSequenceRuleP.getSequences(sk.baka.ikslibs.ptr.DOMPoint start)
           Computes all possibilities of sequences, that can be generated by this rule.
 



Copyright © 2003-2006 null. All Rights Reserved.