public abstract class AbstractInclusionReader extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FILE |
protected HashSet<String> |
fullFilePathsIncluded |
static String |
JAR |
static String |
URL |
| Constructor and Description |
|---|
AbstractInclusionReader() |
| Modifier and Type | Method and Description |
|---|---|
HashSet<String> |
getAllIncludedFiles() |
protected String |
getIncludeContent(String attribute,
String srel) |
abstract String |
getRelativeContent(String attribute,
String s) |
abstract String |
getRootContent() |
protected String |
insertIncludes(String stxta) |
String |
read() |
static String |
removeXMLComments(String xml) |
String |
trimOuterElement(String s) |
public static final String FILE
public static final String URL
public static final String JAR
public abstract String getRootContent() throws ContentError
ContentErrorpublic abstract String getRelativeContent(String attribute, String s) throws ContentError
ContentErrorpublic String read() throws ContentError
ContentErrorprotected String getIncludeContent(String attribute, String srel) throws ContentError
ContentErrorprotected String insertIncludes(String stxta) throws ContentError
ContentErrorCopyright © 2019. All rights reserved.