class CFPropertyList::XMLParserInterface

Public Instance Methods

append_node(parent, child) click to toggle source
# File lib/cfpropertylist/rbCFPropertyList.rb, line 69
def append_node(parent, child)
end
new_node(name) click to toggle source
# File lib/cfpropertylist/rbCFPropertyList.rb, line 63
def new_node(name)
end
new_text(val) click to toggle source
# File lib/cfpropertylist/rbCFPropertyList.rb, line 66
def new_text(val)
end