Package | Description |
---|---|
org.clearsilver.jni |
Modifier and Type | Field and Description |
---|---|
protected JniHdf |
JniCs.globalHDF |
protected JniHdf |
JniCs.localHDF |
Modifier and Type | Method and Description |
---|---|
JniHdf |
JniHdf.getChild(String hdfpath)
Retrieves the HDF for the first child of the root of the subtree
at hdfpath, or null if no child exists of that path or if the
path doesn't exist.
|
JniHdf |
JniHdf.getObj(String hdfpath)
Retrieves the HDF object that is the root of the subtree at hdfpath, or
null if no object exists at that path.
|
JniHdf |
JniHdf.getOrCreateObj(String hdfpath)
Retrieves the HDF object that is the root of the subtree at
hdfpath, create the subtree if it doesn't exist
|
JniHdf |
JniHdf.getRootObj()
Return the root of the tree where the current node lies.
|
protected JniHdf |
JniHdf.newHdf(long hdfptr,
HDF parent)
Constructs an HDF child node.
|
JniHdf |
JniHdf.objChild()
Returns the child of this HDF node, or null if there is no child.
|
JniHdf |
JniHdf.objNext()
Returns the next sibling of this HDF node, or null if there is no next
sibling.
|
Constructor and Description |
---|
JniHdf(long hdfptr,
JniHdf parent) |
Copyright © 2010–2017 Google. All rights reserved.