DocumentLocator.get

Get a component that is associated with key.

class DocumentLocator(DocumentType)
@trusted
Object
get
(
string identity
)

Parameters

identity string

the element id.

Return Value

Type: Object

Object element if it is available.

Throws

NotFoundException in case if the element wasn't found.

Meta