git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193506
13f79535-47bb-0310-9956-
ffa450edef68
level++;
int length = attlist.getLength();
for (int i = 0; i < length; i++) {
- String att = attlist.getRawName(i);
+ String att = attlist.getQName(i);
if (att.equals("xmlns")) {
namespaceStack.push( new NSMap("",
attlist.getValue(i),
Hashtable table;
table = (Hashtable)elementTable.get(elementName);
for (int i = 0; i < attributes.getLength(); i++) {
- String attributeName = attributes.getRawName(i);
+ String attributeName = attributes.getQName(i);
Property.Maker propertyMaker = null;
if(sptable != null) {
propertyMaker = (Property.Maker)sptable.get(attributeName);
level++;
int length = attlist.getLength();
for (int i = 0; i < length; i++) {
- String att = attlist.getRawName(i);
+ String att = attlist.getQName(i);
if (att.equals("xmlns")) {
namespaceStack.push( new NSMap("",
attlist.getValue(i),