|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InsertListImpl | |
|---|---|
| sk.uniba.euromath.document.schema.impl.add | Computes lists of elements that can be inserted at a particular place. |
| 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 InsertListImpl in sk.uniba.euromath.document.schema.impl.add |
|---|
| Methods in sk.uniba.euromath.document.schema.impl.add that return types with arguments of type InsertListImpl | |
|---|---|
List<InsertListImpl> |
ComputeInsertLists.getInsertableElements(sk.baka.ikslibs.ptr.DomPointer ptr)
Tries to insert new element into children of given element. |
| Uses of InsertListImpl in sk.uniba.euromath.document.schema.impl.export |
|---|
| Fields in sk.uniba.euromath.document.schema.impl.export declared as InsertListImpl | |
|---|---|
InsertListImpl |
IlAndTailImpl.insertList
InsertList describing insertable elements into element's content. |
| Methods in sk.uniba.euromath.document.schema.impl.export that return types with arguments of type InsertListImpl | |
|---|---|
List<InsertListImpl> |
IlAndTailImpl.asInsertLists()
Returns the elements that may be generated by this class as a list of insertlists. |
| Methods in sk.uniba.euromath.document.schema.impl.export with parameters of type InsertListImpl | |
|---|---|
void |
InsertListImpl.merge(InsertListImpl insertList)
Adds given insertlist at the end of this insertlist. |
| Constructors in sk.uniba.euromath.document.schema.impl.export with parameters of type InsertListImpl | |
|---|---|
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(InsertListImpl insertList)
Creates clone of given insertlist, as a InsertList
interface. |
|
| Uses of InsertListImpl in sk.uniba.euromath.document.schema.impl.tools |
|---|
| Methods in sk.uniba.euromath.document.schema.impl.tools that return InsertListImpl | |
|---|---|
InsertListImpl |
ShortInsertlistsUnifier.getUnified()
Returns unified insertlist. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||