HomeSort by relevance Sort by last modified time
    Searched full:elementhandle (Results 1 - 4 of 4) sorted by null

  /libcore/luni/src/main/java/org/apache/xml/dtm/
DTMWSFilter.java 51 * @param elementHandle int Handle of the element.
54 public short getShouldStripSpace(int elementHandle, DTM dtm);
DTM.java 263 * @param elementHandle Handle of the node upon which to look up this attribute.
272 public int getAttributeNode(int elementHandle, String namespaceURI,
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 593 int elementhandle=DTM.NULL; local
601 if(elementhandle!=DTM.NULL)
603 elementhandle=DTM.NULL; // More than one; ill-formed.
607 elementhandle=kidhandle;
617 elementhandle=DTM.NULL; // ill-formed
622 if(elementhandle==DTM.NULL)
625 return (Element)(dtm.getNode(elementhandle));
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java     [all...]

Completed in 338 milliseconds