Searched refs:isChild (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DSAXImpl.java1607 private final void copy(final int node, SerializationHandler handler, boolean isChild) argument
1657 //if(isChild) => not to copy any namespaces from parents
1659 copyNS(nodeID, handler,!isChild);

Completed in 48 milliseconds