- x - Variable in class org.pentaho.di.core.gui.Point
-
- x - Variable in class org.pentaho.di.core.gui.Rectangle
-
- XML_DATA_TAG - Static variable in class org.pentaho.di.core.row.RowMeta
-
- XML_DATA_TAG - Static variable in class org.pentaho.di.core.row.value.ValueMetaBase
-
- XML_DATA_TAG - Static variable in class org.pentaho.di.core.row.ValueMeta
-
- XML_ENCODING - Static variable in class org.pentaho.di.core.Const
-
Default we store our information in Unicode UTF-8 character set.
- XML_FILE_KETTLE_AUTHENTICATION_PROVIDERS - Static variable in class org.pentaho.di.core.Const
-
The XML file that contains the list of native Kettle compression providers (None, ZIP, GZip, etc.)
- XML_FILE_KETTLE_COMPRESSION_PROVIDERS - Static variable in class org.pentaho.di.core.Const
-
The XML file that contains the list of native Kettle compression providers (None, ZIP, GZip, etc.)
- XML_FILE_KETTLE_DATABASE_TYPES - Static variable in class org.pentaho.di.core.Const
-
The XML file that contains the list of native Kettle database types (MySQL, Oracle, etc)
- XML_FILE_KETTLE_EXTENSION_POINTS - Static variable in class org.pentaho.di.core.Const
-
The XML file that contains the list of native extension points (None by default, this is mostly for OEM purposes)
- XML_FILE_KETTLE_IMPORT_RULES - Static variable in class org.pentaho.di.core.Const
-
The XML file that contains the list of native import rules
- XML_FILE_KETTLE_JOB_ENTRIES - Static variable in class org.pentaho.di.core.Const
-
The XML file that contains the list of native Kettle job entries
- XML_FILE_KETTLE_LOGGING_PLUGINS - Static variable in class org.pentaho.di.core.Const
-
The XML file that contains the list of native Kettle logging plugins
- XML_FILE_KETTLE_PARTITION_PLUGINS - Static variable in class org.pentaho.di.core.Const
-
The XML file that contains the list of native partition plugins
- XML_FILE_KETTLE_PASSWORD_ENCODER_PLUGINS - Static variable in class org.pentaho.di.core.Const
-
The XML file that contains the list of native Kettle two-way password encoder plugins
- XML_FILE_KETTLE_REPOSITORIES - Static variable in class org.pentaho.di.core.Const
-
The XML file that contains the list of native Kettle repository types (DB, File, etc)
- XML_FILE_KETTLE_SERVLETS - Static variable in class org.pentaho.di.core.Const
-
The XML file that contains the list of native Kettle Carte Servlets
- XML_FILE_KETTLE_STEPS - Static variable in class org.pentaho.di.core.Const
-
The XML file that contains the list of native Kettle steps
- XML_FILE_KETTLE_VALUEMETA_PLUGINS - Static variable in class org.pentaho.di.core.Const
-
The XML file that contains the list of native Kettle value metadata plugins
- XML_FILE_TAG - Static variable in class org.pentaho.di.core.Result
-
A constant specifying the tag value for the XML node for the result file entry
- XML_FILES_TAG - Static variable in class org.pentaho.di.core.Result
-
A constant specifying the tag value for the XML node for result files entry
- XML_META_TAG - Static variable in class org.pentaho.di.core.row.RowMeta
-
- XML_META_TAG - Static variable in class org.pentaho.di.core.row.value.ValueMetaBase
-
- XML_META_TAG - Static variable in class org.pentaho.di.core.row.ValueMeta
-
- XML_ROWS_TAG - Static variable in class org.pentaho.di.core.Result
-
A constant specifying the tag value for the XML node for the result rows entry
- XML_TAG - Static variable in class org.pentaho.di.compatibility.Row
-
- XML_TAG - Static variable in class org.pentaho.di.compatibility.Value
-
- XML_TAG - Static variable in class org.pentaho.di.core.Condition
-
- XML_TAG - Static variable in class org.pentaho.di.core.database.DatabaseMeta
-
- XML_TAG - Static variable in class org.pentaho.di.core.Result
-
A constant specifying the tag value for the XML node of the result object
- XML_TAG - Static variable in class org.pentaho.di.core.row.ValueMetaAndData
-
- XML_TAG - Static variable in class org.pentaho.di.www.WebResult
-
- XML_TAG_VARIABLE_MAP - Static variable in class org.pentaho.di.core.jdbc.TransDataService
-
- XML_TAG_VARIABLE_MAPS - Static variable in class org.pentaho.di.core.jdbc.TransDataService
-
- XMLCheck - Class in org.pentaho.di.core.xml
-
- XMLCheck() - Constructor for class org.pentaho.di.core.xml.XMLCheck
-
- XMLCheck.XMLTreeHandler - Class in org.pentaho.di.core.xml
-
- XMLCheck.XMLTreeHandler() - Constructor for class org.pentaho.di.core.xml.XMLCheck.XMLTreeHandler
-
- XMLHandler - Class in org.pentaho.di.core.xml
-
This class contains a number of (static) methods to facilitate the retrieval of information from XML Node(s).
- XMLHandler() - Constructor for class org.pentaho.di.core.xml.XMLHandler
-
- XMLHandlerCache - Class in org.pentaho.di.core.xml
-
Singleton to help speed up lookups in an XML DOM tree.
The theory is that you often loop over occurrences of a certain tag in a Node.
If there are 20 occurrences, you go from index 0..19.
Every time we do the following
- found node 0
- found node 0, 1
- found node 0, 1, 2
- ...
So the time to search node index 19 is 20 times larger on average then index 0.
We can solve this by caching the position of index 18 and by starting back at that position.
This class is a singleton to keep everyting 100% compatible with the rest of the codebase.
- XMLHandlerCacheEntry - Class in org.pentaho.di.core.xml
-
This is an entry in an XMLHandlerCache
- XMLHandlerCacheEntry(Node, String) - Constructor for class org.pentaho.di.core.xml.XMLHandlerCacheEntry
-
- XMLInterface - Interface in org.pentaho.di.core.xml
-
Implementing classes of this interface know how to express themselves using XML They also can construct themselves
using XML.
- xor(Value) - Method in class org.pentaho.di.compatibility.Value
-