Uses of Class
com.tailf.maapi.MaapiSchemas.CSNode
Packages that use 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
Methods in com.tailf.conf that return MaapiSchemas.CSNodeModifier and TypeMethodDescriptionInstancePath.getCSNode()Returns MaapiSchemas node corresponding to the path.Methods in com.tailf.conf with parameters of type MaapiSchemas.CSNodeModifier and TypeMethodDescriptionvoidXPathAbrevCompiler.addKeys(MaapiSchemas.CSNode current, com.tailf.conf.XPathAbrevCompiler.XPathTag tag, ConfNamespace ns) Method parameters in com.tailf.conf with type arguments of type MaapiSchemas.CSNodeModifier and TypeMethodDescriptionConfPath.append(String s, List<MaapiSchemas.CSNode> pathNodes) Appends suffix path to existing keypathConstructor parameters in com.tailf.conf with type arguments of type MaapiSchemas.CSNodeModifierConstructorDescriptionConfXKey(ConfObject[] vals, Map<MaapiSchemas.CSNode, ConfValue> keyEntries)  - 
Uses of MaapiSchemas.CSNode in com.tailf.maapi
Methods in com.tailf.maapi that return MaapiSchemas.CSNodeModifier 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, 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(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(int nsHash, int tagHash) Retrieve a child with the specified namespace and tag Returns null if no child exists.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.Methods in com.tailf.maapi that return types with arguments of type MaapiSchemas.CSNodeModifier and TypeMethodDescriptionMaapiSchemas.CSNode.getChildren()Retrieves children for this node as List or null if no children exists.MaapiSchemas.CSNode.getChildren(List<String> mountId) Retrieves children for this node given a mount id 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.Methods in com.tailf.maapi with parameters of type MaapiSchemas.CSNodeModifier 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, 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 voidMaapiSchemasUtil.printChildren(int offset, MaapiSchemas.CSNode n) Recursive printout of a schema tree from and including given nodestatic voidMaapiSchemasUtil.printNodeInfo(int offset, MaapiSchemas.CSNode n) Node info printout for a given nodevoidMaapiSchemas.CSSchema.setRoot(MaapiSchemas.CSNode root) Constructors in com.tailf.maapi with parameters of type MaapiSchemas.CSNodeModifierConstructorDescriptionCSChoice(int taghash, String tag, MaapiSchemas.CSSchema schema, int minOccurs, MaapiSchemas.CSNode parentNode, MaapiSchemas.CSCase caseParent, MaapiSchemas.CSChoice nextSibling)  - 
Uses of MaapiSchemas.CSNode in com.tailf.ncs.maapi
Subclasses of MaapiSchemas.CSNode in com.tailf.ncs.maapiModifier and TypeClassDescriptionclassmmap version of CSMountPoint ensuring getChildren specifics are overridden to match mmap usage pattern.classmmap version of CSNode for accessing data from capnproto schema file via the CSNode API.classmmap version of CSRoot.Methods in com.tailf.ncs.maapi that return MaapiSchemas.CSNodeModifier and TypeMethodDescriptionMmapMaapiSchemas.findCSNode(MaapiSchemas.CSNode parent0, int hns, int htag) MmapMaapiSchemas.findCSNode(MaapiSchemas.CSNode parent0, MaapiSchemas.CSMNsMap mnsMap, String tag) MmapCSNode.getChild(int tagHash) MmapCSNode.getChild(int nsHash, int tagHash) MmapCSNode.getParentNode()MmapCSRoot.getSibling(int tagHash) Methods in com.tailf.ncs.maapi that return types with arguments of type MaapiSchemas.CSNodeModifier and TypeMethodDescriptionMmapCSMountPoint.getChildren(List<String> mountIds) MmapCSNode.getChildren()MmapCSCase.getNodes()MmapCSNode.getSiblings()MmapCSRoot.getSiblings()Methods in com.tailf.ncs.maapi with parameters of type MaapiSchemas.CSNodeModifier and TypeMethodDescriptionMmapMaapiSchemas.findCSNode(MaapiSchemas.CSNode parent0, int hns, int htag) MmapMaapiSchemas.findCSNode(MaapiSchemas.CSNode parent0, MaapiSchemas.CSMNsMap mnsMap, String tag) Method parameters in com.tailf.ncs.maapi with type arguments of type MaapiSchemas.CSNodeModifier and TypeMethodDescriptionbooleanMmapMaapiSchemas.SchemaLookup.addMountPointChildren(int pathHash, String mountId, List<MaapiSchemas.CSNode> children) booleanMmapMaapiSchemas.SchemaLookupImpl.addMountPointChildren(int pathHash, String mountId, List<MaapiSchemas.CSNode> children)