Node.childElement - multiple declarations

Function Node.childElement

returns child node by index and optionally compares its tag id, returns null if child with this index is not an element or id does not match

Prototype

Element childElement(
  int index,
  int id = 0
);

Function Node.childElement

returns child node by index and optionally compares its tag id, returns null if child with this index is not an element or id does not match

Prototype

Element childElement(
  int index,
  int id = 0
);

Function Node.childElement

returns child node by index and optionally compares its tag id, returns null if child with this index is not an element or id does not match

Prototype

Element childElement(
  int index,
  int id = 0
);

Function Node.childElement

returns child node by index and optionally compares its tag id, returns null if child with this index is not an element or id does not match

Prototype

Element childElement(
  int index,
  int id = 0
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2015

License

Boost License 1.0