com.novell.xsl.parser
Class CopyParser
java.lang.Object
com.novell.xsl.parser.CopyParser
- public class CopyParser
- extends Object
Parser for xsl:copy element
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CopyParser
public CopyParser()
parse
public static Template parse(StylesheetParser stylesheetParser,
Element element)
throws XSLTParserException
- Parses the specified
xsl:copy element and returns the
result as a CopyTemplate object.
- Parameters:
stylesheetParser - The StylesheetParser for which the element is to be parsed.element - the element to be parsed
- Returns:
- the
CopyTemplate for the parsed element
- Throws:
XSLTParserException - if a fatal error occurs during parsing