Home
last modified time | relevance | path

Searched defs:p_uriSpec (Results 1 – 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
DURI.java177 public URI(String p_uriSpec) throws MalformedURIException in URI()
179 this((URI) null, p_uriSpec); in URI() local
194 public URI(URI p_base, String p_uriSpec) throws MalformedURIException in URI()
365 private void initialize(URI p_base, String p_uriSpec) in initialize()
600 private void initializeScheme(String p_uriSpec) throws MalformedURIException in initializeScheme()
641 private void initializeAuthority(String p_uriSpec) in initializeAuthority()
745 private void initializePath(String p_uriSpec) throws MalformedURIException in initializePath()
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
DURI.java180 public URI(String p_uriSpec) throws MalformedURIException in URI()
182 this((URI) null, p_uriSpec); in URI() local
197 public URI(URI p_base, String p_uriSpec) throws MalformedURIException in URI()
368 private void initialize(URI p_base, String p_uriSpec) in initialize()
580 private void initializeScheme(String p_uriSpec) throws MalformedURIException in initializeScheme()
621 private void initializeAuthority(String p_uriSpec) in initializeAuthority()
725 private void initializePath(String p_uriSpec) throws MalformedURIException in initializePath()