# File nqxml/entities.rb, line 247
 def initialize(pubidLiteral, systemLiteral, source=nil)
	    super(systemLiteral, source)
	    @pubidLiteral = pubidLiteral
	end