Class CompositeNodeBase

CompositeNodeBase class

다른 노드를 포함할 수 있는 노드에 대한 비제네릭 클래스입니다.

public abstract class CompositeNodeBase : Node, ICompositeNode

속성

이름설명
Document { get; }노드의 문서를 가져옵니다.
virtual IsComposite { get; }이 노드가 복합인지 여부를 나타내는 값을 가져옵니다. true인 경우 노드에 하위 노드가 있을 수 있습니다.
NextSibling { get; }동일한 노드 트리 수준에서 다음 노드를 가져옵니다.
NodeType { get; }노드 유형을 가져옵니다.
ParentNode { get; }상위 노드를 가져옵니다.
PreviousSibling { get; }동일한 노드 트리 수준에서 이전 노드를 가져옵니다.

행동 양식

이름설명
abstract Accept(DocumentVisitor)노드의 방문자를 수락합니다.
abstract GetChildNodes<T1>()노드 유형별로 모든 하위 노드를 가져옵니다.

또한보십시오