C# Class ReasonCodeExample.XPathInformation.Writers.XmlStructureWriter

Inheritance: IWriter
ファイルを表示 Open project: uli-weltersbach/XPathInformation Class Usage Examples

Public Methods

Method Description
Write ( XObject xml ) : string

Private Methods

Method Description
CopyAncestorsAndDescendantsOf ( System.Xml.Linq.XDocument document, System.Xml.Linq.XElement element ) : System.Xml.Linq.XDocument
GetElementsToKeep ( System.Xml.Linq.XDocument copyDocument, string xpath ) : IList
RemoveComments ( System.Xml.Linq.XDocument document ) : void

Method Details

Write() public method

public Write ( XObject xml ) : string
xml XObject
return string