C# Class XmlTransformer.XmlAttributePreservationDict

Exibir arquivo Open project: micahlmartin/XmlTransformer Class Usage Examples

Private Properties

Property Type Description
ComputeAttributeNewLineString string
ComputeOneAttributePerLine bool
ContainsNewLine bool
EnsureAttributeNewLineString void
LookAheadForNewLineString string
ReadPreservationInfo void
UpdatePreservationInfo void
WritePreservedAttributes void

Public Methods

Method Description
GetAttributeNewLineString ( XmlFormatter formatter ) : string

Private Methods

Method Description
ComputeAttributeNewLineString ( XmlFormatter formatter ) : string
ComputeOneAttributePerLine ( ) : bool
ContainsNewLine ( string space ) : bool
EnsureAttributeNewLineString ( XmlFormatter formatter ) : void
LookAheadForNewLineString ( ) : string
ReadPreservationInfo ( string elementStartTag ) : void
UpdatePreservationInfo ( XmlAttributeCollection updatedAttributes, XmlFormatter formatter ) : void
WritePreservedAttributes ( XmlAttributePreservingWriter writer, XmlAttributeCollection attributes ) : void

Method Details

GetAttributeNewLineString() public method

public GetAttributeNewLineString ( XmlFormatter formatter ) : string
formatter XmlFormatter
return string