Parsing and traversing a Document The object model of a document See also Parsing and traversing a Document To parse a HTML document: String html = "<html><head><title>F...
Working with URLs Problem Solution Description Working with URLs Problem You have a HTML document that contains relative URLs, which you need to resolve to absolute URLs. ...
Parsing a body fragment Problem Solution Description Stay safe Parsing a body fragment Problem You have a fragment of body HTML (e.g. a div containing a couple of p tag...
Parse a document from a String Problem Solution Description Parse a document from a String Problem You have HTML in a Java String, and you want to parse that HTML to get a...
Use DOM methods to navigate a document Problem Solution Description Finding elements Element data Manipulating HTML and text Use DOM methods to navigate a document Prob...
Binding Beans to Forms Automatic Data Binding The bindInstanceFields method Binding Beans to Forms The business objects used in an application are in most cases implemented ...