Uses of Interface
com.jcabi.xml.Sources
-
-
Uses of Sources in com.jcabi.xml
Classes in com.jcabi.xml that implement Sources Modifier and Type Class Description class
ClasspathSources
Sources in classpath.class
FileSources
Sources in file system.Fields in com.jcabi.xml declared as Sources Modifier and Type Field Description static Sources
Sources. DUMMY
Dummy sources.Methods in com.jcabi.xml with parameters of type Sources Modifier and Type Method Description XSL
XSL. with(Sources src)
With this sources.XSL
XSLChain. with(Sources src)
XSL
XSLDocument. with(Sources src)
Constructors in com.jcabi.xml with parameters of type Sources Constructor Description XSLDocument(String src, Sources srcs)
Public ctor, from XSL as a string.XSLDocument(String src, Sources srcs, String base)
Public ctor, from XSL as a string.XSLDocument(String src, Sources srcs, Map<String,Object> map)
Public ctor, from XSL as a string.XSLDocument(String src, Sources srcs, Map<String,Object> map, String base)
Public ctor, from XSL as a string.
-