Module: XmlParsable::Parser::StubElement
- Defined in:
- lib/xmlparsable/parser.rb
Class Method Summary collapse
- .close(element, value) ⇒ Object
- .comment(text) ⇒ Object
- .finalize ⇒ Object
- .open(name, attributes) ⇒ Object
- .read(text) ⇒ Object
Class Method Details
.close(element, value) ⇒ Object
44 |
# File 'lib/xmlparsable/parser.rb', line 44 def self.close(element, value) end |
.comment(text) ⇒ Object
45 |
# File 'lib/xmlparsable/parser.rb', line 45 def self.comment(text) end |
.finalize ⇒ Object
47 |
# File 'lib/xmlparsable/parser.rb', line 47 def self.finalize; end |
.open(name, attributes) ⇒ Object
43 |
# File 'lib/xmlparsable/parser.rb', line 43 def self.open(name, attributes) self end |
.read(text) ⇒ Object
46 |
# File 'lib/xmlparsable/parser.rb', line 46 def self.read(text) end |