org.exist.xquery.util
Class URIUtils

java.lang.Object
  extended byorg.exist.xquery.util.URIUtils

public class URIUtils
extends java.lang.Object

Utilities for URI related functions

Author:
Pierrick Brihaye

Constructor Summary
URIUtils()
           
 
Method Summary
static java.lang.String encodeForURI(java.lang.String uriPart)
           
static java.lang.String escapeHtmlURI(java.lang.String uri)
           
static java.lang.String iriToURI(java.lang.String uriPart)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URIUtils

public URIUtils()
Method Detail

encodeForURI

public static java.lang.String encodeForURI(java.lang.String uriPart)
                                     throws java.io.UnsupportedEncodingException
Throws:
java.io.UnsupportedEncodingException

iriToURI

public static java.lang.String iriToURI(java.lang.String uriPart)
                                 throws java.io.UnsupportedEncodingException
Throws:
java.io.UnsupportedEncodingException

escapeHtmlURI

public static java.lang.String escapeHtmlURI(java.lang.String uri)
                                      throws java.io.UnsupportedEncodingException
Throws:
java.io.UnsupportedEncodingException


<oXygen/> XML Editor provides support for editing and debugging XQuery expressions against the eXist XML Database.