|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRIRelativize
Constants for use with IRI.relativize(IRI, int)
and IRI.relativize(String, int)
.
These constants can be or-red together.
Field Summary | |
---|---|
static int |
ABSOLUTE
Allow absolute relative references (e.g. |
static int |
CHILD
allow child relative references (e.g. |
static int |
GRANDPARENT
allow grandparent relative references (e.g. |
static int |
NETWORK
Allow network relative references (e.g. |
static int |
PARENT
allow parent relative references (e.g. |
static int |
SAMEDOCUMENT
Allow same document references (e.g. |
Field Detail |
---|
static final int SAMEDOCUMENT
static final int NETWORK
static final int ABSOLUTE
static final int CHILD
static final int PARENT
static final int GRANDPARENT
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |