Class XSLCopyOf

All Implemented Interfaces:
NodeInfo, DOMLocator, Source, SourceLocator, Element, NamedNodeMap, Node, Locator

public class XSLCopyOf extends StyleElement
An xsl:copy-of element in the stylesheet.
The xsl:copy-of element takes:
  • an optional attribute select="pattern", defaulting to "." (the current element).
  • Field Details

  • Constructor Details

    • XSLCopyOf

      public XSLCopyOf()
  • Method Details