src/share/classes/com/sun/tools/doclets/internal/toolkit/builders/LayoutParser.java

changeset 1359
25e14ad23cef
parent 1357
c75be5bc5283
child 1410
bfec2a1cc869
equal deleted inserted replaced
1358:fc123bdeddb8 1359:25e14ad23cef
36 import com.sun.tools.doclets.internal.toolkit.util.*; 36 import com.sun.tools.doclets.internal.toolkit.util.*;
37 37
38 /** 38 /**
39 * Parse the XML that specified the order of operation for the builders. This 39 * Parse the XML that specified the order of operation for the builders. This
40 * Parser uses SAX parsing. 40 * Parser uses SAX parsing.
41 *
42 * <p><b>This is NOT part of any supported API.
43 * If you write code that depends on this, you do so at your own risk.
44 * This code and its internal interfaces are subject to change or
45 * deletion without notice.</b>
41 * 46 *
42 * @author Jamie Ho 47 * @author Jamie Ho
43 * @since 1.5 48 * @since 1.5
44 * @see SAXParser 49 * @see SAXParser
45 */ 50 */

mercurial