API Reference
Class
HtmlLogicalDocument
Shared logical representation of parsed HTML before adapter-specific conversion.
Inheritance
- Object
- HtmlLogicalDocument
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
- Method HtmlRoundTripScorer.Compare
- Method HtmlRoundTripScorer.Compare
Methods
public Int32 Count(HtmlLogicalNodeKind kind) #Returns:
Int32Returns the number of nodes for a normalized kind.
Parameters
- kind OfficeIMO.Html.HtmlLogicalNodeKind
public IReadOnlyDictionary<HtmlLogicalNodeKind, Int32> GetCounts() #Returns:
IReadOnlyDictionary<HtmlLogicalNodeKind, Int32>Returns a snapshot of node counts by kind.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object