|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMarkupFragment
Any list of MarkupElements. May be the content of complete markup file or just a portion of it.
Markup,
MarkupFragment,
MarkupElement| Method Summary | |
|---|---|
IMarkupFragment |
find(String id)
Find the markup fragment of the component with 'path' |
MarkupElement |
get(int index)
Get the MarkupElement at the index provided. |
MarkupResourceStream |
getMarkupResourceStream()
Get the underlying markup resource stream, which might contain more than just the markup portion represented by the IMarkupFragment. |
int |
size()
The number of markup elements. |
String |
toString(boolean markupOnly)
|
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Method Detail |
|---|
MarkupElement get(int index)
index - Index into markup list
IndexOutOfBoundsException - if the index is out of range (index < 0 || index >= size())MarkupResourceStream getMarkupResourceStream()
int size()
IMarkupFragment find(String id)
id - The component's id to search for
String toString(boolean markupOnly)
markupOnly - True if only the markup shall be returned
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||