Difference between revisions of "SHIP:Sail:Node Functions"

From Serious Documentation
Jump to: navigation, search
Line 1: Line 1:
 
<onlyinclude>{{SailFuncTableStart|}}
 
<onlyinclude>{{SailFuncTableStart|}}
{{:SHIP:Sail:charAt}}
+
{{:SHIP:Sail:getChild}}
 
|+
 
|+
{{:SHIP:Sail:codepointAt}}
+
{{:SHIP:Sail:getChildIndex}}
 
|+
 
|+
{{:SHIP:Sail:codepointToString}}
+
{{:SHIP:Sail:getNumChildren}}
|+
 
{{:SHIP:Sail:indexOf}}
 
|+
 
{{:SHIP:Sail:lastIndexOf}}
 
|+
 
{{:SHIP:Sail:length}}
 
|+
 
{{:SHIP:Sail:subStr}}
 
|+
 
{{:SHIP:Sail:subString}}
 
|+
 
{{:SHIP:Sail:toLowerCase}}
 
|+
 
{{:SHIP:Sail:toUpperCase}}
 
|+
 
{{:SHIP:Sail:toString}}
 
 
|}</onlyinclude>
 
|}</onlyinclude>
 
== See Also: ==
 
== See Also: ==

Revision as of 05:09, 14 July 2014

Function Returns Introduced Description
getChild Node v4.0 Gets a child Node object from within an enclosing parent Node, by index.
getChildIndex Integer v4.0.211 Gets the index of a Node within its enclosing parent Node.
SHIP:Sail:getNumChildren

See Also: