Searched refs:oldMedium (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/stylesheets/
H A DMediaList.java92 * Deletes the medium indicated by <code>oldMedium</code> from the list.
93 * @param oldMedium The medium to delete in the media list.
96 * <br> NOT_FOUND_ERR: Raised if <code>oldMedium</code> is not in the
99 public void deleteMedium(String oldMedium) argument

Completed in 28 milliseconds