|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.iri.impl.AbsIRIFactoryImpl
com.hp.hpl.jena.iri.IRI
com.hp.hpl.jena.iri.impl.AbsIRIImpl
com.hp.hpl.jena.iri.impl.ResolvedRelativeIRI
public class ResolvedRelativeIRI
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.hp.hpl.jena.iri.ViolationCodes |
---|
ViolationCodes.Initialize |
Field Summary |
---|
Fields inherited from class com.hp.hpl.jena.iri.IRI |
---|
ILLFORMED_PORT, NO_PORT |
Fields inherited from interface com.hp.hpl.jena.iri.IRIComponents |
---|
AUTHORITY, FRAGMENT, HOST, PATH, PATHQUERY, PORT, QUERY, SCHEME, USER |
Fields inherited from interface com.hp.hpl.jena.iri.IRIRelativize |
---|
ABSOLUTE, CHILD, GRANDPARENT, NETWORK, PARENT, SAMEDOCUMENT |
Constructor Summary | |
---|---|
ResolvedRelativeIRI(AbsIRIImpl base,
AbsIRIImpl rel)
|
Method Summary | |
---|---|
String |
toString()
The logical IRI string as originally specified, use IRI.toDisplayString() for display purposes
such as error messages. |
Methods inherited from class com.hp.hpl.jena.iri.impl.AbsIRIImpl |
---|
allViolations, create, create, equals, getASCIIHost, getAuthority, getFragment, getHost, getPath, getPort, getQuery, getRawAuthority, getRawFragment, getRawHost, getRawPath, getRawQuery, getRawUserinfo, getScheme, getUserinfo, hashCode, hasViolation, isAbsolute, isRelative, isRootless, ladderEquals, ladderEquals, normalize, relativize, relativize, relativize, relativize, toASCIIString, toDisplayString, toURL, violations |
Methods inherited from class com.hp.hpl.jena.iri.IRI |
---|
main, resolve, resolve |
Methods inherited from class com.hp.hpl.jena.iri.impl.AbsIRIFactoryImpl |
---|
construct, construct |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.hp.hpl.jena.iri.IRIFactoryI |
---|
construct, construct |
Constructor Detail |
---|
public ResolvedRelativeIRI(AbsIRIImpl base, AbsIRIImpl rel)
Method Detail |
---|
public String toString()
IRI
IRI.toDisplayString()
for display purposes
such as error messages.
toString
in class IRI
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |