Uses of Class
com.tailf.maapi.MaapiSchemas.CSNode
Package
Description
Data types and utilities for communication with the server.
MAAPI is an API which provides full access to the systems internal
transaction engine.
NAVU (Navigation Utilities) is an API which provides increased
accessibility to the ConfD/NCS populated data model tree:
NAVU-Tree.
-
Uses of MaapiSchemas.CSNode in com.tailf.conf
Modifier and TypeMethodDescriptionInstancePath.getCSNode()
Returns MaapiSchemas node corresponding to the path.Modifier and TypeMethodDescriptionvoid
XPathAbrevCompiler.addKeys
(MaapiSchemas.CSNode current, com.tailf.conf.XPathAbrevCompiler.XPathTag tag, ConfNamespace ns) Modifier and TypeMethodDescriptionConfPath.append
(String s, List<MaapiSchemas.CSNode> pathNodes) Appends suffix path to existing keypathModifierConstructorDescriptionConfXKey
(ConfObject[] vals, Map<MaapiSchemas.CSNode, ConfValue> keyEntries) -
Uses of MaapiSchemas.CSNode in com.tailf.maapi
Modifier and TypeMethodDescriptionMaapiSchemas.findCSNode
(MountIdInterface mountGetter, String nsName, String fmt, Object... arguments) Find and retrieves specific node in the schema information tree.MaapiSchemas.findCSNode
(MountIdInterface mountGetter, String nsName, List<com.tailf.conf.gen.PathParser.PathElement> pl) Internally used method to find a node defined by an internal path formatMaapiSchemas.findCSNode
(MaapiSchemas.CSNode parent, int xmltagNShash, int xmltaghash) Find and retrieves specific node in the schema information tree.MaapiSchemas.findCSNode
(MaapiSchemas.CSNode parent, long xmltagNShash, long xmltaghash) Deprecated.MaapiSchemas.findCSNode
(MaapiSchemas.CSNode parent, MaapiSchemas.CSMNsMap mnsMap, String xmltagName) Retrieve a specific node with a given parent node identified by xmltag all namespaces in a mnsmap and tagnameMaapiSchemas.findCSNode
(MaapiSchemas.CSNode parent, String xmltagNSName, String xmltagName) Retrieve a specific node with a given parent node identified by xmltag namespace and tagnameMaapiSchemas.findCSNode
(String nsName, String fmt, Object... arguments) MaapiSchemas.findCSRoot
(int nshash) Retrieve a specific root node identified by an hash valueMaapiSchemas.findCSRoot
(long nshash) Deprecated.MaapiSchemas.findCSRoot
(String nsName) Retrieve a specific root node identified by an namespace stringMaapiSchemas.CSNode.getChild
(int tagHash) Retrieve a child with the specified tag Returns null if no child exists.MaapiSchemas.CSNode.getChild
(long tagHash) Deprecated.MaapiSchemas.CSNode.getKey
(int index) Return a key at the given index.MaapiSchemas.CSChoice.getParentNode()
get parent node for the choice.MaapiSchemas.CSNode.getParentNode()
Retrieves the parent node for this nodeMaapiSchemas.CSSchema.getRootNode()
Get first Schema root node.MaapiSchemas.CSNode.getSibling
(int tagHash) Retrieves sibling with specified tag or null if no sibling exists.MaapiSchemas.CSNode.getSibling
(long tagHash) Deprecated.Modifier and TypeMethodDescriptionMaapiSchemas.CSNode.getChildren()
Retrieves children for this node as List or null if no children exists.MaapiSchemas.CSNode.getKeys()
Return a list of keys.MaapiSchemas.CSCase.getNodes()
get List of the nodes defined in this Case.MaapiSchemas.CSNode.getSiblings()
Retrieves siblings for this node as List or null if no siblings exists.Modifier and TypeMethodDescriptionMaapiSchemas.findCSNode
(MaapiSchemas.CSNode parent, int xmltagNShash, int xmltaghash) Find and retrieves specific node in the schema information tree.MaapiSchemas.findCSNode
(MaapiSchemas.CSNode parent, long xmltagNShash, long xmltaghash) Deprecated.MaapiSchemas.findCSNode
(MaapiSchemas.CSNode parent, MaapiSchemas.CSMNsMap mnsMap, String xmltagName) Retrieve a specific node with a given parent node identified by xmltag all namespaces in a mnsmap and tagnameMaapiSchemas.findCSNode
(MaapiSchemas.CSNode parent, String xmltagNSName, String xmltagName) Retrieve a specific node with a given parent node identified by xmltag namespace and tagnamestatic void
MaapiSchemasUtil.printChildren
(int offset, MaapiSchemas.CSNode n) Recursive printout of a schema tree from and including given nodestatic void
MaapiSchemasUtil.printNodeInfo
(int offset, MaapiSchemas.CSNode n) Node info printout for a given nodeModifierConstructorDescriptionCSNode
(int taghash, int nshash, MaapiSchemas.CSNodeInfo info, MaapiSchemas.CSNode parentNode, MaapiSchemas.CSNode firstChild, MaapiSchemas.CSNode nextSibling, MaapiSchemas.CSNode previousSibling)