Class XsdNamedElements

    • Field Detail

      • name

        java.lang.String name
        The name of the element.
    • Method Detail

      • validateSchemaRules

        public void validateSchemaRules()
        Runs verifications on each concrete element to ensure that the XSD schema rules are verified.
        Overrides:
        validateSchemaRules in class XsdAbstractElement
      • rule1

        private void rule1()
        Asserts that the current element doesn't have both ref and name attributes at the same time. Throws an exception if they are both present.
      • getName

        public java.lang.String getName()
        Returns:
        The name of the element, with all the special characters replaced with the '_' char.
      • getRawName

        public java.lang.String getRawName()
      • setName

        public void setName​(java.lang.String name)