Class XsdInclude

    • Field Detail

      • schemaLocation

        private java.lang.String schemaLocation
        Specifies the URI to the schema for the imported namespace. In this project this attribute is used to specify another file location that contains more element definitions that belong to the same XSD language definition.
    • Method Detail

      • accept

        public void accept​(XsdAbstractElementVisitor visitorParam)
        Description copied from class: XsdAbstractElement
        Base method for all accept methods. It serves as a way to guarantee that every accept call assigns the parent field.
        Overrides:
        accept in class XsdAbstractElement
        Parameters:
        visitorParam - The visitor that is visiting the current instance.
      • getSchemaLocation

        public java.lang.String getSchemaLocation()