C# Class Rhino.Xmlimpl.XML

Inheritance: XMLObjectImpl
ファイルを表示 Open project: hazzik/Rhino.Net Class Usage Examples

Public Methods

Method Description
Delete ( int index ) : void
Get ( int index, Scriptable start ) : object
GetClassName ( ) : string
GetExtraMethodSource ( Context cx ) : Scriptable
GetIds ( ) : object[]
Has ( int index, Scriptable start ) : bool
Put ( int index, Scriptable start, object value ) : void
ToString ( ) : string

Protected Methods

Method Description
JsConstructor ( Context cx, bool inNewExpr, object args ) : object

Private Methods

Method Description
Adapt ( Rhino ns ) : Rhino.Xmlimpl.XmlNode.Namespace
AddInScopeNamespace ( Rhino ns ) : void
AddMatches ( XMLList rv, XMLName name ) : void
AddNamespace ( Rhino ns ) : XML
AppendChild ( object xml ) : XML
Child ( XMLName xmlName ) : XMLList
Child ( int index ) : XMLList
ChildIndex ( ) : int
Children ( ) : XMLList
Comments ( ) : XMLList
Contains ( object xml ) : bool
Copy ( ) : XMLObjectImpl
DeleteXMLProperty ( XMLName name ) : void
EcmaClass ( ) : string
EcmaToString ( ) : string
EcmaValue ( ) : string
Elements ( XMLName name ) : XMLList
EquivalentXml ( object target ) : bool
GetAnnotation ( ) : XmlNode
GetAttributes ( ) : Rhino.Xmlimpl.XML[]
GetChildIndexOf ( Rhino child ) : int
GetChildren ( ) : Rhino.Xmlimpl.XML[]
GetLastXmlChild ( ) : XML
GetNodeQname ( ) : Rhino.Xmlimpl.XmlNode.QName
GetNodesForInsert ( object value ) : Rhino.Xmlimpl.XmlNode[]
GetPropertyList ( XMLName name ) : XMLList
GetXML ( ) : XML
GetXMLProperty ( XMLName xmlName ) : object
GetXmlChild ( int index ) : XML
HasComplexContent ( ) : bool
HasOwnProperty ( XMLName xmlName ) : bool
HasSimpleContent ( ) : bool
HasXMLProperty ( XMLName xmlName ) : bool
InScopeNamespaces ( ) : Rhino.Xmlimpl.Namespace[]
Initialize ( Rhino node ) : void
InsertChildAfter ( Rhino child, object xml ) : XML
InsertChildBefore ( Rhino child, object xml ) : XML
Is ( Rhino other ) : bool
IsAttribute ( ) : bool
IsComment ( ) : bool
IsElement ( ) : bool
IsProcessingInstruction ( ) : bool
IsText ( ) : bool
Length ( ) : int
LocalName ( ) : string
MakeXmlFromString ( XMLName name, string value ) : XML
Name ( ) : QName
Namespace ( string prefix ) : Namespace
NamespaceDeclarations ( ) : Rhino.Xmlimpl.Namespace[]
NodeKind ( ) : object
Normalize ( ) : void
Parent ( ) : object
PrependChild ( object xml ) : XML
ProcessingInstructions ( XMLName xmlName ) : XMLList
PropertyIsEnumerable ( object name ) : bool
PutXMLProperty ( XMLName xmlName, object value ) : void
Remove ( ) : void
RemoveChild ( int index ) : void
RemoveNamespace ( Rhino ns ) : XML
Replace ( XMLName xmlName, object xml ) : XML
Replace ( int index, object xml ) : XML
ReplaceWith ( Rhino value ) : void
SetAttribute ( XMLName xmlName, object value ) : void
SetChildren ( object xml ) : XML
SetLocalName ( string localName ) : void
SetName ( QName name ) : void
SetNamespace ( Rhino ns ) : void
Text ( ) : XMLList
ToDomNode ( ) : System.Xml.XmlNode
ToSource ( int indent ) : string
ToXML ( Rhino node ) : XML
ToXMLString ( ) : string
ValueOf ( ) : object
XML ( XMLLibImpl lib, Scriptable scope, XMLObject prototype, Rhino node ) : System

Method Details

Delete() public method

public Delete ( int index ) : void
index int
return void

Get() public method

public Get ( int index, Scriptable start ) : object
index int
start Scriptable
return object

GetClassName() public method

public GetClassName ( ) : string
return string

GetExtraMethodSource() public method

public GetExtraMethodSource ( Context cx ) : Scriptable
cx Rhino.Context
return Scriptable

GetIds() public method

public GetIds ( ) : object[]
return object[]

Has() public method

public Has ( int index, Scriptable start ) : bool
index int
start Scriptable
return bool

JsConstructor() protected method

protected JsConstructor ( Context cx, bool inNewExpr, object args ) : object
cx Rhino.Context
inNewExpr bool
args object
return object

Put() public method

public Put ( int index, Scriptable start, object value ) : void
index int
start Scriptable
value object
return void

ToString() public method

public ToString ( ) : string
return string