Method | Description | |
---|---|---|
ScriptableNode ( object baseObject ) : System | ||
appendChild ( IScriptableNode newChild ) : IScriptableNode | ||
cloneNode ( bool deep ) : IScriptableNode | ||
hasAttributes ( ) : bool | ||
hasChildNodes ( ) : bool | ||
insertBefore ( IScriptableNode newChild, IScriptableNode refChild ) : IScriptableNode | ||
isSupported ( string feature, string version ) : bool | ||
normalize ( ) : void | ||
removeChild ( IScriptableNode oldChild ) : IScriptableNode | ||
replaceChild ( IScriptableNode newChild, IScriptableNode oldChild ) : IScriptableNode |
public ScriptableNode ( object baseObject ) : System | ||
baseObject | object | |
return | System |
public appendChild ( IScriptableNode newChild ) : IScriptableNode | ||
newChild | IScriptableNode | |
return | IScriptableNode |
public cloneNode ( bool deep ) : IScriptableNode | ||
deep | bool | |
return | IScriptableNode |
public insertBefore ( IScriptableNode newChild, IScriptableNode refChild ) : IScriptableNode | ||
newChild | IScriptableNode | |
refChild | IScriptableNode | |
return | IScriptableNode |
public isSupported ( string feature, string version ) : bool | ||
feature | string | |
version | string | |
return | bool |
public removeChild ( IScriptableNode oldChild ) : IScriptableNode | ||
oldChild | IScriptableNode | |
return | IScriptableNode |
public replaceChild ( IScriptableNode newChild, IScriptableNode oldChild ) : IScriptableNode | ||
newChild | IScriptableNode | |
oldChild | IScriptableNode | |
return | IScriptableNode |