Method | Description | |
---|---|---|
WriteEndElement ( ) : void |
Closes one element and pops the corresponding namespace scope.
|
|
WriteStartElement ( string prefix, string localName, string ns ) : void |
Writes the specified start tag and associates it with the given namespace and prefix.
|
|
XHtmlXmlWriter ( Stream stream ) : System |
Initializes a new instance of the XHtmlXmlWriter class.
|
|
XHtmlXmlWriter ( Stream stream, |
Initializes a new instance of the XHtmlXmlWriter class.
|
|
XHtmlXmlWriter ( |
Initializes a new instance of the XHtmlXmlWriter class.
|
public WriteStartElement ( string prefix, string localName, string ns ) : void | ||
prefix | string | The namespace prefix of the element. |
localName | string | The local name of the element. |
ns | string | The namespace URI to associate with the element. If this namespace is /// already in scope and has an associated prefix then the writer automatically writes /// that prefix also. |
return | void |
public XHtmlXmlWriter ( Stream stream ) : System | ||
stream | Stream | The stream to write to. |
return | System |
public XHtmlXmlWriter ( Stream stream, |
||
stream | Stream | The stream to write to. |
settings | The |
|
return | System |
public XHtmlXmlWriter ( |
||
writer | The writer to write to. | |
return | System |