public class SGMLStringOperation extends Object
| Constructor and Description |
|---|
SGMLStringOperation() |
| Modifier and Type | Method and Description |
|---|---|
static ArrayList |
locateAllAttributes(String tagName,
String string)
Returns a list of hashmaps from attribute names to values.
|
static String |
locateAndConcatFields(String tagName,
String string) |
static HashMap |
locateAttributes(String tagName,
String string)
Returns a hashmap from attribute names to values.
|
static String |
locateField(String tagName,
String string) |
static String |
locateField(String startTag,
String endTag,
String string) |
static ArrayList |
locateFields(String tagName,
String string) |
static ArrayList |
locateFields(String startTag,
String endTag,
String string) |
static String |
removeSGMLTags(String sgmlString) |
public static HashMap locateAttributes(String tagName, String string)
tagName - name of tagstring - input stringpublic static ArrayList locateAllAttributes(String tagName, String string)
tagName - name of tagstring - input stringCopyright © 2019 JULIE Lab, Germany. All rights reserved.