XmlDomWriter Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.xml
iTextSharp.text.xml.XmlDomWriter[[XmlDomWriter]]
end
Members
Methods
Public methods
Protected methods
Details
Constructors
XmlDomWriter [1/2]
Source code
public XmlDomWriter()
XmlDomWriter [2/2]
Source code
public XmlDomWriter(bool canonical)
Arguments
Type | Name | Description |
---|
bool | canonical | |
Methods
SetCanonical
Source code
public virtual void SetCanonical(bool canonical)
Arguments
Type | Name | Description |
---|
bool | canonical | |
SetOutput [1/2]
Source code
public virtual void SetOutput(Stream stream, string encoding)
Arguments
Type | Name | Description |
---|
Stream | stream | |
string | encoding | |
SetOutput [2/2]
Source code
public virtual void SetOutput(TextWriter writer)
Arguments
Type | Name | Description |
---|
TextWriter | writer | |
Write
Source code
public virtual void Write(XmlNode node)
Arguments
Type | Name | Description |
---|
XmlNode | node | |
SortAttributes
Source code
protected virtual XmlAttribute SortAttributes(XmlAttributeCollection attrs)
Arguments
Type | Name | Description |
---|
XmlAttributeCollection | attrs | |
NormalizeAndPrint [1/2]
Source code
protected virtual void NormalizeAndPrint(string s, bool isAttValue)
Arguments
Type | Name | Description |
---|
string | s | |
bool | isAttValue | |
NormalizeAndPrint [2/2]
Source code
protected virtual void NormalizeAndPrint(char c, bool isAttValue)
Arguments
Type | Name | Description |
---|
char | c | |
bool | isAttValue | |
Generated with ModularDoc