Uses of Class
org.apache.xml.serializer.utils.URI

Packages that use URI
org.apache.xml.serializer.utils   
 

Uses of URI in org.apache.xml.serializer.utils
 

Methods in org.apache.xml.serializer.utils with parameters of type URI
private  void URI.initialize(URI p_other)
          Initialize all fields of this URI from another URI.
private  void URI.initialize(URI p_base, java.lang.String p_uriSpec)
          Initializes this URI from a base URI and a URI specification string.
 

Constructors in org.apache.xml.serializer.utils with parameters of type URI
URI(URI p_other)
          Construct a new URI from another URI.
URI(URI p_base, java.lang.String p_uriSpec)
          Construct a new URI from a base URI and a URI specification string.