mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-14 16:40:30 +00:00
prepare for parsing of 'dirnr' attribute
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@672 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
bb7ce58ca2
commit
4893baeee3
1 changed files with 1 additions and 0 deletions
|
@ -424,6 +424,7 @@ public abstract class AbstractHafasProvider implements NetworkProvider
|
|||
+ "(?:platform\\s*=\"([^\"]*)\"\\s*)?" // position
|
||||
+ "(?:targetLoc\\s*=\"([^\"]*)\"\\s*)?" // destination
|
||||
+ "(?:hafasname\\s*=\"([^\"]*)\"\\s*)?" // line
|
||||
+ "(?:dirnr\\s*=\"\\d+\"\\s*)?" // (destination id)
|
||||
+ "prod\\s*=\"([^\"]*)\"\\s*" // line
|
||||
+ "(?:class\\s*=\"([^\"]*)\"\\s*)?" // class
|
||||
+ "(?:dir\\s*=\"([^\"]*)\"\\s*)?" // destination
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue