<c:accept
component = "attribute-set" | "function" | "mode" | "template" | "type" | "variable"
names = token* | "*" />
Specifies component dependencies.
- Permitted parent elements
c:use-package
Attributes
component |
The type of component to accept. |
names |
A list of space separated component names, or "*" to accept all. Unprefixed qualified names are in the null namespace. |
In addition to the attributes in the preceding table, there are a number of standard attributes that may appear on any XCST element.
Error Conditions
It is a compilation error if the name
attribute specifies a component that does not exist in the used package.
It is a compilation error if the name
attribute refers to an abstract component.