NBParsers XMLNSC MethodsIBM Integration Bus
The NBParsers XMLNSC type exposes the following members.
Methods

  NameDescription
Public methodStatic memberCreateDoubleNamespaceDeclaration
The CreateDoubleNamespaceDeclaration method creates a double namespace declaration element from the specified target, prefix and space.
Public methodStatic memberCreateSingleNamespaceDeclaration
The CreateSingleNamespaceDeclaration method creates a single namespace declaration element from the specified target, prefix and space.
Public methodStatic memberCreateXmlDeclaration(NBElement)
The CreateXmlDeclaration method creates a default XML declaration element from the specified target.
Public methodStatic memberCreateXmlDeclaration(NBElement, String, String, String)
The CreateXmlDeclaration method creates an XML declaration element from the specified target, version, encoding and standalone.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
See Also