public class TagName extends Token
| Modifier and Type | Field and Description |
|---|---|
protected String |
prefix |
protected String |
suffix |
| Constructor and Description |
|---|
TagName() |
TagName(String id,
String source,
int b,
int l) |
TagName(String id,
String source,
int b,
int l,
String prefix,
String suffix) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalName() |
String |
getPrefix() |
String |
getSuffix() |
Copyright © 2018. All rights reserved.