Document.createElement - multiple declarations

Function Document.createElement

create element node by namespace and tag ids

Prototype

Element createElement(
  short ns,
  int tag
);

Function Document.createElement

create element node by namespace and tag names

Prototype

Element createElement(
  string ns,
  string tag
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2015

License

Boost License 1.0