Element.attr - multiple declarations

Function Element.attr

get attribute by index

Prototype

override Attribute attr(
  int index
);

Function Element.attr

get attribute by namespace and attribute ids

Prototype

override Attribute attr(
  short nsid,
  short attrid
);

Function Element.attr

get attribute by namespace and attribute names

Prototype

override Attribute attr(
  string nsname,
  string attrname
);

Function Element.attr

get attribute by index

Prototype

override Attribute attr(
  int index
);

Function Element.attr

get attribute by namespace and attribute ids

Prototype

override Attribute attr(
  short nsid,
  short attrid
);

Function Element.attr

get attribute by namespace and attribute names

Prototype

override Attribute attr(
  string nsname,
  string attrname
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2015

License

Boost License 1.0