Class OaiXmlGen

java.lang.Object
org.opencastproject.oaipmh.util.XmlGen
org.opencastproject.oaipmh.server.OaiXmlGen
Direct Known Subclasses:
OaiVerbXmlGen

public abstract class OaiXmlGen extends XmlGen
OAI-PMH specific XML generator.
  • Field Details

  • Constructor Details

    • OaiXmlGen

      public OaiXmlGen(OaiPmhRepository repository)
      Create a new OaiXmlGen for a certain repository.
  • Method Details

    • merge

      protected List<Node> merge(Node[] a, Node... b)
      Merge two node arrays into a list.