DOMUnknown

From Virtual World Web Wiki
Jump to: navigation, search

Represents an unrecognized node. When serialized DOM data contains an unrecognized node type, one of these wrappers is created to preserve it through the serialization system.

Remarks [edit]

Properties

string NodeType {get; set;}
A property that holds the original serialized name of the node type that was unrecognized

Constructors

DOMUnknown()
Constructs a new DOMUnknown with default settings