• We get the document object using the session document context method.

    我们使用会话文档上下文方法获得文档对象

    youdao

  • You're also reading through all the data twice: once for reading it into the document object, then again when walking through the document object.

    浏览所有数据次:第一浏览用于读入文档对象然后文档对象进行第二次浏览。

    youdao

  • This object contains the document text along with meta information about the text, such as the document language.

    这个对象包含文档文本关于文本的元数据信息比如文档语言

    youdao

  • While that's the most common approach to data binding, APIs that take an XML document and represent the entire document as an object are also a form of data binding.

    尽管常见数据绑定方法,但是使用XML文档整个文档表示成一个对象API也是数据绑定的形式

    youdao

  • The binary data and the document name from this object are used to save the document to a local file.

    来自对象二进制数据文档名称用于将文档保存一个本地文件。

    youdao

  • First, some number of copies of the document representations are built from parsers, with each resulting document object retained.

    首先,使用解析构建文档表示某个数量副本,并保存每个结果文档对象

    youdao

  • Next, you need to query the WSIL document object for information regarding service names, service abstracts, and WSDL document location elements.

    接着需要查询WSIL文档对象获得服务名称、服务摘要WSDL 文档位置这些元素信息

    youdao

  • You can parse business objects into a XML document and deserialize them from the XML document using Service Data object (SDO) APIs.

    可以业务对象解析XML文档使用服务数据对象(SDO) API通过XML文档对其进行反序列化

    youdao

  • The application parses the XML document, typically using the document object model (DOM).

    应用程序解析XML文档通常使用文档对象模型(DOM)。

    youdao

  • The document Object Model represents elements, text, and other types of nodes within an XML document as a series of parent-child relationships.

    文档对象模型XML文档元素文本其他类型节点呈现一系列父子关系

    youdao

  • This object parses the passed WSIL inspection document and allows for the retrieval of an WSIL document object, as shown in Listing 1.

    这个对象分析传递进来WSIL检查文档允许检索WSIL文档对象,如清单1

    youdao

  • It encapsulates the XML document as a hierarchical set of object properties of the loaded XML document.

    XML文档封装成已装载XML文档分层对象属性

    youdao

  • The document Object Model specifies a tree-based representation for an XML document.

    文档对象模型XML文档指定树型表示

    youdao

  • It's critical to get the browser to recognize the document as XML and to create a document object model (DOM) for it.

    浏览器文档识别XML创建文档对象模型(DOM)至关重要。

    youdao

  • The main purpose of semantic tags is to re-use the normal content of an HTML document, and to annotate it with meta-information that is evaluated during Document Object Model (DOM) parsing.

    语义标签主要目的使用HTML文件正常内容使用在Document ObjectModelDOM)分析期间评价的源信息进行注解

    youdao

  • When you create a document in P8, the document's meta-data (the properties associated with the document, such as title, creator, last modified date, etc.), are stored in the P8 object store database.

    P 8中创建一个文档时,文档元数据(文档相关的一些属性例如标题创建者最近修改日期)存储P8对象存储数据库中。

    youdao

  • The getRepositoryDocument() method gets the actual document data, the Document class object.

    getRepositoryDocument()方法可以获取实际文档数据,即Document对象

    youdao

  • To determine the document compatibility mode of a webpage using Internet Explorer, use the documentMode property of the document object.

    判定网页使用IE8浏览时文件兼容性模式使用document object(文档对象)documentMode功能。

    youdao

  • This business object encapsulates the Notes document in a private instance variable inherited from the BOEntity class, so any direct access to this document and its items is prevented.

    这个业务对象boentity继承一个私有实例变量封装Notes文档这样可以保护任何文档及其直接访问

    youdao

  • The term "config object" in this document refers to an XML element inside a configuration document that defines configurations of run time components in WebSphere Application Server.

    这个文档中的术语配置对象(config object)”是配置文档中的一个xml元素配置文档定义了WebSphereApplicationServer运行组件配置。

    youdao

  • File and create a Document object from it. This Document object is the one which contains the parsed XML file.

    打开shoppingcart.xml文件文件创建Document对象对象包含解析后的xml文件。

    youdao

  • The DocumentTypes interface maintains a list of all available document types, where a DocumentType object is an individual document type.

    DocumentTypes接口维护所有可用文档类型列表而DocumentType对象单个的文档类型

    youdao

  • The subsequent call to loadFile() then reads in and parses the XML instance document, returning an object to represent the document.

    后续loadFile()调用读入解析XML示例文档返回一个表示文档的对象

    youdao

  • The return value -- here stored in the $rss variable -- does not point to the entire document, as you might expect from experience with other APIs such as the Document Object Model (DOM).

    返回这里存储 $rss变量中没有指向整个文档如果使用其他API文档对象模型DOM可能会这样期望

    youdao

  • Document points to a DBDocument object representing the current document, that is, the document associated with the last page sent to the browser.

    Document指向代表当前文档DBDocument对象发送浏览器最后页面关联的文档。

    youdao

  • In this article, I look at the structure of a Web page from a document Object Model point of view, examining children and parents and adding nodes to and editing nodes within an existing document.

    本文中,文档对象模型角度分析web页面结构检查节点节点,以及现有文档添加编辑节点。

    youdao

  • Annotation works on a document Object Model (DOM) version of a parsed HTML document by applying annotations to DOM elements that are selected by XPath statements. For example, the statement.

    注释通过注释应用xpath语句选择文档对象模型(Document Object Model,DOM)元素一个已解析HTML文档的DOM版本工作

    youdao

  • Next, each document object is "walked," meaning the code scans the entire document representation (including all attributes, values, and text content).

    接下来,对每个文档对象进行遍历,这意味着代码扫描整个文档表示(包括所有属性文本内容)。

    youdao

  • Learn to use the document Object Model (DOM), a tree API that provides direct access to parts of an XML document.

    学习使用文档对象模型(Document Object Model, DOM),使用这种api可以直接访问XML文档各个部分

    youdao

  • Learn to use the document Object Model (DOM), a tree API that provides direct access to parts of an XML document.

    学习使用文档对象模型(Document Object Model, DOM),使用这种api可以直接访问XML文档各个部分

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定