Package org.dlese.dpc.xml.schema


package org.dlese.dpc.xml.schema
  • Class
    Description
    Wrapper for AttributeGroup definitions in an XML Schema, which are defined as an immediate child of the schema element.
     
    wrapper for BuiltInType definitions (Element).
    Wrapper for ComplexType definitions in XML Schemas.
    Functions for validating date-related schema data types.
    DefinitionMiner builds data structures that aid in processing and validation of XML Instance Documents.
    DocMap wraps a dom4j Document providing get and put methods for use with a Map-Backed Action form.
    Wrapper for GenericType definitions (Element).
    Wrapper for global attribute definitions in an XML Schema, which are defined as an immediate child of the schema element.
    Wrapper for global delclarations in an XML Schema, which are defined as an immediate child of the schema element.
    Interface for classes encapsulating XML Schema Elements, such as Elements, Attributes, and Type Definitions.
    Stores GlobalDef instances, which are wrappers for important elements of an XML Schema, including Simple and ComplexType definitions, Goup definitions, and Global Element and Global Attribute declarations
    Wrapper for global element definitions in an XML Schema, which are defined as an immediate child of the schema element.
     
    Wrapper for ModelGroup definitions in XML Schemas.
    NamespaceRegistry holds namespace information and provides namespace utilities.
    Mains a pushdown stack of SchemaReaders for use in StructureWalker to resolve qualified names and find GobalDef instances from the GlobalDefMap.
    Class encapsluting semantics of XML Schemas.
    Simply wraps Exception.
    Class for testing dom manipulation with help from SchemaHelper
    SchemaNode wraps a node in the Schema's instance document, and stores information about it such as whether the node is an attribute or element, if is required, and its xpath.
    Map structure holding SchemaNode instances, keyed by XPaths to the Nodes.
    Stores XML schema properties defined in the root schema File
    SchemaReader traverses an XML schema, which may be represented using multiple files, and extracts the key schema elements (including Data Type definitions and global elements).
    NOT YET DOCUMENTED
    Servlet to visualize XML Schemas
    Wrapper for SimpleType definitions in XML Schemas.
    Creates an empty "XPath-equivant" instance document Document based on a venetian-blind-type XML Schema.
    Validate XML against a schema using a cached validator.
    Provides Map-like interface to XSdatatypes - including built-ins and those datatypes defined by a Schema - used to validate element values within a schema-based document.