The public identifier as a string.

The public identifier is always optional: if the application writer includes one, it will be provided as part of the location information.

Property definitions

sax $ InputSource :: public_id
	# The public identifier as a string.
	#
	# The public identifier is always optional: if the application
	# writer includes one, it will be provided as part of the
	# location information.
	var public_id: nullable String = null is writable
lib/sax/input_source.nit:65,2--70,50