C# 클래스 Rhino.Xmlimpl.XMLLibImpl

상속: Rhino.Xml.XMLLib
파일 보기 프로젝트 열기: hazzik/Rhino.Net 1 사용 예제들

공개 메소드들

메소드 설명
EscapeAttributeValue ( object o ) : string
EscapeTextValue ( object o ) : string
GetPrettyIndent ( ) : int
Init ( Context cx, Scriptable scope, bool @sealed ) : void
IsIgnoreComments ( ) : bool
IsIgnoreProcessingInstructions ( ) : bool
IsIgnoreWhitespace ( ) : bool
IsPrettyPrinting ( ) : bool
IsXMLName ( Context _cx, object nameObj ) : 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
ToDomNode ( object xmlObject ) : System.Xml.XmlNode

This experimental interface is undocumented.

This experimental interface is undocumented.

비공개 메소드들

메소드 설명
AddXMLObjects ( Context cx, XMLObject obj1, XMLObject obj2 ) : object
BadXMLName ( object value ) : Exception
CastToNamespace ( Context cx, object namespaceObj ) : Namespace
CastToQName ( Context cx, object qnameValue ) : QName
ConstructQName ( Context cx, object nameValue ) : QName
ConstructQName ( Context cx, object @namespace, object name ) : QName
CreateNamespaces ( Rhino declarations ) : Rhino.Xmlimpl.Namespace[]
EcmaToXml ( object @object ) : XML
ExportToScope ( bool @sealed ) : void
GetDefaultNamespace ( Context cx ) : Namespace
GetDefaultNamespaceURI ( Context cx ) : string
GetProcessor ( ) : XmlProcessor
GlobalScope ( ) : Scriptable
NewNamespace ( string uri ) : Namespace
NewQName ( Rhino qname ) : QName
NewQName ( string uri, string localName, string prefix ) : QName
NewTextElementXML ( Rhino reference, Rhino qname, string value ) : XML
NewXML ( Rhino node ) : XML
NewXMLFromJs ( object inputObject ) : XML
NewXMLList ( ) : XMLList
NewXMLListFrom ( object inputObject ) : XMLList
Parse ( string frag ) : XML
QnamePrototype ( ) : QName
ToAttributeName ( Context cx, object nameValue ) : XMLName
ToNodeQName ( Context cx, object nameValue, bool attribute ) : Rhino.Xmlimpl.XmlNode.QName
ToNodeQName ( Context cx, object namespaceValue, object nameValue ) : Rhino.Xmlimpl.XmlNode.QName
ToNodeQName ( Context cx, string name, bool attribute ) : Rhino.Xmlimpl.XmlNode.QName
ToXMLName ( Context cx, object nameValue ) : XMLName
ToXMLNameFromString ( Context cx, string name ) : XMLName
ToXMLNameOrIndex ( Context cx, object value ) : XMLName

If value represents Uint32 index, make it available through ScriptRuntime.lastUint32Result(cx) and return null.

If value represents Uint32 index, make it available through ScriptRuntime.lastUint32Result(cx) and return null. Otherwise return the same value as toXMLName(cx, value).

XMLLibImpl ( Scriptable globalScope ) : System
XmlPrimaryReference ( Context cx, XMLName xmlName, Scriptable scope ) : Ref

메소드 상세

EscapeAttributeValue() 공개 메소드

public EscapeAttributeValue ( object o ) : string
o object
리턴 string

EscapeTextValue() 공개 메소드

public EscapeTextValue ( object o ) : string
o object
리턴 string

GetPrettyIndent() 공개 메소드

public GetPrettyIndent ( ) : int
리턴 int

Init() 공개 정적인 메소드

public static Init ( Context cx, Scriptable scope, bool @sealed ) : void
cx Rhino.Context
scope Scriptable
@sealed bool
리턴 void

IsIgnoreComments() 공개 메소드

public IsIgnoreComments ( ) : bool
리턴 bool

IsIgnoreProcessingInstructions() 공개 메소드

public IsIgnoreProcessingInstructions ( ) : bool
리턴 bool

IsIgnoreWhitespace() 공개 메소드

public IsIgnoreWhitespace ( ) : bool
리턴 bool

IsPrettyPrinting() 공개 메소드

public IsPrettyPrinting ( ) : bool
리턴 bool

IsXMLName() 공개 메소드

public IsXMLName ( Context _cx, object nameObj ) : bool
_cx Rhino.Context
nameObj object
리턴 bool

NameRef() 공개 메소드

public NameRef ( Context cx, object name, Scriptable scope, int memberTypeFlags ) : Ref
cx Rhino.Context
name object
scope Scriptable
memberTypeFlags int
리턴 Rhino.Ref

NameRef() 공개 메소드

public NameRef ( Context cx, object @namespace, object name, Scriptable scope, int memberTypeFlags ) : Ref
cx Rhino.Context
@namespace object
name object
scope Scriptable
memberTypeFlags int
리턴 Rhino.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() 공개 메소드

public ToDefaultXmlNamespace ( Context cx, object uriValue ) : object
cx Rhino.Context
uriValue object
리턴 object

ToDomNode() 공개 정적인 메소드

This experimental interface is undocumented.
This experimental interface is undocumented.
public static ToDomNode ( object xmlObject ) : System.Xml.XmlNode
xmlObject object
리턴 System.Xml.XmlNode