Package | Description |
---|---|
it.unimi.dsi.lang | |
it.unimi.dsi.parser |
Modifier and Type | Method and Description |
---|---|
int |
MutableString.indexOf(TextPattern pattern)
Returns the index of the first occurrence of the specified text pattern, starting at the specified index.
|
int |
MutableString.indexOf(TextPattern pattern,
int from)
Returns the index of the first occurrence of the
specified text pattern, starting at the specified index.
|
Modifier and Type | Field and Description |
---|---|
protected static TextPattern |
BulletParser.CLOSED_CDATA
Closed section (conditional, CDATA, etc.).
|
protected static TextPattern |
BulletParser.CLOSED_COMMENT
Closed comment.
|
protected static TextPattern |
BulletParser.CLOSED_PERCENT
Closed ASP or similar tag.
|
protected static TextPattern |
BulletParser.CLOSED_PIC
Closed processing instruction.
|
protected static TextPattern |
BulletParser.CLOSED_SECTION
Closed section (conditional, etc.).
|
protected static TextPattern |
BulletParser.SCRIPT_CLOSE_TAG_PATTERN
Closing tag for a script element.
|
protected static TextPattern |
BulletParser.STYLE_CLOSE_TAG_PATTERN
Closing tag for a style element.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.