Package org.lemsml.jlems.io.reader
Class PathInclusionReader
- java.lang.Object
-
- org.lemsml.jlems.core.sim.AbstractInclusionReader
-
- org.lemsml.jlems.io.reader.PathInclusionReader
-
public class PathInclusionReader extends AbstractInclusionReader
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.Class<?>root(package private) java.lang.StringrootFnm-
Fields inherited from class org.lemsml.jlems.core.sim.AbstractInclusionReader
FILE, fullFilePathsIncluded, JAR, URL
-
-
Constructor Summary
Constructors Constructor Description PathInclusionReader(java.lang.Class<?> cr, java.lang.String crf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetRelativeContent(java.lang.String attribute, java.lang.String s)java.lang.StringgetRootContent()-
Methods inherited from class org.lemsml.jlems.core.sim.AbstractInclusionReader
getAllIncludedFiles, getIncludeContent, insertIncludes, read, removeXMLComments, trimOuterElement
-
-
-
-
Method Detail
-
getRelativeContent
public java.lang.String getRelativeContent(java.lang.String attribute, java.lang.String s) throws ContentError- Specified by:
getRelativeContentin classAbstractInclusionReader- Throws:
ContentError
-
getRootContent
public java.lang.String getRootContent() throws ContentError- Specified by:
getRootContentin classAbstractInclusionReader- Throws:
ContentError
-
-