Method: Psc.xml_namespace

Defined in:
lib/psc.rb

.xml_namespaceHash<String, String>

Provides an XML namespace mapping suitable for use with Nokogiri. The prefix psc is mapped to PSC's namespace.

Returns:

  • (Hash<String, String>)

    the mapping



44
45
46
# File 'lib/psc.rb', line 44

def self.xml_namespace
  XML_NAMESPACE
end