Méthode |
Description |
|
AddMatches ( Rhino rv, XMLName name ) : void |
|
|
AddToList ( object toAdd ) : void |
|
|
ApplyOrCall ( bool isApply, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object |
|
|
Child ( XMLName xmlName ) : XMLList |
|
|
Child ( int index ) : XMLList |
|
|
Children ( ) : XMLList |
|
|
Comments ( ) : XMLList |
|
|
Contains ( object xml ) : bool |
|
|
Copy ( ) : XMLObjectImpl |
|
|
DeleteXMLProperty ( XMLName name ) : void |
|
|
Elements ( XMLName name ) : XMLList |
|
|
EquivalentXml ( object target ) : bool |
|
|
GetNodeList ( ) : Rhino.Xmlimpl.XmlNode.InternalList |
|
|
GetPropertyList ( XMLName name ) : XMLList |
|
|
GetXML ( ) : XML |
|
|
GetXML ( Rhino _annos, int index ) : XML |
|
|
GetXMLProperty ( XMLName name ) : object |
|
|
GetXmlFromAnnotation ( int index ) : XML |
|
|
HasComplexContent ( ) : bool |
|
|
HasOwnProperty ( XMLName xmlName ) : bool |
|
|
HasSimpleContent ( ) : bool |
|
|
HasXMLProperty ( XMLName xmlName ) : bool |
|
|
Insert ( int index, XML xml ) : void |
|
|
InternalRemoveFromList ( int index ) : void |
|
|
Item ( int index ) : XML |
|
|
Length ( ) : int |
|
|
Normalize ( ) : void |
|
|
Parent ( ) : object |
If list is empty, return undefined, if elements have different parents return undefined, If they all have the same parent, return that parent |
|
ProcessingInstructions ( XMLName xmlName ) : XMLList |
|
|
PropertyIsEnumerable ( object name ) : bool |
|
|
PutXMLProperty ( XMLName xmlName, object value ) : void |
|
|
Remove ( ) : void |
|
|
Replace ( int index, XML xml ) : void |
|
|
ReplaceNode ( XML xml, XML with ) : void |
|
|
SetAttribute ( XMLName xmlName, object value ) : void |
|
|
SetTargets ( XMLObjectImpl @object, Rhino property ) : void |
|
|
Text ( ) : XMLList |
|
|
ToSource ( int indent ) : string |
|
|
ToXMLString ( ) : string |
|
|
ValueOf ( ) : object |
|
|
XMLList ( XMLLibImpl lib, Scriptable scope, XMLObject prototype ) : System.Collections.Generic |
|
|