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

Packages that use MalformedURIException
com.hp.hpl.jena.rdf.arp A parser for RDF/XML
 

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

Methods in com.hp.hpl.jena.rdf.arp that throw MalformedURIException
static SAX2RDF SAX2RDF.newInstance(String base)
          Factory method to create a new SAX2RDF.
static SAX2Model SAX2Model.newInstance(String base, Model m)
          Factory method to create a new SAX2RDF.
static SAX2Model SAX2Model.newInstance(String base, Model m, String lang)
          Factory method to create a new SAX2RDF.
static SAX2RDF SAX2RDF.newInstance(String base, String lang)
          Factory method to create a new SAX2RDF.
 String URI.relativize(String abs, int flags)
           
 void URI.setFragment(String p_fragment)
          Set the fragment for this URI.
 

Constructors in com.hp.hpl.jena.rdf.arp that throw MalformedURIException
DOM2Model(String base, Model m)
          Create a new DOM2Model.
DOM2Model(String base, Model m, String lang)
          Create a new DOM2Model.
URI(String p_uriSpec)
          Construct a new URI from a URI specification string.
URI(String p_scheme, String p_schemeSpecificPart)
          Construct a new URI that does not follow the generic URI syntax.
URI(String p_scheme, String p_userinfo, String p_host, int p_port, String p_path, String p_queryString, String p_fragment)
          Construct a new URI that follows the generic URI syntax from its component parts.
URI(String p_scheme, String p_host, String p_path, String p_queryString, String p_fragment)
          Construct a new URI that follows the generic URI syntax from its component parts.
URI(URI p_base, String p_uriSpec)
          Construct a new URI from a base URI and a URI specification string.
 



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