Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
private static boolean | |
public static boolean | scanLinkDestination(Scanner scanner)
Attempt to scan a link destination, stopping after the destination or returning false. |
private static boolean | |
public static boolean | scanLinkLabelContent(Scanner scanner)
Attempt to scan the contents of a link label (inside the brackets), stopping after the content or returning false. |
public static boolean | |
public static boolean |
LinkScanner | back to summary |
---|---|
public LinkScanner() |
isEscapable | back to summary |
---|---|
private static boolean isEscapable(char c) |
scanLinkDestination | back to summary |
---|---|
public static boolean scanLinkDestination(Scanner scanner) Attempt to scan a link destination, stopping after the destination or returning false. |
scanLinkDestinationWithBalancedParens | back to summary |
---|---|
private static boolean scanLinkDestinationWithBalancedParens(Scanner scanner) |
scanLinkLabelContent | back to summary |
---|---|
public static boolean scanLinkLabelContent(Scanner scanner) Attempt to scan the contents of a link label (inside the brackets), stopping after the content or returning false.
The stopped position can bei either the closing |
scanLinkTitle | back to summary |
---|---|
public static boolean scanLinkTitle(Scanner scanner) |
scanLinkTitleContent | back to summary |
---|---|
public static boolean scanLinkTitleContent(Scanner scanner, char endDelimiter) |