Class Resolver

Superclasses :
util::Error
Subclasses :
xml::DefaultResolver
Package :
xml

Base class for the resolver called by the parser to resolve external IDs.

Source

Class summary
Methods inherited from util::Error
error(a) get_reason()
Variables inherited from util::Error
reason
Methods defined in this class
resolve(external_id)

Method detail

resolve(external_id)

Resolve the given external ID into a string, or fail if that is not possible.
Source