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

From Serious Documentation
Jump to: navigation, search
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
<onlyinclude>{{SailFuncTableStart|}}
 
<onlyinclude>{{SailFuncTableStart|}}
{{:SHIP:Sail:charAt}}
+
{{:SHIP:Sail:getChild}}
|+
+
|-{{:SHIP:Sail:getChildIndex}}
{{:SHIP:Sail:codepointAt}}
+
|-{{:SHIP:Sail:getChildCount}}
|+
+
|-{{:SHIP:Sail:set}}
{{:SHIP:Sail:codepointToString}}
 
|+
 
{{: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: ==
 
*[[SHIP:Sail|SHIP Sail Home]]
 
*[[SHIP:Sail|SHIP Sail Home]]
*[[SHIP:Sail:Functions|SHIP Sail Function Home]]
+
*[[SHIP:Sail:Functions|Sail Function Home]]
*[[SHIP:Sail:Numeric Functions|SHIP Sail Numeric Functions]]
+
*[[SHIP:Sail:Numeric Functions|Sail Numeric Functions]]
 
*[[SHIP:Sail:String Functions|Sail String Functions]]
 
*[[SHIP:Sail:String Functions|Sail String Functions]]
 +
*[[SHIP:Sail:Canvas Functions|Sail Canvas Functions]]

Latest revision as of 13:07, 18 October 2016

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.
getChildCount String v4.0 Gets a count of the total number of child Nodes within an enclosing parent Node.
set v5.1.0 Set a property value of a Node and its peers

See Also: