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
ContentError
public abstract String getRelativeContent(String attribute, String s) throws ContentError
ContentError
public String read() throws ContentError
ContentError
protected String getIncludeContent(String attribute, String srel) throws ContentError
ContentError
protected String insertIncludes(String stxta) throws ContentError
ContentError
Copyright © 2020. All rights reserved.