mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 16:59:51 +00:00
Dubai
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@374 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
7433984989
commit
320ff6f724
5 changed files with 221 additions and 23 deletions
|
@ -99,7 +99,7 @@ public final class XmlPullUtil
|
|||
|
||||
public static String attr(final XmlPullParser pp, final String attrName)
|
||||
{
|
||||
return pp.getAttributeValue(null, attrName);
|
||||
return pp.getAttributeValue(null, attrName).trim();
|
||||
}
|
||||
|
||||
public static int intAttr(final XmlPullParser pp, final String attrName)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue