Ticket #37217: macports-xerces-2_11_0.patch
File macports-xerces-2_11_0.patch, 559 bytes (added by mmpestorich (Mike M Pestorich), 12 years ago) |
---|
-
src/org/apache/html/dom/HTMLElementImpl.java
old new 20 20 21 21 import org.apache.xerces.dom.ElementImpl; 22 22 import org.w3c.dom.Attr; 23 import org.w3c.dom.Document; 23 24 import org.w3c.dom.Node; 24 25 import org.w3c.dom.NodeList; 25 26 import org.w3c.dom.html.HTMLElement; … … 254 255 return null; 255 256 } 256 257 258 public Document getContentDocument() { 259 throw new UnsupportedOperationException(); 260 } 257 261 }