Element.attrValue - multiple declarations

Function Element.attrValue

get attribute value by namespace and attribute ids

Prototypes

override string attrValue(
  short nsid,
  short attrid
);

override string attrValue(
  string nsname,
  string attrname
);

Function Element.attrValue

get attribute value by namespace and attribute ids

Prototypes

override string attrValue(
  short nsid,
  short attrid
);

override string attrValue(
  string nsname,
  string attrname
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2015

License

Boost License 1.0