method

_to_s

v1_8_7_72 - Show latest stable - Class: XSD::XSDQName
_to_s()
private

No documentation available.

# File lib/xsd/datatypes.rb, line 973
  def _to_s
    if @prefix
      "#{ @prefix }:#{ @localpart }"
    else
      "#{ @localpart }"
    end
  end