Function DOMImplementation.Node.isSupported

Implementation of std.experimental.xml.dom.Node.isSupported.

Only recognizes features "Core"and "XML" with versions "1.0", "2.0" or "3.0".

Prototype

bool isSupported(
  string feature,
  string version_
);

Authors

Lodovico Giaretta

Copyright

Copyright Lodovico Giaretta 2016 --

License

Boost License 1.0.