ISemanticWikiPage.java :  » Wiki-Engine » wikipipes » de » fzi » wikipipes » Java Open Source

Java Open Source » Wiki Engine » wikipipes 
wikipipes » de » fzi » wikipipes » ISemanticWikiPage.java
package de.fzi.wikipipes;

import java.io.InputStream;

/**
 * Semantic wiki pages which implement this interface give access to metadata.
 * This is currently a read-only access.
 * 
 * @author voelkel
 */
public interface ISemanticWikiPage extends IWikiPage {

  /**
   * @return an InputStream with RDF/XML in UTF-8 encoding, if availoable for
   *         this page or null.
   */
  InputStream getRDFXML();

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.