Class UnknownElement

    • Constructor Detail

      • UnknownElement

        public UnknownElement()
        Creates a new unknown element
    • Method Detail

      • validateSubtree

        public void validateSubtree​(SchemaCompiler compiler)
        Recursive walk through the stylesheet to validate all nodes: this implementation suppresses the subtree validation.
        Overrides:
        validateSubtree in class SchemaElement
        Parameters:
        compiler - the schema compiler
      • validate

        public void validate​(SchemaCompiler compiler)
        Validate this schema element, checking all document-level constraints
        Overrides:
        validate in class SchemaElement
        Parameters:
        compiler - the schema compiler