Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Here is the disseminator interface, as implemented experimentally:

public interface DisseminationCrosswalk \
{
// returns array of namespaces, which may be empty.
public org.jdom.Namespace\[\] getNamespaces();

Panel

Wiki Markup
Panel

// returns SchemaLocation string, including URI namespace,
// followed by whitespace and URI of XML schema document, or
// empty string if unknown.
public String getSchemaLocation();

...