| org.apache.lenya.util.HTMLHandler
HTMLHandler | public class HTMLHandler extends ParserCallback (Code) | | HTML handler class
|
Constructor Summary | |
public | HTMLHandler() Creates a new HTMLHandler object. |
HTMLHandler | public HTMLHandler()(Code) | | Creates a new HTMLHandler object.
|
getAHRefs | public ArrayList getAHRefs()(Code) | | Get a list of a href=
The list of a href |
getAllAHRefs | public ArrayList getAllAHRefs()(Code) | | Get a list of all a href=
The list of a href |
getAllImageSrcs | public ArrayList getAllImageSrcs()(Code) | | Get the list of src attributes for all images
The list of src attributes |
getAllLinkHRefs | public ArrayList getAllLinkHRefs()(Code) | | Get a list of all links
The list of links |
getImageSrcs | public ArrayList getImageSrcs()(Code) | | Get the list of src attributes for images
The list of src attributes |
getLinkHRefs | public ArrayList getLinkHRefs()(Code) | | Get a list of links
The list of links |
handleSimpleTag | public void handleSimpleTag(Tag tag, MutableAttributeSet attributes, int pos)(Code) | | Handle a simple tag
Parameters: tag - The tag Parameters: attributes - The set of attributes Parameters: pos - The position |
handleStartTag | public void handleStartTag(Tag tag, MutableAttributeSet attributes, int pos)(Code) | | Handle the start tag
Parameters: tag - The tag Parameters: attributes - The set of attributes Parameters: pos - The position |
|
|