Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel

Contents

Table of Contents
outlinetrue
stylenone

...

Metadata Crosswalk Plug-ins

...

Here is the disseminator interface, as implemented experimentally:

Panel

Wiki Markup
public interface DisseminationCrosswalk


\{


// returns array of namespaces, which may be empty.


public org.jdom.Namespace\[\] getNamespaces();

Panel

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

...