|
fop 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.datatypes.URISpecification
public final class URISpecification
This class contains method to deal with the <uri-specification> datatype from XSL-FO.
Method Summary | |
---|---|
static java.lang.String |
escapeURI(java.lang.String uri)
Escapes any illegal URI character in a given URI, for example, it escapes a space to "%20". |
static java.lang.String |
getURL(java.lang.String href)
Get the URL string from a wrapped URL. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String getURL(java.lang.String href)
href
- the input wrapped URL
public static java.lang.String escapeURI(java.lang.String uri)
uri
- the URI to inspect
|
fop 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |