Class: CFPropertyList::XMLParserInterface

Inherits:
ParserInterface show all
Defined in:
lib/rbCFPropertyList.rb

Instance Method Summary collapse

Methods inherited from ParserInterface

#load, #to_str

Instance Method Details

#append_node(parent, child) ⇒ Object



66
67
# File 'lib/rbCFPropertyList.rb', line 66

def append_node(parent, child)
end

#new_node(name) ⇒ Object



60
61
# File 'lib/rbCFPropertyList.rb', line 60

def new_node(name)
end

#new_text(val) ⇒ Object



63
64
# File 'lib/rbCFPropertyList.rb', line 63

def new_text(val)
end