class CFPropertyList::CFBoolean

def to_xml(parser)

convert to XML
def to_xml(parser)
  parser.new_node(@value ? 'true' : 'false')
end