java.lang.Object | +--gnu.xml.pipeline.EventFilter | +--gnu.xml.pipeline.LinkFilter
Constructs a new event filter, which collects links in private data structure for later enumeration. |
LinkFilter(EventConsumer next) Constructs a new event filter, which collects links in private data structure for later enumeration and passes all events, unmodified, to the next consumer. |
void | Forgets about any base URI information that may be recorded. |
java.util.Enumeration | getLinks() Returns an enumeration of the links found since the filter was constructed, or since removeAllLinks() was called. |
void | Removes records about all links reported to the event stream, as if the filter were newly created. |
void | Reports an error if no Locator has been made available. |
void | startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, Attributes atts) Collects URIs for (X)HTML content from elements which hold them. |
public LinkFilter()
public LinkFilter(EventConsumer next)
public void endDocument()
public Enumeration getLinks()
public void removeAllLinks()
public void startDocument()
public void startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, Attributes atts)