Class AbstractSchemaCollection

java.lang.Object
org.springframework.xml.xsd.SimpleXsdSchema
org.citrusframework.xml.schema.AbstractSchemaCollection
All Implemented Interfaces:
InitializingPhase, org.springframework.beans.factory.InitializingBean, org.springframework.xml.xsd.XsdSchema
Direct Known Subclasses:
WsdlXsdSchema, XsdSchemaCollection

public abstract class AbstractSchemaCollection extends org.springframework.xml.xsd.SimpleXsdSchema implements InitializingPhase
Since:
2.4
Author:
Christoph Deppisch
  • Field Details

    • schemaResources

      protected List<Resource> schemaResources
      List of schema resources
    • importedSchemas

      protected List<String> importedSchemas
      Imported schemas
    • WWW_W3_ORG_2000_XMLNS

      public static final String WWW_W3_ORG_2000_XMLNS
      Official xmlns namespace
      See Also:
    • W3C_XML_SCHEMA_NS_URI

      public static final String W3C_XML_SCHEMA_NS_URI
      See Also:
  • Constructor Details

    • AbstractSchemaCollection

      public AbstractSchemaCollection()
  • Method Details