C# Class iTextSharp.text.xml.XmlDomWriter

Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Protected Properties

Свойство Type Description
fCanonical bool
fOut System.IO.TextWriter
fXML11 bool

Méthodes publiques

Méthode Description
SetCanonical ( bool canonical ) : void
SetOutput ( Stream stream, String encoding ) : void
SetOutput ( TextWriter writer ) : void
Write ( XmlNode node ) : void
XmlDomWriter ( ) : System
XmlDomWriter ( bool canonical ) : System

Méthodes protégées

Méthode Description
NormalizeAndPrint ( String s, bool isAttValue ) : void
NormalizeAndPrint ( char c, bool isAttValue ) : void
SortAttributes ( XmlAttributeCollection attrs ) : System.Xml.XmlAttribute[]

Method Details

NormalizeAndPrint() protected méthode

protected NormalizeAndPrint ( String s, bool isAttValue ) : void
s String
isAttValue bool
Résultat void

NormalizeAndPrint() protected méthode

protected NormalizeAndPrint ( char c, bool isAttValue ) : void
c char
isAttValue bool
Résultat void

SetCanonical() public méthode

public SetCanonical ( bool canonical ) : void
canonical bool
Résultat void

SetOutput() public méthode

public SetOutput ( Stream stream, String encoding ) : void
stream Stream
encoding String
Résultat void

SetOutput() public méthode

public SetOutput ( TextWriter writer ) : void
writer System.IO.TextWriter
Résultat void

SortAttributes() protected méthode

protected SortAttributes ( XmlAttributeCollection attrs ) : System.Xml.XmlAttribute[]
attrs System.Xml.XmlAttributeCollection
Résultat System.Xml.XmlAttribute[]

Write() public méthode

public Write ( XmlNode node ) : void
node System.Xml.XmlNode
Résultat void

XmlDomWriter() public méthode

public XmlDomWriter ( ) : System
Résultat System

XmlDomWriter() public méthode

public XmlDomWriter ( bool canonical ) : System
canonical bool
Résultat System

Property Details

fCanonical protected_oe property

protected bool fCanonical
Résultat bool

fOut protected_oe property

protected TextWriter,System.IO fOut
Résultat System.IO.TextWriter

fXML11 protected_oe property

protected bool fXML11
Résultat bool