Examples of AbstractTranslet


Examples of org.apache.xalan.xsltc.runtime.AbstractTranslet

  // non-existing document
  if (dom == null) return null;

  doc.incAccessCount(); // For statistics

  final AbstractTranslet translet = (AbstractTranslet)trs;

  // Give the translet an early opportunity to extract any
        // information from the DOM object that it would like.
  translet.prepassDocument(dom);

  return(doc.getDocument());
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.