C# Class Rhino.Xmlimpl.XMLLibImpl

Inheritance: Rhino.Xml.XMLLib
Afficher le fichier Open project: hazzik/Rhino.Net Class Usage Examples

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
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

Method Details

EscapeAttributeValue() public méthode

public EscapeAttributeValue ( object o ) : string
o object
Résultat string

EscapeTextValue() public méthode

public EscapeTextValue ( object o ) : string
o object
Résultat string

GetPrettyIndent() public méthode

public GetPrettyIndent ( ) : int
Résultat int

Init() public static méthode

public static Init ( Context cx, Scriptable scope, bool @sealed ) : void
cx Rhino.Context
scope Scriptable
@sealed bool
Résultat void

IsIgnoreComments() public méthode

public IsIgnoreComments ( ) : bool
Résultat bool

IsIgnoreProcessingInstructions() public méthode

public IsIgnoreProcessingInstructions ( ) : bool
Résultat bool

IsIgnoreWhitespace() public méthode

public IsIgnoreWhitespace ( ) : bool
Résultat bool

IsPrettyPrinting() public méthode

public IsPrettyPrinting ( ) : bool
Résultat bool

IsXMLName() public méthode

public IsXMLName ( Context _cx, object nameObj ) : bool
_cx Rhino.Context
nameObj object
Résultat bool

NameRef() public méthode

public NameRef ( Context cx, object name, Scriptable scope, int memberTypeFlags ) : Ref
cx Rhino.Context
name object
scope Scriptable
memberTypeFlags int
Résultat Rhino.Ref

NameRef() public méthode

public NameRef ( Context cx, object @namespace, object name, Scriptable scope, int memberTypeFlags ) : Ref
cx Rhino.Context
@namespace object
name object
scope Scriptable
memberTypeFlags int
Résultat Rhino.Ref

SetIgnoreComments() public méthode

public SetIgnoreComments ( bool b ) : void
b bool
Résultat void

SetIgnoreProcessingInstructions() public méthode

public SetIgnoreProcessingInstructions ( bool b ) : void
b bool
Résultat void

SetIgnoreWhitespace() public méthode

public SetIgnoreWhitespace ( bool b ) : void
b bool
Résultat void

SetPrettyIndent() public méthode

public SetPrettyIndent ( int i ) : void
i int
Résultat void

SetPrettyPrinting() public méthode

public SetPrettyPrinting ( bool b ) : void
b bool
Résultat void

ToDefaultXmlNamespace() public méthode

public ToDefaultXmlNamespace ( Context cx, object uriValue ) : object
cx Rhino.Context
uriValue object
Résultat object

ToDomNode() public static méthode

This experimental interface is undocumented.
This experimental interface is undocumented.
public static ToDomNode ( object xmlObject ) : System.Xml.XmlNode
xmlObject object
Résultat System.Xml.XmlNode