Class
XSD::QName
In:
lib/xsd/qname.rb
Parent:
Object
Methods
==
===
dump
dup_name
eql?
hash
inspect
match
new
parse
to_s
Constants
NormalizedNameRegexp
=
/^\{([^}]*)\}(.*)$/
EMPTY
=
QName.new.freeze
Attributes
name
[R]
namespace
[R]
source
[RW]
Public Class methods
new
(namespace = nil, name = nil)
Public Instance methods
==
(rhs)
===
(rhs)
dump
(predefined_ns = nil)
dup_name
(name)
eql?
(rhs)
hash
()
inspect
()
match
(rhs)
parse
(str)
to_s
()
[Validate]