Package org.eolang.ineo
Class XSLDocumentOf
- java.lang.Object
-
- org.eolang.ineo.XSLDocumentOf
-
- All Implemented Interfaces:
com.jcabi.xml.XSL
public final class XSLDocumentOf extends Object implements com.jcabi.xml.XSL
XSL document of.- Since:
- 0.0.1
-
-
Constructor Summary
Constructors Constructor Description XSLDocumentOf(org.cactoos.Text text)
Ctor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
applyTo(com.jcabi.xml.XML xml)
boolean
equals(Object obj)
int
hashCode()
String
toString()
com.jcabi.xml.XML
transform(com.jcabi.xml.XML xml)
com.jcabi.xml.XSL
with(com.jcabi.xml.Sources sources)
com.jcabi.xml.XSL
with(String str, Object obj)
-
-
-
Method Detail
-
transform
public com.jcabi.xml.XML transform(com.jcabi.xml.XML xml)
- Specified by:
transform
in interfacecom.jcabi.xml.XSL
-
applyTo
public String applyTo(com.jcabi.xml.XML xml)
- Specified by:
applyTo
in interfacecom.jcabi.xml.XSL
-
with
public com.jcabi.xml.XSL with(com.jcabi.xml.Sources sources)
- Specified by:
with
in interfacecom.jcabi.xml.XSL
-
with
public com.jcabi.xml.XSL with(String str, Object obj)
- Specified by:
with
in interfacecom.jcabi.xml.XSL
-
-