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:
-
OBJis set tonull. -
If
nis equal to0,OBJis set to userDataFirst in. -
If
OBJisnullandnis equal toN-1,OBJis set to userDataLast in. -
If
OBJisnull,OBJis set to userDataOther in.
where N is the number of context elements.
- IOException
-
If an I/O error has occurred.