Uses of Class
org.pentaho.di.core.exception.KettleXMLException
Package
Description
Contains all the different database dialects as well as the DatabaseMeta class (definition) and the Database class (execution)
-
Uses of KettleXMLException in org.pentaho.di.core
-
Uses of KettleXMLException in org.pentaho.di.core.database
ModifierConstructorDescriptionDatabaseMeta
(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
Modifier and TypeMethodDescriptionprotected 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
Modifier and TypeMethodDescriptionstatic 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