AJE Components
XMLFormatter MembersAJE Data Report Engine Help

The XMLFormatter type exposes the following members.
Constructors

  NameDescription
Public methodXMLFormatter
Initializes a new instance of the XMLFormatter class
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodStatic memberFormat(String)
Formats the specified XML.
Public methodStatic memberFormat(XmlDocument)
Formats the specified XML.
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 methodStatic memberHasRootTags
Public methodStatic memberIndent(String, Boolean )
Indents the specified XML.
Public methodStatic memberIndent(XmlDocument, Boolean )
Indents the specified XML.
Public methodStatic memberIsValidXmlString
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodStatic memberRemoveAllNamespaces
Removes the Xml Namespace from the specified XElement.
Public methodStatic memberRemoveAllTags
Public methodStatic memberRemoveFirstNode
Public methodStatic memberRemoveInvalidXmlChars
Public methodStatic memberRemoveRootTags
Public methodStatic memberRemoveXMLAttributes(String)
Public methodStatic memberRemoveXMLAttributes(XDocument)
Public methodStatic memberRemoveXMLDeclaration(String)
Removes the Xml Declaration from the specified XML.
Public methodStatic memberRemoveXMLDeclaration(XmlDocument)
Removes the Xml Declaration from the specified XML.
Public methodStatic memberRemoveXMLNamespace
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
See Also