|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IElementSequenceRuleP
Represents rule generating sequence of elements.
Method Summary | |
---|---|
List<? extends IInsertListP> |
getSequences(sk.baka.ikslibs.ptr.DOMPoint start)
Computes all possibilities of sequences, that can be generated by this rule. |
Method Detail |
---|
List<? extends IInsertListP> getSequences(sk.baka.ikslibs.ptr.DOMPoint start)
Computes all possibilities of sequences, that can be generated by this rule. There must be only such insertlists, that doesn't contain optional elements. There must be no duplicite insertlists. If no elements are required to be created then an empty list shall be returned.
All insertpoints in each returned insertlist must be equal to
start
. All one-item-length insertlists must be grouped
together into one insert list.
start
- insertpoint, from which the numbering must start. It is
guaranteed that start.pos == 0
is true.
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |