Working with Documents
.kddb
extension for Kodexa Document Database files.
get_children()
: Get immediate child nodesget_parent()
: Get parent nodenext_node()
: Get next siblingprevious_node()
: Get previous sibling//
: Current node and all children/
: Root node.
: Current Node (or root if from the document)./line/.
: All nodes of type line under the current nodeparent::line
: Any node in the parent structure of this node that is of node type linecontentRegex
: Matches content against a regular expressiontypeRegex
: Matches node type name against a regular expressionhasTag
: Checks if a node has a specific taghasFeature
: Checks if a node has a specific featurecontent
: Returns the content of the nodeuuid
: Returns the UUID of the node|
: Union the results of two sides=
: Test that two sides are equaland
: Boolean AND operationor
: Boolean OR operation