Module: Sawzall
- Defined in:
- lib/sawzall.rb,
 lib/sawzall/version.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
- "0.1.0.pre3"
Class Method Summary collapse
- 
  
    
      .parse_document(html)  ⇒ Sawzall::Document 
    
    
  
  
  
  
  
  
  
  
  
    Parses the given string as a complete HTML document. 
- 
  
    
      .parse_fragment(html)  ⇒ Sawzall::Document 
    
    
  
  
  
  
  
  
  
  
  
    Parses the given string as an HTML fragment. 
Class Method Details
.parse_document(html) ⇒ Sawzall::Document
Parses the given string as a complete HTML document
|  | # File 'lib/sawzall.rb', line 20
 | 
.parse_fragment(html) ⇒ Sawzall::Document
Parses the given string as an HTML fragment
|  | # File 'lib/sawzall.rb', line 7
 |