Uses of Class
com.hp.hpl.jena.rdf.arp.MalformedURIException

Packages that use MalformedURIException
com.hp.hpl.jena.rdf.arp Reading RDF/XML.  
 

Uses of MalformedURIException in com.hp.hpl.jena.rdf.arp
 

Methods in com.hp.hpl.jena.rdf.arp that throw MalformedURIException
 void URI.setFragment(java.lang.String p_fragment)
          Set the fragment for this URI.
 java.lang.String URI.relativize(java.lang.String abs, int flags)
           
 

Constructors in com.hp.hpl.jena.rdf.arp that throw MalformedURIException
URI(java.lang.String p_uriSpec)
          Construct a new URI from a URI specification string.
URI(URI p_base, java.lang.String p_uriSpec)
          Construct a new URI from a base URI and a URI specification string.
URI(java.lang.String p_scheme, java.lang.String p_schemeSpecificPart)
          Construct a new URI that does not follow the generic URI syntax.
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)
          Construct a new URI that follows the generic URI syntax from its component parts.
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)
          Construct a new URI that follows the generic URI syntax from its component parts.
 



Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.