DOMChunk
Used primarily with a DOMTemplate, a DOMChunk allows you to create a collection of DOM elements that are like mini DOMTemplates.
Constructors
|
Constructor
|
Initializes a new instance of the DOMChunk class.
|
Methods
|
Begin
|
Begins a chunk iteration.
|
|
End
|
Ends a chunk iteration.
|
|
Render
|
Renders all nodes into the document created in each chunk iteration.
|
|
Root
|
Provides access to the root node of the DOMChunk.
|
Properties
|
All
|
Stores a collection of nodes. |
|
Blank
|
Gets or sets the node used to clone in this instance. |
|
Current
|
Gets or sets the current node in this instance. |
|
Original
|
Gets or sets the original node in this instance. |
|