Generated by
JDiff

Class com.itextpdf.styledxmlparser.jsoup.parser.Parser

Documentation changed from old to new.

Removed Methods
Document  parseBodyFragmentRelaxed( String, String ) @param bodyHtml HTML to parse
Document  parseXml( String, String ) Parse XML into a Document.
 

Added Methods
boolean  isContentForTagData( String) (An internal method, visible for Element.
Parser  newInstance() Creates a new Parser as a deep copy of this; including initializing a new TreeBuilder.
List  parseFragment( String, Element , String , ParseErrorList ) Parse a fragment of HTML into a list of nodes.
List  parseFragmentInput( String, Element , String )  
Document  parseInput( Reader, String )  
ParseSettings  settings()  
Parser  settings( ParseSettings)  
 

Changed Methods
ParseErrorList  getErrors() Change in return type from List to ParseErrorList.
Retrieve the parse errors, if any, from the last parse.