Ticket #37217: macports-xerces-2_11_0.patch

File macports-xerces-2_11_0.patch, 559 bytes (added by mmpestorich (Mike M Pestorich), 11 years ago)
  • src/org/apache/html/dom/HTMLElementImpl.java

    old new  
    2020
    2121import org.apache.xerces.dom.ElementImpl;
    2222import org.w3c.dom.Attr;
     23import org.w3c.dom.Document;
    2324import org.w3c.dom.Node;
    2425import org.w3c.dom.NodeList;
    2526import org.w3c.dom.html.HTMLElement;
     
    254255        return null;
    255256    }
    256257
     258    public Document getContentDocument() {
     259        throw new UnsupportedOperationException();
     260    }
    257261}