Class XmlAnySimpleTypeImpl

    • Constructor Detail

      • XmlAnySimpleTypeImpl

        public XmlAnySimpleTypeImpl​(SchemaType type,
                                    boolean complex)
      • XmlAnySimpleTypeImpl

        public XmlAnySimpleTypeImpl()
    • Method Detail

      • get_wscanon_rule

        protected int get_wscanon_rule()
        Description copied from class: XmlObjectBase
        Returns the whitespace rule that will be applied before building a string to pass to get_text().

        Overridden by subclasses that don't need their text for set_text canonicalized; perhaps they already implement scanners that can deal with whitespace, and they know they have no regex pattern restrictions.

        Overrides:
        get_wscanon_rule in class XmlObjectBase
      • set_text

        protected void set_text​(String s)
        Description copied from class: XmlObjectBase
        This should set the value of the type from text, or throw an XmlValueOutOfRangeException if it can't.
        Specified by:
        set_text in class XmlObjectBase
      • set_nil

        protected void set_nil()
        Description copied from class: XmlObjectBase
        This should clear the value, and set it to whatever is supposed to be returned when the value is nilled.
        Specified by:
        set_nil in class XmlObjectBase