|
fop 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Resolvable
Resolvable Interface. Classes that implement this interface contain idrefs (see Section 5.11 of spec for definition of <idref> datatype) that are resolved when their target IDs are added to the area tree.
Method Summary | |
---|---|
java.lang.String[] |
getIDRefs()
Get the array of idrefs of this resolvable object. |
boolean |
isResolved()
Check if this area has been resolved. |
void |
resolveIDRef(java.lang.String id,
java.util.List<PageViewport> pages)
This method allows the Resolvable object to resolve one of its unresolved idrefs with the actual set of PageViewports containing the target ID. |
Method Detail |
---|
boolean isResolved()
java.lang.String[] getIDRefs()
void resolveIDRef(java.lang.String id, java.util.List<PageViewport> pages)
id
- an ID matching one of the Resolvable object's
unresolved idref's.pages
- the list of PageViewports with the given ID
|
fop 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |