com.bluestream.sys.xml.util
Interface XmlStringResolver

All Superinterfaces:
com.bluestream.sys.xml.util.XmlResolver

public interface XmlStringResolver
extends com.bluestream.sys.xml.util.XmlResolver


Method Summary
 String getXmlString(String uri)
          return the Xml String identified by the uri.
 void getXmlString(String uri, FlexStringBuffer fsb)
          get an Xml String into the fsb using the uri.
 
Methods inherited from interface com.bluestream.sys.xml.util.XmlResolver
getXmlContent
 

Method Detail

getXmlString

public void getXmlString(String uri,
                         FlexStringBuffer fsb)
get an Xml String into the fsb using the uri.

Parameters:
uri - String
fsb - FlexStringBuffer

getXmlString

public String getXmlString(String uri)
return the Xml String identified by the uri.

Parameters:
uri - String
Returns:
String


Copyright 2006 Bluestream Database Software Corp. All Rights Reserved.