Class XsdBuiltInDataType

    • Constructor Detail

      • XsdBuiltInDataType

        public XsdBuiltInDataType​(@NotNull
                                  XsdParserCore parser,
                                  @NotNull
                                  java.util.Map<java.lang.String,​java.lang.String> attributesMap,
                                  @NotNull
                                  XsdAbstractElement parent)
    • Method Detail

      • clone

        public XsdNamedElements clone​(java.util.Map<java.lang.String,​java.lang.String> placeHolderAttributes)
        Description copied from class: XsdAbstractElement
        Performs a copy of the current object for replacing purposes. The cloned objects are used to replace UnsolvedReference objects in the reference solving process.
        Overrides:
        clone in class XsdAbstractElement
        Parameters:
        placeHolderAttributes - The additional attributes to add to the clone.
        Returns:
        A copy of the object from which is called upon.