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