⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bixmlloader.xml

📁 ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.
💻 XML
字号:
<?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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -