Package | Description |
---|---|
org.pentaho.di.core | |
org.pentaho.di.core.database |
Contains all the different database dialects as well as the DatabaseMeta class (definition) and the Database class (execution)
|
org.pentaho.di.core.xml | |
org.pentaho.di.www |
Constructor and Description |
---|
Condition(Node condnode)
Build a new condition using an XML Document Node
|
Condition(String xml) |
Constructor and Description |
---|
DatabaseMeta(Node con)
Reads the information from an XML Node into this new database connection.
|
DatabaseMeta(String xml)
Constructs a new database using an XML string snippet.
|
Modifier and Type | Method and Description |
---|---|
static DocumentBuilder |
XMLHandler.createDocumentBuilder(boolean namespaceAware,
boolean deferNodeExpansion) |
static String |
XMLHandler.formatNode(Node node) |
static Document |
XMLHandler.loadXMLFile(File resource) |
static Document |
XMLHandler.loadXMLFile(org.apache.commons.vfs.FileObject fileObject)
Load a file into an XML document
|
static Document |
XMLHandler.loadXMLFile(org.apache.commons.vfs.FileObject fileObject,
String systemID,
boolean ignoreEntities,
boolean namespaceAware)
Load a file into an XML document
|
static Document |
XMLHandler.loadXMLFile(InputStream inputStream)
Read in an XML file from the passed input stream and return an XML document
|
static Document |
XMLHandler.loadXMLFile(InputStream inputStream,
String systemID,
boolean ignoreEntities,
boolean namespaceAware)
Load a file into an XML document
|
static Document |
XMLHandler.loadXMLFile(String filename)
Load a file into an XML document
|
static Document |
XMLHandler.loadXMLFile(URL resource)
Load a file into an XML document
|
static Document |
XMLHandler.loadXMLString(DocumentBuilder db,
String string) |
static Document |
XMLHandler.loadXMLString(String string)
Calls loadXMLString with deferNodeExpansion = TRUE
|
static Document |
XMLHandler.loadXMLString(String string,
Boolean namespaceAware,
Boolean deferNodeExpansion)
Load a String into an XML document
|
static Node |
XMLHandler.loadXMLString(String xml,
String tag)
Loads the XML document in parameter xml and returns the 'tag' entry.
|
Modifier and Type | Method and Description |
---|---|
static WebResult |
WebResult.fromXMLString(String xml) |