Uses of Interface
sk.baka.xml.schematic.pluginterface.IInsertListP

Packages that use IInsertListP
sk.baka.xml.schematic.msv.plugimpl Encapsulates and adapts internal structures onto schema API interfaces. 
sk.baka.xml.schematic.pluginterface Interfaces that must be implemented in order to be able to be provided by the SchemaPool object. 
sk.baka.xml.schematic.rules   
 

Uses of IInsertListP in sk.baka.xml.schematic.msv.plugimpl
 

Classes in sk.baka.xml.schematic.msv.plugimpl that implement IInsertListP
 class InsertListImpl
          Implements an insertlist.
 

Methods in sk.baka.xml.schematic.msv.plugimpl that return IInsertListP
 IInsertListP IlAndTailImpl.getInsertList()
          Returns InsertList describing insertable elements into element's content.
 

Methods in sk.baka.xml.schematic.msv.plugimpl that return types with arguments of type IInsertListP
 List<? extends IInsertListP> ElementRuleImpl.getInsertableElements(DOMPoint point)
           
 List<? extends IInsertListP> ElementSequenceRuleImpl.getSequences(DOMPoint start)
           
 

Uses of IInsertListP in sk.baka.xml.schematic.pluginterface
 

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

Uses of IInsertListP in sk.baka.xml.schematic.rules
 

Constructors in sk.baka.xml.schematic.rules with parameters of type IInsertListP
InsertList(IInsertListP list, SchemaPool pool, Node contextNode)
          Constructor of the adapter.
 



Copyright © 2006 Martin Vysny - baka. All Rights Reserved.