public interface IRIRelativize
IRI.relativize(IRI, int)
and IRI.relativize(String, int)
.
These constants can be or-red together.Modifier and Type | Field and Description |
---|---|
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.
|
static final int SAMEDOCUMENT
static final int NETWORK
static final int ABSOLUTE
static final int CHILD
static final int PARENT
static final int GRANDPARENT
Copyright ? 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP