C# 클래스 Rhino.Xml.XMLLib

파일 보기 프로젝트 열기: hazzik/Rhino.Net

공개 메소드들

메소드 설명
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