Node.appendElement - multiple declarations

Function Node.appendElement

append element child - by namespace and tag ids

Prototype

Node appendElement(
  short ns,
  int tag,
  int index = -1
);

Function Node.appendElement

append element child - by namespace and tag names

Prototype

Node appendElement(
  string ns,
  string tag,
  int index = -1
);

Function Node.appendElement

append element child - by namespace and tag names

Prototype

Node appendElement(
  string ns,
  string tag,
  int index = -1
);

Function Node.appendElement

append element child - by namespace and tag ids

Prototype

Node appendElement(
  short ns,
  int tag,
  int index = -1
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2015

License

Boost License 1.0