Class: CFPropertyList::XMLParserInterface

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

Direct Known Subclasses

LibXMLParser, PlainParser

Instance Method Summary collapse

Methods inherited from ParserInterface

#load, #to_str

Instance Method Details

#append_node(parent, child) ⇒ Object



70
71
# File 'lib/cfpropertylist/rbCFPropertyList.rb', line 70

def append_node(parent, child)
end

#new_node(name) ⇒ Object



64
65
# File 'lib/cfpropertylist/rbCFPropertyList.rb', line 64

def new_node(name)
end

#new_text(val) ⇒ Object



67
68
# File 'lib/cfpropertylist/rbCFPropertyList.rb', line 67

def new_text(val)
end