Copy as Markdown

Other Tools

/* THIS FILE IS AUTOGENERATED FROM XSLTProcessor.webidl BY Codegen.py - DO NOT EDIT */
#ifndef DOM_XSLTPROCESSORBINDINGFWD_H_
#define DOM_XSLTPROCESSORBINDINGFWD_H_
namespace mozilla {
namespace dom {
class OwningUnrestrictedDoubleOrBooleanOrStringOrNodeOrNodeSequenceOrXPathResult;
class UnrestrictedDoubleOrBooleanOrStringOrNodeOrNodeSequenceOrXPathResult;
} // namespace dom
} // namespace mozilla
namespace mozilla::dom {
using XSLTParameterValue = UnrestrictedDoubleOrBooleanOrStringOrNodeOrNodeSequenceOrXPathResult;
using OwningXSLTParameterValue = OwningUnrestrictedDoubleOrBooleanOrStringOrNodeOrNodeSequenceOrXPathResult;
} // namespace mozilla::dom
namespace mozilla::dom {
class XSLTProcessor;
} // namespace mozilla::dom
#endif // DOM_XSLTPROCESSORBINDINGFWD_H_