Node.hasAttr - multiple declarations

Function Node.hasAttr

returns true if node has attribute with specified name

Prototype

bool hasAttr(
  string attrname
);

Function Node.hasAttr

returns true if node has attribute with specified id

Prototype

bool hasAttr(
  short attrid
);

Function Node.hasAttr

returns true if node has attribute with specified name

Prototype

bool hasAttr(
  string attrname
);

Function Node.hasAttr

returns true if node has attribute with specified id

Prototype

bool hasAttr(
  short attrid
);

Function Node.hasAttr

returns true if node has attribute with specified name

Prototype

bool hasAttr(
  string attrname
);

Function Node.hasAttr

returns true if node has attribute with specified id

Prototype

bool hasAttr(
  short attrid
);

Function Node.hasAttr

returns true if node has attribute with specified name

Prototype

bool hasAttr(
  string attrname
);

Function Node.hasAttr

returns true if node has attribute with specified id

Prototype

bool hasAttr(
  short attrid
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2015

License

Boost License 1.0