Method: RdfaParser::Literal::Encoding.xmlliteral

Defined in:
lib/rdfa_parser/literal.rb

.xmlliteralObject



39
40
41
# File 'lib/rdfa_parser/literal.rb', line 39

def self.xmlliteral
  @xmlliteral ||= XMLLiteral.new("http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral")
end