Home
last modified time | relevance | path

Searched refs:lxmlAttribute (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/include/
H A Dlvtinydom.h721 struct lxmlAttribute;
961 const lxmlAttribute * getAttribute( lUInt32 ) const;
1398 struct lxmlAttribute struct
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvtinydom.cpp1973lxmlAttribute * attr( int index ) { return (lxmlAttribute *)&(((lUInt16 *)(children + childCount))… in attr()
1978 lxmlAttribute * attr = (lxmlAttribute *)(&a[i*4]); in getAttrValueId()
1985 lxmlAttribute * findAttr( lUInt16 ns, lUInt16 id ) in findAttr()
1989 lxmlAttribute * attr = (lxmlAttribute *)(&a[i*4]); in findAttr()
3395 lxmlAttribute * _list;
3450 void add( const lxmlAttribute * v ) in add()
3715 const lxmlAttribute * attr = node->getAttribute(i); in writeNode()
4201 const lxmlAttribute * attr = node->getAttribute(i); in writeNodeEx()
16317 const lxmlAttribute * attr = getAttribute( index ); in getAttributeName()
16334 lxmlAttribute * attr = me->findAttr( nsid, id ); in setAttributeValue()
[all …]