C# Class CsQuery.Output.FormatDefault.NodeStackElement

An element that captures the state of a element on the output stack.
Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Свойство Type Description
Element IDomObject
IsClose bool
IsRaw bool

Méthodes publiques

Méthode Description
NodeStackElement ( IDomObject element, bool isRaw, bool isClose ) : System

Constructor.

Method Details

NodeStackElement() public méthode

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. ///
Résultat System

Property Details

Element public_oe property

The element.
public IDomObject Element
Résultat IDomObject

IsClose public_oe property

The is a closing tag only.
public bool IsClose
Résultat bool

IsRaw public_oe property

The text node should be output as raw (un-encoded) text.
public bool IsRaw
Résultat bool