Home | History | Annotate | Download | only in tagsoup

Lines Matching defs:emptyElement

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)
902 public void emptyElement (String localName)
905 emptyElement("", localName, "", EMPTY_ATTS);