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