Grab the value of the text node child.
取得文本子节点的值。
It can either be a text node or an element.
它可以是文本节点,也可以是元素。
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小部件上的文本节点值。
For example, the age element has one child, the text node 10.
例如,age元素有一个子元素,即文本节点 10。
This is because there is no text node immediately under the element "book."
这是因为文本节点不是直接位于元素“book”下。
Elements don't actually have a value, they simply have text node children.
元素实际上并没有值,它们仅有文本子节点。
Finally, what you really want are the text node children of the title element.
最后,真正需要的是title元素的文本节点孩子。
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.
在本例中,第一个模板规则匹配输入文档中的每个文本节点。
In the main.xml file, add a TextView widget for each label and element text node value.
在main . xml文件中,为每个标签和元素文本节点值添加一个TextView小部件。
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。
For a custom layout with the text node values to the right of the labels, use RelativeLayout instead of LinearLayout.
为了实现文本节点值位于标签右侧的自定义布局,可以使用RelativeLayout代替LinearLayout。
应用推荐