Package org.eolang.xax
Class XtStrict
java.lang.Object
org.eolang.xax.XtStrict
- All Implemented Interfaces:
Xtory
A decorator of
Xtory
that checks the validity
of XML against the XSD schema attached to it, right before
returning it at Xtory.after()
and Xtory.before()
.- Since:
- 0.4.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eolang.xax.Xtory
Xtory.Parser
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
XtStrict
Ctor.- Parameters:
xtory
- Original story
-
XtStrict
Ctor.- Parameters:
xtory
- Original storyxsd
- XSD schema
-
-
Method Details
-
map
Description copied from interface:Xtory
Get YAML as a map. -
before
public com.jcabi.xml.XML before()Description copied from interface:Xtory
Build input XML document. -
after
public com.jcabi.xml.XML after()Description copied from interface:Xtory
The XML after transformations. -
xsline
public com.yegor256.xsline.Xsline xsline()Description copied from interface:Xtory
The transformation line. -
asserts
Description copied from interface:Xtory
Full list of XPath asserts.
-