Uses of Class
org.pentaho.di.core.exception.KettleXMLException
Packages that use 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
Constructors in org.pentaho.di.core that throw KettleXMLException -
Uses of KettleXMLException in org.pentaho.di.core.database
Constructors in org.pentaho.di.core.database that throw KettleXMLExceptionModifierConstructorDescriptionDatabaseMeta(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 KettleXMLExceptionModifier and TypeMethodDescriptionprotected voidBasePluginType.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 KettleXMLExceptionModifier and TypeMethodDescriptionstatic booleanXMLHandler.checkFile(org.apache.commons.vfs2.FileObject fileObject) Checks if a givenFileObjectinstance corresponds to an existing file.static DocumentBuilderXMLHandler.createDocumentBuilder(boolean namespaceAware, boolean deferNodeExpansion) static StringXMLHandler.formatNode(Node node) static DocumentXMLHandler.loadXMLFile(File resource) static DocumentXMLHandler.loadXMLFile(InputStream inputStream) Read in an XML file from the passed input stream and return an XML documentstatic DocumentXMLHandler.loadXMLFile(InputStream inputStream, String systemID, boolean ignoreEntities, boolean namespaceAware) Load a file into an XML documentstatic DocumentXMLHandler.loadXMLFile(String filename) Load a file into an XML documentstatic DocumentXMLHandler.loadXMLFile(URL resource) Load a file into an XML documentstatic DocumentXMLHandler.loadXMLFile(org.apache.commons.vfs2.FileObject fileObject) Load a file into an XML documentstatic DocumentXMLHandler.loadXMLFile(org.apache.commons.vfs2.FileObject fileObject, String systemID, boolean ignoreEntities, boolean namespaceAware) Load a file into an XML documentstatic DocumentXMLHandler.loadXMLString(String string) Calls loadXMLString with deferNodeExpansion = TRUEstatic DocumentXMLHandler.loadXMLString(String string, Boolean namespaceAware, Boolean deferNodeExpansion) Load a String into an XML documentstatic NodeXMLHandler.loadXMLString(String xml, String tag) Loads the XML document in parameter xml and returns the 'tag' entry.static DocumentXMLHandler.loadXMLString(DocumentBuilder db, String string) -
Uses of KettleXMLException in org.pentaho.di.www
Methods in org.pentaho.di.www that throw KettleXMLException