XmlDocument |
XmlDocumentReference.getXmlDocument() |
|
XmlDocument |
XmlDocumentReference.getXmlDocument(ClassLoader classLoader) |
|
protected XmlDocument |
SimpleParser.instantiateDocument() |
Factory method to instantiate an XmlDocument implementation.
|
static XmlDocument |
XmlHelper.loadFileOrResource(String sName,
String sDescr) |
Load the configuration from a file or resource.
|
static XmlDocument |
XmlHelper.loadFileOrResource(String sName,
String sDescr,
ClassLoader loader) |
Load the configuration from a file or resource.
|
static XmlDocument |
XmlHelper.loadFileOrResource(String sName,
String sDescr,
ClassLoader loader,
boolean fWarnNoSchema) |
Load the configuration from a file or resource.
|
static XmlDocument |
XmlHelper.loadFileOrResourceOrDefault(String sName,
String sDescr,
ClassLoader loader) |
Load the configuration from a file or resource.
|
static XmlDocument |
XmlHelper.loadResource(String sName,
String sDescr) |
Load the configuration from a resource.
|
static XmlDocument |
XmlHelper.loadResource(String sName,
String sDescr,
ClassLoader loader) |
Load the configuration from resource.
|
static XmlDocument |
XmlHelper.loadResource(URL url,
String sDescr,
ClassLoader loader) |
Load the configuration from a URL resource.
|
protected static XmlDocument |
XmlHelper.loadResourceInternal(String sName,
String sDescr,
ClassLoader loader,
boolean fFile,
boolean fWarnNoSchema,
boolean fDefault) |
Load the configuration from a file or resource.
|
protected static XmlDocument |
XmlHelper.loadResourceInternal(URL url,
String sDescr,
boolean fWarnNoSchema) |
Load the configuration from a URL.
|
static XmlDocument |
XmlHelper.loadXml(InputStream stream) |
Load XML from a stream.
|
static XmlDocument |
XmlHelper.loadXml(InputStream stream,
String sCharset) |
Load XML from a stream using the specified charset.
|
static XmlDocument |
XmlHelper.loadXml(Class clz) |
Load XML from a file for a class.
|
static XmlDocument |
XmlHelper.loadXml(Class clz,
String sCharset) |
Load XML from a file for a class using a given charset.
|
static XmlDocument |
XmlHelper.loadXml(Class clz,
String sName,
String sCharset) |
Load XML from a file that is collocated with the specified class with a
given charset.
|
static XmlDocument |
XmlHelper.loadXml(String sXml) |
Load XML from a string.
|
static XmlDocument |
XmlHelper.loadXml(URL url) |
Load the XML from the specified url using the default character set.
|
static XmlDocument |
XmlHelper.loadXml(URL url,
String sCharset) |
Load the XML from the specified url using the specified character set.
|
XmlDocument |
SimpleParser.parseXml(InputStream stream) |
Parse the specified InputStream into an XmlDocument object.
|
XmlDocument |
SimpleParser.parseXml(InputStream stream,
String sCharset) |
Parse the specified InputStream into an XmlDocument object using
the specified charset.
|
XmlDocument |
SimpleParser.parseXml(Reader reader) |
Parse the specified Reader into an XmlDocument object.
|
XmlDocument |
SimpleParser.parseXml(String sXml) |
Parse the specified String into an XmlDocument object.
|
XmlDocument |
SimpleParser.parseXml(String sXml,
XmlDocument xml) |
Parse the passed script.
|