C# 클래스 CsQuery.Output.FormatDefault.NodeStackElement

An element that captures the state of a element on the output stack.
파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 프로퍼티들

프로퍼티 타입 설명
Element IDomObject
IsClose bool
IsRaw bool

공개 메소드들

메소드 설명
NodeStackElement ( IDomObject element, bool isRaw, bool isClose ) : System

Constructor.

메소드 상세

NodeStackElement() 공개 메소드

Constructor.
public NodeStackElement ( IDomObject element, bool isRaw, bool isClose ) : System
element IDomObject /// The element. ///
isRaw bool /// true if this object is raw. ///
isClose bool /// true if this object is close. ///
리턴 System

프로퍼티 상세

Element 공개적으로 프로퍼티

The element.
public IDomObject Element
리턴 IDomObject

IsClose 공개적으로 프로퍼티

The is a closing tag only.
public bool IsClose
리턴 bool

IsRaw 공개적으로 프로퍼티

The text node should be output as raw (un-encoded) text.
public bool IsRaw
리턴 bool