Class SXMLResources
java.lang.Object
com.io7m.xstructural.xml.SXMLResources
Resources exposed by the module.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncssReset()s8Epub()s8Index()s8Multi()s8Single()schema()Deprecated, for removal: This API element is subject to removal in a future version.w3cXHTMLResourceOf(String name) Find a W3C XHTML schema resource.xsdResourceOf(String name) Find an XSD resource with the given name.xstructuralResourceOf(String name) Find the xstructural resource with the given name.
-
Constructor Details
-
SXMLResources
public SXMLResources()Construct a resource provider.
-
-
Method Details
-
w3cXHTMLResourceOf
-
w3cXHTMLResources
-
xsdResourceOf
-
xsdResources
-
xstructuralResourceOf
-
xstructuralResources
-
w3cXHTMLSchema
- Returns:
- The W3C XHTML schema
-
schema
Deprecated, for removal: This API element is subject to removal in a future version.Useschema7p0()- Returns:
- The xstructural XSD schema
-
schema7p0
- Returns:
- The xstructural XSD 7.0 schema
- Since:
- 1.3.0
-
schema8p0
- Returns:
- The xstructural XSD 8.0 schema
- Since:
- 1.3.0
-
s8Single
- Returns:
- The xstructural 8.0 single-page XSL stylesheet
- Since:
- 1.3.0
-
s8Multi
- Returns:
- The xstructural 8.0 multi-page XSL stylesheet
- Since:
- 1.3.0
-
s8Index
- Returns:
- The xstructural 8.0 multi-page index XSL stylesheet
- Since:
- 1.9.0
-
s8Epub
- Returns:
- The xstructural 8.0 EPUB XSL stylesheet
- Since:
- 1.3.0
-
s8EpubPackage
- Returns:
- The xstructural 8.0 EPUB package XSL stylesheet
- Since:
- 1.3.0
-
cssStructural
- Returns:
- The xstructural CSS stylesheet
-
cssStructuralEPUB
- Returns:
- The xstructural EPUB CSS stylesheet
- Since:
- 1.3.0
-
cssReset
- Returns:
- The xstructural reset CSS stylesheet
-
cssResetEPUB
- Returns:
- The xstructural EPUB reset CSS stylesheet
- Since:
- 1.3.0
-
cssStructuralSinglePage
- Returns:
- The xstructural single-page CSS stylesheet
- Since:
- 2.1.0
-
cssStructuralMultiPage
- Returns:
- The xstructural multi-page CSS stylesheet
- Since:
- 2.1.0
-
schema7p0()