XdsInput Constructor (XdsDtd) |
Initializes a new instance of the
XdsInput class
Namespace: DXMLBase.XdsAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic XdsInput(
XdsDtd ndsDtd
)
Public Sub New (
ndsDtd As XdsDtd
)
public:
XdsInput(
XdsDtd^ ndsDtd
)
new :
ndsDtd : XdsDtd -> XdsInput
Parameters
- ndsDtd
- Type: DXMLBase.XdsXdsDtd
The NdsDtd instance to use to create the document.
See Also