com.hp.hpl.jena.rdf.arp
Class URI

java.lang.Object
  extended by com.hp.hpl.jena.iri.impl.XercesURI
      extended by com.hp.hpl.jena.rdf.arp.URI
All Implemented Interfaces:
java.io.Serializable

Deprecated. The code for RDF URI References and IRIs is currently being updated.

public class URI
extends com.hp.hpl.jena.iri.impl.XercesURI

Author:
Jeremy J. Carroll
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.hp.hpl.jena.iri.impl.XercesURI
ABSOLUTE, GRANDPARENT, NETWORK, PARENT, RELATIVE, SAMEDOCUMENT
 
Constructor Summary
URI()
          Deprecated.  
URI(java.lang.String p_uriSpec)
          Deprecated.  
URI(java.lang.String p_scheme, java.lang.String p_schemeSpecificPart)
          Deprecated.  
URI(java.lang.String p_scheme, java.lang.String p_userinfo, java.lang.String p_host, int p_port, java.lang.String p_path, java.lang.String p_queryString, java.lang.String p_fragment)
          Deprecated.  
URI(java.lang.String p_scheme, java.lang.String p_host, java.lang.String p_path, java.lang.String p_queryString, java.lang.String p_fragment)
          Deprecated.  
URI(URI p_other)
          Deprecated.  
URI(URI p_base, java.lang.String p_uriSpec)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.hp.hpl.jena.iri.impl.XercesURI
equals, getFragment, getHost, getPath, getPath, getPort, getQueryString, getScheme, getSchemeSpecificPart, getURIString, getUserinfo, hashCode, isConformantSchemeName, isGenericURI, isNormalFormC, isWellFormedAddress, relativize, setFragment, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

URI

public URI()
Deprecated. 

URI

public URI(URI p_other)
Deprecated. 

URI

public URI(java.lang.String p_uriSpec)
    throws MalformedURIException
Deprecated. 
Throws:
MalformedURIException

URI

public URI(URI p_base,
           java.lang.String p_uriSpec)
    throws MalformedURIException
Deprecated. 
Throws:
MalformedURIException

URI

public URI(java.lang.String p_scheme,
           java.lang.String p_schemeSpecificPart)
    throws MalformedURIException
Deprecated. 
Throws:
MalformedURIException

URI

public URI(java.lang.String p_scheme,
           java.lang.String p_host,
           java.lang.String p_path,
           java.lang.String p_queryString,
           java.lang.String p_fragment)
    throws MalformedURIException
Deprecated. 
Throws:
MalformedURIException

URI

public URI(java.lang.String p_scheme,
           java.lang.String p_userinfo,
           java.lang.String p_host,
           int p_port,
           java.lang.String p_path,
           java.lang.String p_queryString,
           java.lang.String p_fragment)
    throws MalformedURIException
Deprecated. 
Throws:
MalformedURIException


Copyright © 2000, 2001, 2002, 2003, 2004, 2005 Hewlett-Packard Development Company, LP