ContentNode
Description
- Derived from
-
DocumentNode abstract
ICollector<T> - Extended by
-
ListItemNode sealed
ListNode sealed
MemberDocNode sealed
ParagraphNode sealed
TextDocument sealed
TypeDocNode sealed
Abstract base class for nodes in a text document that contain a sequence of nodes as content.
Public / Methods
AcceptContent
2 overloads
Calls IDocumentNode.Accept on each content node.
- IOException
-
If an I/O error has occurred.
Calls IDocumentNode.Accept on each content node.
The user data object OBJ
for a content element at index n
is found as follows:
-
OBJ
is set tonull
. -
If
n
is equal to0
,OBJ
is set to userDataFirst in. -
If
OBJ
isnull
andn
is equal toN-1
,OBJ
is set to userDataLast in. -
If
OBJ
isnull
,OBJ
is set to userDataOther in.
where N
is the number of context elements.
- IOException
-
If an I/O error has occurred.