View source code Display the source code in std/xml.d from which this page was generated on github. Improve this page Quickly fork, edit online, and submit a pull request for this page. Requires a signed-in GitHub account. This works well for small changes. If you'd like to make larger changes you may want to consider using local clone. Page wiki View or edit the community-maintained wiki page associated with this page.

Class std.xml.Item

Abstract base class for XML items

Inherits from

Properties

Name Type Description
isEmptyXML [get] bool Returns true if the item represents empty XML text

Methods

Name Description
opCmp Compares with another Item of same type
opEquals Compares with another Item of same type for equality
pretty Returns an indented string representation of this item
toHash Returns the hash of this item
toString Returns a string representation of this item
factory Create instance of class specified by the fully qualified name classname. The class must either have no constructors or have a default constructor.
toHash Compute hash function for Object.
toString Convert Object to a human readable string.

Authors

Janice Caron

License

Boost License 1.0.

Comments