public class TiffNode extends Object implements TiffNodeInterface, Serializable
| Constructor and Description |
|---|
TiffNode() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contextMatch(String context) |
TiffNode |
getChild(String nodeName) |
TiffNode |
getChild(String nodeName,
Filter filter) |
List<TiffNode> |
getChildren(boolean subchilds) |
List<TiffNode> |
getChildren(String nodeName) |
List<TiffNode> |
getChildren(String nodeName,
Filter filter) |
String |
getContext() |
String |
getLocation() |
String |
getParent() |
String |
getValue() |
boolean |
hasChild(String nodeName) |
boolean |
hasChild(String nodeName,
Filter filter) |
void |
setLocation(String location) |
void |
setParent(String parent) |
String |
toString() |
public List<TiffNode> getChildren(boolean subchilds)
getChildren in interface TiffNodeInterfacepublic String getParent()
public void setParent(String parent)
public String getContext()
getContext in interface TiffNodeInterfacepublic String getValue()
getValue in interface TiffNodeInterfacepublic String getLocation()
public void setLocation(String location)
public boolean hasChild(String nodeName)
public boolean contextMatch(String context)
Copyright © 2016–2020. All rights reserved.