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
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
( |
Protected methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
Details
Constructors
XmlDomWriter [1/2]
Source code
public XmlDomWriter()
XmlDomWriter [2/2]
Source code
public XmlDomWriter(bool canonical)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
canonical |
Methods
SetCanonical
Source code
public virtual void SetCanonical(bool canonical)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
canonical |
SetOutput [1/2]
Source code
public virtual void SetOutput(Stream stream, string encoding)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
stream |
|
|
|
encoding |
SetOutput [2/2]
Source code
public virtual void SetOutput(TextWriter writer)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
writer |
Write
Source code
public virtual void Write(XmlNode node)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
node |
SortAttributes
Source code
protected virtual XmlAttribute SortAttributes(XmlAttributeCollection attrs)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
attrs |
NormalizeAndPrint [1/2]
Source code
protected virtual void NormalizeAndPrint(string s, bool isAttValue)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
s |
|
|
|
isAttValue |
NormalizeAndPrint [2/2]
Source code
protected virtual void NormalizeAndPrint(char c, bool isAttValue)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
c |
|
|
|
isAttValue |
Generated with ModularDoc