Finds a package with the specified name.

The function passes the call to the Doclet API method:
com.sun.javadoc.RootDoc.packageNamed(String)
and converts the returned reference to a GOMElement element.

Parameter:

name

The package full name to search for.

Returns:

The PackageDoc element representing the found package or null, if this package is not referenced.

See Also:

findProgramElement(), findAnnotation()