org.apache.xalan.utils
Class SystemIDResolver

java.lang.Object
  |
  +--org.apache.xalan.utils.SystemIDResolver

public class SystemIDResolver
extends java.lang.Object


Constructor Summary
SystemIDResolver()
           
 
Method Summary
static java.lang.String getAbsoluteURI(java.lang.String urlString, java.lang.String base)
          Take a SystemID string and try and turn it into a good absolute URL.
static java.lang.String getAbsoluteURIFromRelative(java.lang.String uri)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemIDResolver

public SystemIDResolver()
Method Detail

getAbsoluteURIFromRelative

public static java.lang.String getAbsoluteURIFromRelative(java.lang.String uri)

getAbsoluteURI

public static java.lang.String getAbsoluteURI(java.lang.String urlString,
                                              java.lang.String base)
                                       throws SAXException
Take a SystemID string and try and turn it into a good absolute URL.
Throws:
SAXException - thrown if the string can't be turned into a URL.


Copyright © 2000 Apache XML Project. All Rights Reserved.