|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Anchor
An anchor binds descriptors to a fragment, which corresponds to a specific location or range within a resource.
An anchor might have a relative precedence over other anchors.
| Method Summary | |
|---|---|
java.util.List<Condition> |
getConditions()
Get the Conditions associated with this instance. |
java.util.List<Descriptor> |
getDescriptors()
Get the Descriptors associated with this instance. |
java.util.List<Fragment> |
getFragments()
Get the Fragments associated with this instance. |
java.lang.String |
getIdentifier()
Get the identifier of this element. |
java.lang.Integer |
getPrecedence()
Get the relative precedence of this anchor. |
boolean |
hasPrecedence()
Check whether the precedence of this anchor has been set. |
| Method Detail |
|---|
java.util.List<Condition> getConditions()
Conditions associated with this instance.
java.util.List<Descriptor> getDescriptors()
Descriptors associated with this instance.
java.util.List<Fragment> getFragments()
Fragments associated with this instance.
java.lang.String getIdentifier()
java.lang.Integer getPrecedence()
boolean hasPrecedence()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||