Path: blob/master/test/langtools/jdk/javadoc/tool/sampleapi/res/fx.xml
40984 views
<?xml version="1.0" encoding="utf-8"?>1<!--2Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.3DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.45This code is free software; you can redistribute it and/or modify it6under the terms of the GNU General Public License version 2 only, as7published by the Free Software Foundation.89This code is distributed in the hope that it will be useful, but WITHOUT10ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or11FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License12version 2 for more details (a copy is included in the LICENSE file that13accompanied this code).1415You should have received a copy of the GNU General Public License version162 along with this work; if not, write to the Free Software Foundation,17Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.1819Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA20or visit www.oracle.com if you need additional information or have any21questions.22-->23<sampleapi>24<module name="UNNAMED">25<package name="sampleapi.fx" style="fx">26<class basename="FXClass">27<modifier>public</modifier>28<member>29<field basename="id">30<modifier>public</modifier>31<type>int|boolean</type>32</field>33<method basename="setProp">34<modifier>public|protected|private</modifier>35<param>int|String</param>36<type>void</type>37</method>38<method basename="getProp">39<modifier>public|protected|private</modifier>40<type>int|int|String</type>41</method>42</member>43</class>44</package>45</module>46</sampleapi>474849