public class RawData2DB extends Object
| Constructor and Description |
|---|
RawData2DB() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
extractAttribute(String stringContainingAttributes,
String attributeName)
Given a String containing XML-like attributes and a key, it extracts a value
|
protected List<String> |
extractElementAsLines(String stringContainingText,
String tagname) |
protected String |
extractTextBetweenTags(String stringContainingText,
String tagname)
Given some stringContainingText, extracts the String between the tags
|
static void |
main(String[] args) |
public static void main(String[] args) throws IOException
IOExceptionprotected List<String> extractElementAsLines(String stringContainingText, String tagname)
protected String extractTextBetweenTags(String stringContainingText, String tagname)
stringContainingText - tagname - Copyright © 2013–2015 Knowm Inc.. All rights reserved.