HomeSort by relevance Sort by last modified time
    Searched refs:SerializerUtils (Results 1 - 5 of 5) sorted by null

  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
ClonerToResultTree.java 25 import org.apache.xalan.serialize.SerializerUtils;
167 SerializerUtils.addAttributes(rth, node);
168 SerializerUtils.processNSDecls(rth, node, nodeType, dtm);
178 SerializerUtils.addAttribute(rth, node);
185 SerializerUtils.processNSDecls(rth,node,DTM.NAMESPACE_NODE,dtm);
TreeWalker2Result.java 23 import org.apache.xalan.serialize.SerializerUtils;
131 SerializerUtils.ensureNamespaceDeclDeclared(m_handler,dtm, ns);
138 SerializerUtils.addAttribute(m_handler, attr);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemCopy.java 28 import org.apache.xalan.serialize.SerializerUtils;
112 SerializerUtils.processNSDecls(rthandler, sourceNode, nodeType, dtm);
ElemCopyOf.java 31 import org.apache.xalan.serialize.SerializerUtils;
175 SerializerUtils.addAttribute(handler, pos);
185 SerializerUtils.outputResultTreeFragment(
  /external/apache-xml/src/main/java/org/apache/xalan/serialize/
SerializerUtils.java 19 * $Id: SerializerUtils.java 468642 2006-10-28 06:55:10Z minchau $
41 public class SerializerUtils
62 if (SerializerUtils.isDefinedNSDecl(handler, attr, dtm))

Completed in 126 milliseconds