|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JniHdf | |
---|---|
org.clearsilver.jni |
Uses of JniHdf in org.clearsilver.jni |
---|
Fields in org.clearsilver.jni declared as JniHdf | |
---|---|
protected JniHdf |
JniCs.globalHDF
|
protected JniHdf |
JniCs.localHDF
|
Methods in org.clearsilver.jni that return JniHdf | |
---|---|
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. |
Constructors in org.clearsilver.jni with parameters of type JniHdf | |
---|---|
JniHdf(long hdfptr,
JniHdf parent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |