|
|||||||||
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 Condition s associated with this instance. |
java.util.List<Descriptor> |
getDescriptors()
Get the Descriptor s associated with this instance. |
java.util.List<Fragment> |
getFragments()
Get the Fragment s 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()
Condition
s associated with this instance.
java.util.List<Descriptor> getDescriptors()
Descriptor
s associated with this instance.
java.util.List<Fragment> getFragments()
Fragment
s 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 |