public abstract class AbstractMarkupFragment extends Object implements IMarkupFragment
IMarkupFragment.| Constructor and Description |
|---|
AbstractMarkupFragment() |
| Modifier and Type | Method and Description |
|---|---|
protected IMarkupFragment |
find(String id,
int streamOffset)
Find the markup fragment of component with id equal to
id, starting at offset streamOffset. |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfind, get, getMarkupResourceStream, size, toStringprotected final IMarkupFragment find(String id, int streamOffset)
id, starting at offset streamOffset.id - The id of the component tag being searched for.streamOffset - The offset in the markup stream from which to start searching.IMarkupFragment of the component tag if found, null is not found.Copyright © 2006–2014 Apache Software Foundation. All rights reserved.