Метод |
Описание |
|
AddMatchingChildren ( XMLList result, Rhino filter ) : void |
|
|
AddNamespaces ( Rhino rv, XmlElement element ) : void |
|
|
Copy ( ) : XmlNode |
|
|
Copy ( Rhino other ) : XmlNode |
|
|
CreateElement ( XmlProcessor processor, string namespaceUri, string xml ) : XmlNode |
|
|
CreateElementFromNode ( System node ) : XmlNode |
|
|
CreateEmpty ( XmlProcessor processor ) : XmlNode |
|
|
CreateImpl ( System node ) : XmlNode |
|
|
CreateText ( XmlProcessor processor, string value ) : XmlNode |
|
|
Debug ( ) : string |
|
|
DeclareNamespace ( XmlElement e, string prefix, string uri ) : void |
|
|
DeclareNamespace ( string prefix, string uri ) : void |
|
|
DeleteMe ( ) : void |
|
|
EcmaToXMLString ( XmlProcessor processor ) : string |
|
|
EcmaValue ( ) : string |
|
|
GetAllNamespaces ( ) : Rhino.Xmlimpl.XmlNode.Namespaces |
|
|
GetAttributeValue ( ) : string |
|
|
GetAttributes ( ) : Rhino.Xmlimpl.XmlNode[] |
|
|
GetChild ( int index ) : XmlNode |
|
|
GetChildCount ( ) : int |
|
|
GetChildIndex ( ) : int |
|
|
GetDefaultNamespace ( ) : Rhino.Xmlimpl.XmlNode.Namespace |
|
|
GetExistingPrefixFor ( Rhino @namespace ) : string |
|
|
GetInScopeNamespaces ( ) : Rhino.Xmlimpl.XmlNode.Namespace[] |
|
|
GetMatchingChildren ( Rhino filter ) : Rhino.Xmlimpl.XmlNode[] |
|
|
GetNamespace ( ) : Rhino.Xmlimpl.XmlNode.Namespace |
|
|
GetNamespaceDeclaration ( ) : Rhino.Xmlimpl.XmlNode.Namespace |
|
|
GetNamespaceDeclaration ( string prefix ) : Rhino.Xmlimpl.XmlNode.Namespace |
|
|
GetNamespaceDeclarations ( ) : Rhino.Xmlimpl.XmlNode.Namespace[] |
|
|
GetNodeNamespace ( ) : Rhino.Xmlimpl.XmlNode.Namespace |
|
|
GetQname ( ) : Rhino.Xmlimpl.XmlNode.QName |
|
|
GetUserData ( System node ) : XmlNode |
|
|
GetXml ( ) : XML |
|
|
HasChildElement ( ) : bool |
|
|
InsertChildAt ( int index, Rhino node ) : void |
|
|
InsertChildrenAt ( int index, Rhino nodes ) : void |
|
|
InvalidateNamespacePrefix ( ) : void |
|
|
IsAttributeType ( ) : bool |
|
|
IsCommentType ( ) : bool |
|
|
IsElementType ( ) : bool |
|
|
IsParentType ( ) : bool |
|
|
IsProcessingInstructionType ( ) : bool |
|
|
IsSameNode ( Rhino other ) : bool |
|
|
IsTextType ( ) : bool |
|
|
NewElementWithText ( XmlProcessor processor, Rhino reference, Rhino qname, string value ) : XmlNode |
|
|
Normalize ( ) : void |
|
|
Parent ( ) : XmlNode |
|
|
RemoveChild ( int index ) : void |
|
|
RemoveNamespace ( Rhino @namespace ) : void |
|
|
RenameNode ( Rhino qname ) : void |
|
|
ReplaceWith ( Rhino other ) : void |
|
|
SetAttribute ( Rhino name, string value ) : void |
|
|
SetLocalName ( string localName ) : void |
|
|
SetProcessingInstructionName ( string localName ) : void |
|
|
SetUserData ( System node, Rhino wrap ) : void |
|
|
SetXml ( XML xml ) : void |
|
|
ToDomNode ( ) : XmlNode |
|
|
ToUri ( string ns ) : string |
|
|
ToXmlString ( XmlProcessor processor ) : string |
|
|
XmlNode ( ) : System |
|
|