getFragment method
Returns the parsed XmlDocument for the given fully-qualified
fragment name. Uses the internal cache when enabled.
Implementation
XmlDocument getFragment(String fqn) {
final bundle = Resources.of<FragmentResourceBundle>();
return bundle.getFragment(fqn);
}