• 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 ObjectModel(DOM)分析期间评价的源信息对其进行注解。

    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
- 来自原声例句
小调查
请问您想要如何调整此模块?

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

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