public class ProcUrl extends AbstractUrl
ghost| Constructor and Description |
|---|
ProcUrl(String name,
boolean ghost,
boolean local,
boolean schemaless)
Create a named URL variable
|
| Modifier and Type | Method and Description |
|---|---|
int |
findIn(Source source)
Find constant
|
String |
toString() |
calcEnd, isNextIn, parse, parseRegexgetName, setAttributepublic ProcUrl(String name, boolean ghost, boolean local, boolean schemaless)
name - variable nameghost - don't move the cursor after parsinglocal - Parse local URLs alsoschemaless - Parse only schemaless URLpublic int findIn(Source source)
findIn in interface ProcPatternElementfindIn in class AbstractUrlsource - text sourceCopyright © 2016. All rights reserved.