Package com.saxonica.ee.schema.sdoc
Class XSINamespaceSchema
- java.lang.Object
-
- com.saxonica.ee.schema.sdoc.XSINamespaceSchema
-
public class XSINamespaceSchema extends java.lang.Object
This module constructs synthetically (that is, without reading an XML schema document) the schema components for the XML namespace
-
-
Constructor Summary
Constructors Constructor Description XSINamespaceSchema()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PreparedSchema
buildSchema(EnterpriseConfiguration config)
Build the schema components for the XML namespace
-
-
-
Method Detail
-
buildSchema
public static PreparedSchema buildSchema(EnterpriseConfiguration config)
Build the schema components for the XML namespace- Parameters:
config
- the Saxon configuration- Returns:
- a PreparedSchema containing the schema components for the XML namespace
-
-