Click or drag to resize

Element Methods

The Element type exposes the following members.

Methods
  NameDescription
Public methodAccept
Method is a part of the visitor pattern implementation.
(Inherited from Element.)
Public methodAppendChild
Adds another pair as a child. If pair has "pair assignment" := then the method initializes property PairValue.
(Overrides ElementAppendChild(Pair).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetNameAndNs
Splits full name on namespace prefix and name.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasValue
If true then the pair has either literal value or pair value.
(Inherited from Pair.)
Public methodInitializeParent
This method is called when the pair is added as child to another pair.
(Overrides PairInitializeParent(Pair).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOverrideNsPrefix
Overrides namespace prefix of the node.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also