C# Class Rhino.Xmlimpl.XMLName

Inheritance: Rhino.Ref
Show file Open project: hazzik/Rhino.Net Class Usage Examples

Public Methods

Method Description
Delete ( Context cx ) : bool
Get ( Context cx ) : object
Has ( Context cx ) : bool
Set ( Context cx, object value ) : object
ToString ( ) : string

Private Methods

Method Description
Accept ( object nameObj ) : bool
AddAttributes ( XMLList rv, XML target ) : void
AddDescendantAttributes ( XMLList list, XML target ) : void
AddDescendantChildren ( XMLList list, XML target ) : void
AddDescendants ( XMLList rv, XML target ) : void
AddMatches ( XMLList rv, XML target ) : void
AddMatchingAttributes ( XMLList list, XML target ) : void
Create ( Rhino qname ) : XMLName
Create ( Rhino qname, bool attribute, bool descendants ) : XMLName
Create ( string defaultNamespaceUri, string name ) : XMLName

TODO: marked deprecated by original implementor

FormProperty ( Rhino @namespace, string localName ) : XMLName
FormProperty ( string uri, string localName ) : XMLName

TODO: marked deprecated by original author

FormStar ( ) : XMLName
GetMyValueOn ( XML target ) : XMLList
InitXMLObject ( XMLObjectImpl xmlObject ) : void
IsAttributeName ( ) : bool
IsDescendants ( ) : bool
IsNCNameChar ( int c ) : bool
IsNCNameStartChar ( int c ) : bool
LocalName ( ) : string
MatchDescendantAttributes ( XMLList rv, XML target ) : XMLList
MatchDescendantChildren ( XMLList rv, XML target ) : XMLList
Matches ( XML node ) : bool
MatchesElement ( Rhino qname ) : bool
MatchesLocalName ( string localName ) : bool
SetAttributeName ( ) : void
SetIsDescendants ( ) : void
SetMyValueOn ( XML target, object value ) : void
ToQname ( ) : Rhino.Xmlimpl.XmlNode.QName
Uri ( ) : string
XMLName ( ) : System

Method Details

Delete() public method

public Delete ( Context cx ) : bool
cx Rhino.Context
return bool

Get() public method

public Get ( Context cx ) : object
cx Rhino.Context
return object

Has() public method

public Has ( Context cx ) : bool
cx Rhino.Context
return bool

Set() public method

public Set ( Context cx, object value ) : object
cx Rhino.Context
value object
return object

ToString() public method

public ToString ( ) : string
return string