Implemented in class xdoclet.tagshandler.PackageTagsHandler.
Returns the not-full-qualified package name of the full-qualified class name specified in the body of this tag.
Writes the package declaration for the package name of the full-qualified class name specified in the body of this tag. No package declaration is written if the full-qualified class name has no package.
Iterates over all packages loaded by XJavadoc. Subsequent calls to forAllClasses will only iterate over the classes in the current package.
[abstract] |
If true then accept abstract classes also; otherwise don't. Valid Values = {true,false} |
[type] |
For all classes by the type. |
[extent] |
Specifies the extent of the type search. If concrete-type then only check the concrete type, if superclass then check also superclass, if hierarchy then search the whole hierarchy and find if the class is of the specified type. Default is hierarchy. Valid Values = {concrete-type,superclass,hierarchy} |
Sets the value of match variable.
value |
The new value for matchPattern. |
Returns a package name as a path, after applying any substitutions.
Returns a package name as a path, without applying any substitutions.
Returns a package name as a path, after applying any substitutions.
Returns the current package name. If we're in the context of a package iteration, this is the name of the current package. If we're in the context of a class iteration without a package iteration, return the name of the current class' package.
Returns the current package name as a path.
Returns the value of match variable. Match variable serves as a variable for templates, you set it somewhere in template and look it up somewhere else in template.
Returns current token inside forAllClassTagTokens.
Skips current token. Returns empty string.