Node.attrValue - multiple declarations

Function Node.attrValue

get attribute value by namespace and attribute ids

Prototypes

string attrValue(
  short nsid,
  short attrid
);

string attrValue(
  string nsname,
  string attrname
);

Function Node.attrValue

get attribute value by namespace and attribute ids

Prototypes

string attrValue(
  short nsid,
  short attrid
);

string attrValue(
  string nsname,
  string attrname
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2015

License

Boost License 1.0