C# Класс Rhino.Xml.XMLLib

Показать файл Открыть проект

Открытые методы

Метод Описание
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 ) : XMLLib
ExtractFromScopeOrNull ( Scriptable scope ) : XMLLib
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 ) : XMLLib

Описание методов

BindToScope() защищенный Метод

protected BindToScope ( Scriptable scope ) : XMLLib
scope Scriptable
Результат XMLLib

EscapeAttributeValue() публичный абстрактный Метод

Escapes the reserved characters in a value of an attribute.
Escapes the reserved characters in a value of an attribute.
public abstract EscapeAttributeValue ( object value ) : string
value object Unescaped text
Результат string

EscapeTextValue() публичный абстрактный Метод

Escapes the reserved characters in a value of a text node.
Escapes the reserved characters in a value of a text node.
public abstract EscapeTextValue ( object value ) : string
value object Unescaped text
Результат string

ExtractFromScope() публичный статический Метод

public static ExtractFromScope ( Scriptable scope ) : XMLLib
scope Scriptable
Результат XMLLib

ExtractFromScopeOrNull() публичный статический Метод

public static ExtractFromScopeOrNull ( Scriptable scope ) : XMLLib
scope Scriptable
Результат XMLLib

GetPrettyIndent() публичный Метод

public GetPrettyIndent ( ) : int
Результат int

IsIgnoreComments() публичный Метод

public IsIgnoreComments ( ) : bool
Результат bool

IsIgnoreProcessingInstructions() публичный Метод

public IsIgnoreProcessingInstructions ( ) : bool
Результат bool

IsIgnoreWhitespace() публичный Метод

public IsIgnoreWhitespace ( ) : bool
Результат bool

IsPrettyPrinting() публичный Метод

public IsPrettyPrinting ( ) : bool
Результат bool

IsXMLName() публичный абстрактный Метод

public abstract IsXMLName ( Context cx, object name ) : bool
cx Context
name object
Результат bool

NameRef() публичный абстрактный Метод

public abstract NameRef ( Context cx, object name, Scriptable scope, int memberTypeFlags ) : Ref
cx Context
name object
scope Scriptable
memberTypeFlags int
Результат Ref

NameRef() публичный абстрактный Метод

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

SetIgnoreComments() публичный Метод

public SetIgnoreComments ( bool b ) : void
b bool
Результат void

SetIgnoreProcessingInstructions() публичный Метод

public SetIgnoreProcessingInstructions ( bool b ) : void
b bool
Результат void

SetIgnoreWhitespace() публичный Метод

public SetIgnoreWhitespace ( bool b ) : void
b bool
Результат void

SetPrettyIndent() публичный Метод

public SetPrettyIndent ( int i ) : void
i int
Результат void

SetPrettyPrinting() публичный Метод

public SetPrettyPrinting ( bool b ) : void
b bool
Результат void

ToDefaultXmlNamespace() публичный абстрактный Метод

Construct namespace for default xml statement.
Construct namespace for default xml statement.
public abstract ToDefaultXmlNamespace ( Context cx, object uriValue ) : object
cx Context
uriValue object
Результат object