The arrow to the right of the start element represents a transition.
在开始元素右边的箭头表示迁移。
XPathHandler acts as a proxy to translate SAX events (start element, end element, and the like) in calls to the application handler.
XPathHandler充当代理,以将调用中的SAX事件(起始元素、结束元素等事件)转换成应用处理程序。
This script then invokes a variety of service and application scripts to start or stop the particular element.
这个脚本然后会调用各种服务和应用程序脚本来启动或停止特定的元素。
Make all namespace declarations up in the start tag of the document element if at all possible.
如果可能,将所有名称空间的声明都编排到文档元素的开始标记中。
If the child component includes one or more attributes, though, this sequence is complicated by the need to write the attributes to the element start tag as a separate step.
如果子组件包含一个或多个属性,那么这个过程会复杂一些,因为要用一个单独的步骤向元素的开始标记中写入属性。
The parser sends events, such as the start or end of an element, to an event handler, which processes the information.
解析器向一个事件处理程序发送事件,比如元素的开始和结束,而事件处理程序则处理该信息。
Because the processing of the contents of this element should be skipped, no schema validation is performed on the contents between the start and end tags.
由于这个元素的内容的处理过程将跳过,对开始和结束标记之间的内容不执行任何验证。
Since any given element is contained within the start and end tag of its containing element, the structure has to form a tree.
由于任何给定元素都包含在包容它的元素的开始与结束标记之内,因此该结构必然为树型。
XML documents must contain matching start and end tags for each element.
XML文档必须包含每个元素匹配的开始标记和结束标记。
The first element of the array is actually the name of the binary, so it's really the second element where the parameters start.
该数组的第一个元素实际上是二进制文件的名称,因此参数实际上是从第二个元素开始的。
Writing attributes is similar to writing element start tags, except you also must supply the attribute's value.
编写属性类似于编写元素开始标记,只是您必须同时提供属性值。
You'll find only the START_TAG and text event types, which correspond with element start tags and element text nodes.
您只会看到START _ TAG与TEXT事件类型,它们分别对应于元素开始标签与元素文本节点。
An element representation is created when the parser reports the element start tag, but the initial form of that element is essentially just a shell which holds a reference to the parser.
当解析器报告元素开始标记时创建元素表示,但是该元素的初始形式仅仅只是一个壳,其中保存了对解析器的引用。
To read attributes, you stop at the start of an element and request a specific attribute, either by name or number.
若要读取属性,请停止在元素的起点处,通过名称或编号来请求特定属性。
The first thing the code checks for when it encounters an event is whether the event is the start of a new element.
当这段代码遇到一个事件时,它首先检查这个事件是不是一个新元素的开端。
Attribute names start with a lowercase letter, while element and type names start with an uppercase letter.
属性名以小写字母打头,而元素和类型名称以大写字母打头。
This script reads the file contents in step 1, and, in step 2 scans the text for the root element and chops off the beginning so that the first thing seen is the start of the root element.
该脚本在步骤1读取文件的内容,在步骤2扫描文本寻找根元素并去掉开始部分,以便让人第一眼就能看到根元素。
Another best practice is to make all the necessary associations up in the start tag of the document element, so that they apply throughout the whole document.
另一个最佳实践是在document元素的开始标记中设置所有必要的关联,以便这些关联应用于整个文档。
parsePastStartTag(ns, name) -- Parses past the start of element, which must be the next parse component seen other than character data.
parsePastStartTag(ns,name)-解析完元素的开始部分,它必须是所能看到的除字符数据以外的下一个解析组件。
In this example, notice that the element carries the declaration of the xi prefix inside its own start tag.
在这个示例中,请注意元素在其自己的开始标记内声明了xi前缀。
If you summarize the sequence of actions at run time — for example, for the start of an XML element — you have.
如果分析运行期间执行的动作序列——比方说一个xml元素的开始——就需要。
While iterating over the events, method peek determines if the next event will be the start of an icon element, which contains the feed's icon URL.
迭代事件的过程中,peek方法判定下一个事件是否从icon元素开始,该元素包含提要的图标url。
The when element contains two attributes: a start and end time for the event, both in RFC 3339 time-stamp format.
when元素包含两个属性:事件的开始时间和结束时间,两者都使用 RFC 3339时间戳格式。
You can then start outputting the instance, starting with the open tag for the root element, game.
然后便可以开始输出实例,从根元素game打开标记开始。
The XML parser (package com.icl.saxon.aelfred) reads the source document and notifies events such as the start and end of an element.
xml语法分析器(包com . icl . saxon . aelfred)读取源文档,并通知事件,如元素的开始和结束。
At the very first start tag of the document (the root element tag), I retrieve the kind attribute from this element.
从文档的第一个起始标签开始(根元素标签),我从该元素中检索kind属性。
I start with a wrapping element to notify the start of my library definition, described in the ui-prefixed namespace as defined on the root element.
我从包装元素开始,通知库定义的开始,按照在根元素中定义的一样,描述了以ui为前缀的命名空间。
Note that you use (i+1) because in the array, the counter value of the first element is zero; as you want to start with the first element, the 1 is added.
注意,这里使用了 (i+1),因为数组中第一个元素的索引号是0,要从第一个元素开始,必须加上 1。
The string operations also extract event start and end times from the "start" and "end" attributes of the element.
该字符串操作还从元素的“start ”和“end ”属性抽取活动开始和结束时间。
The string operations also extract event start and end times from the "start" and "end" attributes of the element.
该字符串操作还从元素的“start ”和“end ”属性抽取活动开始和结束时间。
应用推荐