Package com.saxonica.ee.schema.sdoc
Class XMLNamespaceSchema
- java.lang.Object
-
- com.saxonica.ee.schema.sdoc.XMLNamespaceSchema
-
public class XMLNamespaceSchema 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 XMLNamespaceSchema()
-
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
-
-