Node.attr - multiple declarations

Function Node.attr

get attribute by namespace and attribute names

Prototype

Attribute attr(
  string nsname,
  string attrname
);

Function Node.attr

get attribute by namespace and attribute ids

Prototype

Attribute attr(
  short nsid,
  short attrid
);

Function Node.attr

get attribute by index

Prototype

Attribute attr(
  int index
);

Function Node.attr

get attribute by index

Prototype

Attribute attr(
  int index
);

Function Node.attr

get attribute by namespace and attribute ids

Prototype

Attribute attr(
  short nsid,
  short attrid
);

Function Node.attr

get attribute by namespace and attribute names

Prototype

Attribute attr(
  string nsname,
  string attrname
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2015

License

Boost License 1.0