HomeSort by relevance Sort by last modified time
    Searched full:child (Results 951 - 975 of 1967) sorted by null

<<31323334353637383940>>

  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodecdatasectionnodetype.java 35 * second child of the second employee and invoke the
nodechildnodesempty.java 35 * Retrieve the Text node from the second child of the second
nodecloneattributescopied.java 35 * Retrieve the last child of the second employee and invoke
nodeclonefalsenocopytext.java 34 * Retrieve the fourth child of the second employee and
nodeclonenodetrue.java 37 * The NodeName of each child in the returned node is
nodecommentnodeattributes.java 33 * Find any comment that is an immediate child of the root
nodeelementnodeattributes.java 35 * Retrieve the last child of the third employee and
nodeentityreferencenodename.java 35 * child of the second employee and check the string
nodeentityreferencenodetype.java 34 * Retrieve the EntityReference node from the last child
nodeentityreferencenodevalue.java 35 * child of the second employee and check the string
nodeinsertbeforenodename.java 35 * child of the second employee and check the node
nodelistindexgetlengthofemptylist.java 35 * inside the first child of the third employee and
noderemovechild.java 31 * The "removeChild(oldChild)" method removes the child node
noderemovechildgetnodename.java 31 * Remove the first child of the second employee
nodetextnodeattribute.java 33 * Retrieve the Text node from the last child of the
nodetextnodevalue.java 34 * Retrieve the Text node from the last child of the first
textsplittextfour.java 33 * Retrieve the textual data from the last child of the
textsplittextone.java 35 * Retrieve the textual data from the second child of the
textsplittextthree.java 35 * Retrieve the textual data from the second child of the
textsplittexttwo.java 35 * Retrieve the textual data from the second child of the
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentimportnode10.java 41 * Since deep=true, a DocumentFragment with its child should be returned
hc_nodedocumentfragmentnormalize2.java 31 * Create a document fragment with an empty text node, after normalization there should be no child nodes.
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java 63 /** First child values, one array element for each node. */
516 * Get the first child for the given node identity.
520 * @return The first child identity, or DTM.NULL.
727 ps.println("First child: DTM.NULL");
729 ps.println("First child: NOTPROCESSED");
731 ps.println("First child: " + firstChild);
868 * Given a node handle, test if it has child nodes.
877 * @return int true if the given node has child nodes.
962 * Given a node handle, get the handle of the node's first child.
967 * @return int DTM node-number of first child, or DTM.NULL to indicate none exists
1026 int child = _firstch(identity); local
    [all...]
DTMNodeListBase.java 75 * The number of nodes in the list. The range of valid child node indices
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/
LSSerializerFilter.java 26 * The child nodes of an <code>EntityReference</code> node are only passed

Completed in 373 milliseconds

<<31323334353637383940>>