mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-28 22:23:21 +01:00
parent
7bbcab1568
commit
999bb24190
1 changed files with 2 additions and 2 deletions
|
@ -291,11 +291,11 @@ public:
|
||||||
|
|
||||||
int max = atts.getLength();
|
int max = atts.getLength();
|
||||||
for(int i = 0; i < max; ++i)
|
for(int i = 0; i < max; ++i)
|
||||||
attributes_.push_back(atts.getURI(i),
|
attributes_.push_back(Attr(atts.getURI(i),
|
||||||
atts.getLocalName(i),
|
atts.getLocalName(i),
|
||||||
atts.getQName(i),
|
atts.getQName(i),
|
||||||
atts.getType(i),
|
atts.getType(i),
|
||||||
atts.getValue(i));
|
atts.getValue(i)));
|
||||||
} // setAttributes
|
} // setAttributes
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue