Table of Contents

Class CssPageTypeSelectorItem

Namespace
iText.StyledXmlParser.Css.Selector.Item
Assembly
itext.styledxmlparser.dll

ICssSelectorItem implementation for page type selectors.

public class CssPageTypeSelectorItem : ICssSelectorItem
Inheritance
CssPageTypeSelectorItem
Implements
Inherited Members

Constructors

CssPageTypeSelectorItem(string)

Creates a new CssPageTypeSelectorItem instance.

public CssPageTypeSelectorItem(string pageTypeName)

Parameters

pageTypeName string

the page type name

Methods

GetSpecificity()

public virtual int GetSpecificity()

Returns

int

Matches(INode)

public virtual bool Matches(INode node)

Parameters

node INode

Returns

bool