mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 17:09:51 +00:00
AbstractEfaProvider: Manually skip a few XML tags in processPublicLeg().
This commit is contained in:
parent
20846bdc73
commit
280cea1f7a
1 changed files with 3 additions and 0 deletions
|
@ -2637,6 +2637,9 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider {
|
||||||
if (XmlPullUtil.test(pp, "itdPathCoordinates"))
|
if (XmlPullUtil.test(pp, "itdPathCoordinates"))
|
||||||
path = processItdPathCoordinates(pp);
|
path = processItdPathCoordinates(pp);
|
||||||
|
|
||||||
|
XmlPullUtil.optSkip(pp, "itdITPathDescription");
|
||||||
|
XmlPullUtil.optSkip(pp, "itdInterchangePathCoordinates");
|
||||||
|
|
||||||
boolean wheelChairAccess = false;
|
boolean wheelChairAccess = false;
|
||||||
if (XmlPullUtil.optEnter(pp, "genAttrList")) {
|
if (XmlPullUtil.optEnter(pp, "genAttrList")) {
|
||||||
while (XmlPullUtil.optEnter(pp, "genAttrElem")) {
|
while (XmlPullUtil.optEnter(pp, "genAttrElem")) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue