Class JavaUriHolderEx

    • Constructor Detail

      • JavaUriHolderEx

        public JavaUriHolderEx​(SchemaType type,
                               boolean complex)
    • 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.
        Overrides:
        set_text in class JavaUriHolder