Package org.pentaho.di.core.xml
Class XMLHandlerCacheEntry
- java.lang.Object
- 
- org.pentaho.di.core.xml.XMLHandlerCacheEntry
 
- 
 public class XMLHandlerCacheEntry extends Object This is an entry in an XMLHandlerCache- Since:
- 22-Apr-2006
- Author:
- Matt
 
- 
- 
Constructor SummaryConstructors Constructor Description XMLHandlerCacheEntry(Node parentNode, String tag)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)NodegetParentNode()StringgetTag()inthashCode()voidsetParentNode(Node parentNode)voidsetTag(String tag)
 
- 
- 
- 
Method Detail- 
getParentNodepublic Node getParentNode() - Returns:
- Returns the parentNode.
 
 - 
setParentNodepublic void setParentNode(Node parentNode) - Parameters:
- parentNode- The parentNode to set.
 
 - 
getTagpublic String getTag() - Returns:
- Returns the tag.
 
 - 
setTagpublic void setTag(String tag) - Parameters:
- tag- The tag to set.
 
 
- 
 
-