Package edu.odu.cs.cowem.documents.urls
Interface SpecialURL
-
- All Known Implementing Classes:
BlackboardURLs,DateURLs,DocURLs,DueDateURLs,GraphicsURLs,StylesURLs
public interface SpecialURLA variety of special URL protocols are supported in a and img elements, but rewritten during document processing.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanapplyTo(org.w3c.dom.Element link, java.lang.String linkAttribute)Checks to see if a linking element (a or img) uses a special protocol label and, if so, attempts to rewrite the element.
-
-
-
Method Detail
-
applyTo
boolean applyTo(org.w3c.dom.Element link, java.lang.String linkAttribute)Checks to see if a linking element (a or img) uses a special protocol label and, if so, attempts to rewrite the element.- Parameters:
link- an a or img elementlinkAttribute- name of the attribute containing a link URL- Returns:
- true if the element has been rewritten.
-
-