C# Class Concordion.Internal.Listener.DocumentStructureImprover

Inheritance: IDocumentParsingListener
显示文件 Open project: concordion/concordion-net Class Usage Examples

Public Methods

Method Description
BeforeParsing ( System.Xml.Linq.XDocument document ) : void

Private Methods

Method Description
CopyNodesBeforeBodyIntoHead ( System.Xml.Linq.XElement html, System.Xml.Linq.XElement head ) : void
HasHeadSection ( System.Xml.Linq.XElement html ) : bool
NodesBeforeBody ( System.Xml.Linq.XElement html ) : IEnumerable
isBodySection ( System.Xml.Linq.XElement child ) : bool

Method Details

BeforeParsing() public method

public BeforeParsing ( System.Xml.Linq.XDocument document ) : void
document System.Xml.Linq.XDocument
return void