HomeSort by relevance Sort by last modified time
    Searched defs:emptyElement (Results 1 - 2 of 2) sorted by null

  /external/tagsoup/src/org/ccil/cowan/tagsoup/
XMLWriter.java 137 * w.emptyElement("http://www.foo.com/ns/", "foo");
169 * w.emptyElement("http://www.foo.com/ns/", "foo");
186 * w.emptyElement("http://www.foo.com/ns/", "foo");
752 public void emptyElement (String uri, String localName,
870 * {@link #emptyElement(String, String, String, Attributes)}
878 * @see #emptyElement(String, String, String, Attributes)
880 public void emptyElement (String uri, String localName)
883 emptyElement(uri, localName, "", EMPTY_ATTS);
893 * {@link #emptyElement(String, String, String, Attributes)}
900 * @see #emptyElement(String, String, String, Attributes
    [all...]
  /external/jdiff/
xerces.jar 

Completed in 29 milliseconds