C# Class Concordion.Internal.Listener.DocumentStructureImprover

Inheritance: IDocumentParsingListener
Afficher le fichier Open project: concordion/concordion-net Class Usage Examples

Méthodes publiques

Méthode Description
BeforeParsing ( System.Xml.Linq.XDocument document ) : void

Private Methods

Méthode 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 méthode

public BeforeParsing ( System.Xml.Linq.XDocument document ) : void
document System.Xml.Linq.XDocument
Résultat void