Package com.io7m.xstructural.xml
Class SXMLResources
java.lang.Object
com.io7m.xstructural.xml.SXMLResources
Resources exposed by the module.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncore()Deprecated, for removal: This API element is subject to removal in a future version.The core stylesheet is no longer availablecssReset()multi()Deprecated, for removal: This API element is subject to removal in a future version.Use a version-specific multi stylesheets7Multi()s7Single()s8Epub()s8Multi()s8Single()schema()Deprecated, for removal: This API element is subject to removal in a future version.Useschema7p0()single()Deprecated, for removal: This API element is subject to removal in a future version.Use a version-specific single stylesheetw3cXHTMLResourceOf(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
Find a W3C XHTML schema resource.- Parameters:
name- The name- Returns:
- The resource URL
-
w3cXHTMLResources
- Returns:
- The available W3C XHTML schema resources
-
xsdResourceOf
Find an XSD resource with the given name.- Parameters:
name- The name- Returns:
- The resource URL
-
xsdResources
- Returns:
- The available XSD resources
-
xstructuralResourceOf
Find the xstructural resource with the given name.- Parameters:
name- The name- Returns:
- The resource URL
-
xstructuralResources
- Returns:
- The available xstructural resources
-
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
-
core
Deprecated, for removal: This API element is subject to removal in a future version.The core stylesheet is no longer available- Returns:
- The xstructural core XSL stylesheet
-
multi
Deprecated, for removal: This API element is subject to removal in a future version.Use a version-specific multi stylesheet- Returns:
- The xstructural multi-page XSL stylesheet
-
single
Deprecated, for removal: This API element is subject to removal in a future version.Use a version-specific single stylesheet- Returns:
- The xstructural single-page XSL stylesheet
-
s7Single
- Returns:
- The xstructural 7.0 single-page XSL stylesheet
- Since:
- 1.3.0
-
s7Multi
- Returns:
- The xstructural 7.0 multi-page XSL stylesheet
- 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
-
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
-