public class XMLHandlerCacheEntry extends Object
Constructor and Description |
---|
XMLHandlerCacheEntry(Node parentNode,
String tag) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
Node |
getParentNode() |
String |
getTag() |
int |
hashCode() |
void |
setParentNode(Node parentNode) |
void |
setTag(String tag) |
public Node getParentNode()
public void setParentNode(Node parentNode)
parentNode
- The parentNode to set.public String getTag()
public void setTag(String tag)
tag
- The tag to set.Copyright © 2020 Hitachi Vantara. All rights reserved.