Searched defs:endSection (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DWebRowSetXmlWriter.java204 endSection("key-columns");
206 //Changed to beginSection and endSection for maps for proper indentation
220 endSection("map");
256 endSection("sync-provider");
262 endSection("properties");
302 endSection("column-definition");
308 endSection("metadata");
356 endSection(); // this is unchecked
358 endSection("data");
475 private void endSection(Strin method in class:WebRowSetXmlWriter
493 private void endSection() throws java.io.IOException { method in class:WebRowSetXmlWriter
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/rtf/
H A DRTFReader.java1525 * <dt>endSection()<dd>to end the current section
1574 endSection();
1596 abstract void endSection(); method in class:RTFReader.TextHandlingDestination
1635 public void endSection() method in class:RTFReader.DocumentDestination

Completed in 48 milliseconds