Class XSD::NS
In: lib/xsd/ns.rb
Parent: Object

Methods

assign   assigned?   assigned_tag?   assigner=   clone_ns   compare   each_ns   name   new   parse   parse_local  

Classes and Modules

Class XSD::NS::Assigner
Class XSD::NS::FormatError

Constants

ParseRegexp = Regexp.new('^([^:]+)(?::(.+))?$')   $1 and $2 are necessary.

Attributes

default_namespace  [R] 

Public Class methods

Public Instance methods

For local attribute key parsing

  <foo xmlns="urn:a" xmlns:n1="urn:a" bar="1" n1:baz="2" />
    =>
  {}bar, {urn:a}baz

Protected Instance methods

[Validate]

ruby-doc.org is a service of James Britt and Neurogami, a Ruby application development company in Phoenix, AZ.

Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.

For more information on the Ruby programming language, visit ruby-lang.org.

Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.