Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.apache.axis.types.URI

Uses of URI in org.apache.axis.types
 

Fields in org.apache.axis.types declared as URI
private  URI Schema.targetNamespace
           
(package private)  URI Notation.publicURI
           
(package private)  URI Notation.systemURI
           
 

Methods in org.apache.axis.types that return URI
 URI Schema.getTargetNamespace()
           
 URI Notation.getPublic()
           
 URI Notation.getSystem()
           
 

Methods in org.apache.axis.types 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, boolean allowNonAbsoluteURI)
          Initializes this URI from a base URI and a URI specification string.
private  void URI.initialize(URI p_base, java.lang.String p_uriSpec)
          Initializes this URI from a base URI and a URI specification string.
 void URI.absolutize(URI p_base)
          Absolutize URI with given base URI.
 void Schema.setTargetNamespace(URI targetNamespace)
           
 void Notation.setPublic(URI publicURI)
           
 void Notation.setSystem(URI systemURI)
           
 

Constructors in org.apache.axis.types 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.
URI(URI p_base, java.lang.String p_uriSpec, boolean allowNonAbsoluteURI)
          Construct a new URI from a base URI and a URI specification string.
Notation(NCName name, URI publicURI, URI systemURI)