A B C D E F G H I J K L M N O P R S T U V W X Y

X

x - Variable in class org.pentaho.di.core.gui.Point
 
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.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_TAG - Static variable in class org.pentaho.di.core.Result
 
XML_FILES_TAG - Static variable in class org.pentaho.di.core.Result
 
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.ValueMeta
 
XML_ROWS_TAG - Static variable in class org.pentaho.di.core.Result
 
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.Result
 
XML_TAG - Static variable in class org.pentaho.di.core.row.ValueMetaAndData
 
XMLHandler - Class in org.pentaho.di.core.xml
This class contains a number of (static final) methods to facilitate the retreival 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
 

A B C D E F G H I J K L M N O P R S T U V W X Y