It takes in a single element, text node, or comment.
它接受单个元素、文本节点或注释。
Text node search using the text pseudo-function.
使用text伪函数进行文本节点搜索。
The variable is then used as input to the append text node.
然后,该变量被用作追加文本节点的输入。
Set the text node values on the corresponding TextView widgets.
设置对应TextView小部件上的文本节点值。
First, determine the element tag and then get the text node value for the element tag.
您首先要确定元素标签,然后获得元素标签的文本节点值。
In this example, the first template rule matches every text node in the input document.
在本例中,第一个模板规则匹配输入文档中的每个文本节点。
This step ensures that even an empty element (one with no existing text node) is updated.
这一步确保即使是空元素(即不具有现有文本节点的元素),也进行更新。
However, such an index contains all text node values from all documents in the XML column.
但是此类索引将包含xml列中所有文档的全部文本节点值。
Add a text node to the "author" element and set its value to "Steve Muench", as in Listing 8.
向“author ”元素添加一个文本节点,并将其值设为“Steve Muench ”,如清单8中所示。
You can then add the isbn element and its text node just as you might with a typical DOM element.
然后就可以像处理典型的DOM元素一样,为它添加isbn元素和文本节点。
This takes in two parameters — the replacement text node and the child element that it's replacing.
它带两个参数——替换文本节点和被替换的子元素。
This is the property that indicates whether a Text node only contains whitespace that is ignorable.
这个属性表明一个Text节点是否只包含可以被忽略的空白。
Again, this is a shortcut for creating a new TEXT node, populating it, and adding it to the element.
此外,相对于创建一个新的TEXT节点,然后对其进行填充并将其添加到相应的元素,这是一种快捷的方法。
As in Listing 7, add a text node to the "title" element and set its value to "Creating Search Pages".
如清单7中所示,向“title ”元素添加一个文本节点,并将其值设为“CreatingSearchPages ”。
The former identifies the element node "price", the latter points to the text node with the value "29".
前者识别了元素节点“price”,而后者指向值为“29”的文本节点。
A layout in which the text node values are to the right of the corresponding labels would be preferable.
文本节点值位于相应标签右侧的布局更为可取。
It's not absolutely guaranteed that the double element in the request document contains exactly one text node.
不能绝对保证请求文档中的double元素仅包含一个文本节点。
The to text node creates a string from the size integer that will be the sequence number in the file name.
to text节点将根据要用作文件名中的序列号的大小整数创建一个字符串。
Because you added elements separately, you can just edit the single text node that represents the text of the note.
因为您单个地添加元素,所以只能编辑代表节点文本的单个文本节点。
The first query returns the full element node, i.e. 29, while the second query only returns its text node value 29.
第一个查询将返回完整的元素节点,即29,而第二个查询仅返回其文本节点值29。
It contains index entries for every text node, i.e. every leaf element value in every XML document in the XML column.
它包含每个文本节点(即xml列中的每个XML文档中的每个叶子元素值)的索引条目。
For a custom layout with the text node values to the right of the labels, use RelativeLayout instead of LinearLayout.
为了实现文本节点值位于标签右侧的自定义布局,可以使用RelativeLayout代替LinearLayout。
Walking through each text node as retrieved from the XPath call is done the same way as in the oneWordSearch function.
对XPath调用检索得到的每个文本节点执行遍历,方法与onewordsearch函数中的执行方法相同。
This element likely has a single text node child, which you can read by advancing the parser to the next node like so.
该元素可能有单个文本子节点,可以通过将解析器前进到下一个节点来进行读取,如下所示。
Obtain the text node values if the event type is text and set the text node values on the corresponding TextView widgets.
如果事件类型为Text则获得文本节点值,并在相应的TextView小部件上设置文本节点值。
Use the android: layout_below attribute to make the text node values appear below the text node values in the preceding row.
使用android: layout _ below属性可以让文本节点值出现在前一行中文本节点值的下方。
The value of an element at the lowest level is equal to its text node, for example the value of the element "price" is "29."
最底层元素的值等于其文本节点,例如,元素“price”的值为29。
An element is an element node; an attribute (and its value) is an attribute node; even text within an element is a text node.
元素有元素节点,属性(包括属性值)有属性节点,元素中的文本则是文本节点。
On the other hand, an XSLT processor is not allowed to recognize extension points in any comment or text node of the stylesheet.
另一方面,不允许XSLT处理程序识别样式表注释或者文本节点中的扩展点。
On the other hand, an XSLT processor is not allowed to recognize extension points in any comment or text node of the stylesheet.
另一方面,不允许XSLT处理程序识别样式表注释或者文本节点中的扩展点。
应用推荐