bixmlloader.xml

来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 47 行

XML
47
字号
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiXmlLoader" extends="BiTextLoader">	<description>Loads an XML document from the server or the local file system. (The local file system can only be accessed when using a local application.)</description>	<arguments>	</arguments>	<staticMethods>		<method name="load">			<description>Loads an XML file synchronously and returns a<link class="BiXmlDocument">BiXmlDocument</link>			</description>			<arguments>				<argument name="oUri">					<description>The location of the file. If this is a string a 							new URI is created from that string relative to the                          <link class="BiApplication" field="adfPath">ADF path</link>.</description>					<type>						<link class="BiUri">BiUri</link>					</type>				</argument>			</arguments>			<returns>				<type>					<link class="BiXmlDocument">BiXmlDocument</link>				</type>			</returns>		</method>	</staticMethods>	<staticFields>	</staticFields>	<methods>	</methods>	<properties>		<property name="document" get="true">			<description>If successfully loaded this returns the loaded<link class="BiXmlDocument">BiXmlDocument</link>.</description>			<type>				<link class="BiXmlDocument">BiXmlDocument</link>			</type>		</property>	</properties>	<events>	</events>	<remarks>Using syncronous loading freezes the web browser while the loading takes 			place. This should be prevented as much as possible and therefore asynchronous          loading is preferred.</remarks></class>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?