메소드 | 설명 | |
---|---|---|
EscapeAttributeValue ( object value ) : string |
Escapes the reserved characters in a value of an attribute. Escapes the reserved characters in a value of an attribute. |
|
EscapeTextValue ( object value ) : string |
Escapes the reserved characters in a value of a text node. Escapes the reserved characters in a value of a text node. |
|
ExtractFromScope ( Scriptable scope ) : |
||
ExtractFromScopeOrNull ( Scriptable scope ) : |
||
GetPrettyIndent ( ) : int | ||
IsIgnoreComments ( ) : bool | ||
IsIgnoreProcessingInstructions ( ) : bool | ||
IsIgnoreWhitespace ( ) : bool | ||
IsPrettyPrinting ( ) : bool | ||
IsXMLName ( Context cx, object name ) : bool | ||
NameRef ( Context cx, object name, Scriptable scope, int memberTypeFlags ) : Ref | ||
NameRef ( Context cx, object @namespace, object name, Scriptable scope, int memberTypeFlags ) : Ref | ||
SetIgnoreComments ( bool b ) : void | ||
SetIgnoreProcessingInstructions ( bool b ) : void | ||
SetIgnoreWhitespace ( bool b ) : void | ||
SetPrettyIndent ( int i ) : void | ||
SetPrettyPrinting ( bool b ) : void | ||
ToDefaultXmlNamespace ( Context cx, object uriValue ) : object |
Construct namespace for default xml statement. Construct namespace for default xml statement. |
메소드 | 설명 | |
---|---|---|
BindToScope ( Scriptable scope ) : |
protected BindToScope ( Scriptable scope ) : |
||
scope | Scriptable | |
리턴 |
public abstract EscapeAttributeValue ( object value ) : string | ||
value | object | Unescaped text |
리턴 | string |
public abstract EscapeTextValue ( object value ) : string | ||
value | object | Unescaped text |
리턴 | string |
public static ExtractFromScope ( Scriptable scope ) : |
||
scope | Scriptable | |
리턴 |
public static ExtractFromScopeOrNull ( Scriptable scope ) : |
||
scope | Scriptable | |
리턴 |
public abstract IsXMLName ( Context cx, object name ) : bool | ||
cx | Context | |
name | object | |
리턴 | bool |
public abstract NameRef ( Context cx, object name, Scriptable scope, int memberTypeFlags ) : Ref | ||
cx | Context | |
name | object | |
scope | Scriptable | |
memberTypeFlags | int | |
리턴 | Ref |
public abstract NameRef ( Context cx, object @namespace, object name, Scriptable scope, int memberTypeFlags ) : Ref | ||
cx | Context | |
@namespace | object | |
name | object | |
scope | Scriptable | |
memberTypeFlags | int | |
리턴 | Ref |
public SetIgnoreProcessingInstructions ( bool b ) : void | ||
b | bool | |
리턴 | void |
public abstract ToDefaultXmlNamespace ( Context cx, object uriValue ) : object | ||
cx | Context | |
uriValue | object | |
리턴 | object |