Uses of Class
org.pentaho.di.core.exception.KettleXMLException
-
Packages that use KettleXMLException 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.plugins org.pentaho.di.core.xml org.pentaho.di.www -
-
Uses of KettleXMLException in org.pentaho.di.core
Constructors in org.pentaho.di.core that throw KettleXMLException Constructor Description Condition(String xml)
Condition(Node condnode)
Build a new condition using an XML Document Node -
Uses of KettleXMLException in org.pentaho.di.core.database
Constructors in org.pentaho.di.core.database that throw KettleXMLException Constructor Description DatabaseMeta(String xml)
Constructs a new database using an XML string snippet.DatabaseMeta(Node con)
Reads the information from an XML Node into this new database connection. -
Uses of KettleXMLException in org.pentaho.di.core.plugins
Methods in org.pentaho.di.core.plugins that throw KettleXMLException Modifier and Type Method Description protected void
BasePluginType. registerPlugins(InputStream inputStream)
This method registers plugins from the InputStream with the XML Resource -
Uses of KettleXMLException in org.pentaho.di.core.xml
Methods in org.pentaho.di.core.xml that throw KettleXMLException Modifier and Type Method Description static boolean
XMLHandler. checkFile(org.apache.commons.vfs2.FileObject fileObject)
Checks if a givenFileObject
instance corresponds to an existing file.static DocumentBuilder
XMLHandler. createDocumentBuilder(boolean namespaceAware, boolean deferNodeExpansion)
static String
XMLHandler. formatNode(Node node)
static Document
XMLHandler. loadXMLFile(File resource)
static Document
XMLHandler. loadXMLFile(InputStream inputStream)
Read in an XML file from the passed input stream and return an XML documentstatic Document
XMLHandler. loadXMLFile(InputStream inputStream, String systemID, boolean ignoreEntities, boolean namespaceAware)
Load a file into an XML documentstatic Document
XMLHandler. loadXMLFile(String filename)
Load a file into an XML documentstatic Document
XMLHandler. loadXMLFile(URL resource)
Load a file into an XML documentstatic Document
XMLHandler. loadXMLFile(org.apache.commons.vfs2.FileObject fileObject)
Load a file into an XML documentstatic Document
XMLHandler. loadXMLFile(org.apache.commons.vfs2.FileObject fileObject, String systemID, boolean ignoreEntities, boolean namespaceAware)
Load a file into an XML documentstatic Document
XMLHandler. loadXMLString(String string)
Calls loadXMLString with deferNodeExpansion = TRUEstatic Document
XMLHandler. loadXMLString(String string, Boolean namespaceAware, Boolean deferNodeExpansion)
Load a String into an XML documentstatic Node
XMLHandler. loadXMLString(String xml, String tag)
Loads the XML document in parameter xml and returns the 'tag' entry.static Document
XMLHandler. loadXMLString(DocumentBuilder db, String string)
-
Uses of KettleXMLException in org.pentaho.di.www
Methods in org.pentaho.di.www that throw KettleXMLException Modifier and Type Method Description static WebResult
WebResult. fromXMLString(String xml)
-