Uses of Class
org.eclipse.emf.ecore.xml.type.internal.DataValue.URI.MalformedURIException

Packages that use DataValue.URI.MalformedURIException
org.eclipse.emf.ecore.xml.type.internal   
 

Uses of DataValue.URI.MalformedURIException in org.eclipse.emf.ecore.xml.type.internal
 

Methods in org.eclipse.emf.ecore.xml.type.internal that throw DataValue.URI.MalformedURIException
 void DataValue.URI.appendPath(java.lang.String p_addToPath)
          Append to the end of the path of this URI.
 void DataValue.URI.setFragment(java.lang.String p_fragment)
          Set the fragment for this URI.
 void DataValue.URI.setHost(java.lang.String p_host)
          Set the host for this URI.
 void DataValue.URI.setPath(java.lang.String p_path)
          Set the path for this URI.
 void DataValue.URI.setPort(int p_port)
          Set the port for this URI. -1 is used to indicate that the port is not specified, otherwise valid port numbers are between 0 and 65535.
 void DataValue.URI.setQueryString(java.lang.String p_queryString)
          Set the query string for this URI.
 void DataValue.URI.setRegBasedAuthority(java.lang.String authority)
          Sets the registry based authority for this URI.
 void DataValue.URI.setScheme(java.lang.String p_scheme)
          Set the scheme for this URI.
 void DataValue.URI.setUserinfo(java.lang.String p_userinfo)
          Set the userinfo for this URI.
 

Constructors in org.eclipse.emf.ecore.xml.type.internal that throw DataValue.URI.MalformedURIException
DataValue.URI(DataValue.URI p_base, java.lang.String p_uriSpec)
          Construct a new URI from a base URI and a URI specification string.
DataValue.URI(java.lang.String p_uriSpec)
          Construct a new URI from a URI specification string.
DataValue.URI(java.lang.String p_scheme, java.lang.String p_schemeSpecificPart)
          Construct a new URI that does not follow the generic URI syntax.
DataValue.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.
DataValue.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.
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.