com.sun.syndication.io.impl
Class DCModuleParser

java.lang.Object
  extended bycom.sun.syndication.io.impl.DCModuleParser
All Implemented Interfaces:
ModuleParser

public class DCModuleParser
extends java.lang.Object
implements ModuleParser


Constructor Summary
DCModuleParser()
           
 
Method Summary
 java.lang.String getNamespaceUri()
          Returns the namespace URI this parser handles.
 ModuleI parse(org.jdom.Element dcRoot)
          Parses the XML node (JDOM element) extracting module information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DCModuleParser

public DCModuleParser()
Method Detail

getNamespaceUri

public java.lang.String getNamespaceUri()
Description copied from interface: ModuleParser
Returns the namespace URI this parser handles.

Specified by:
getNamespaceUri in interface ModuleParser
Returns:
the namespace URI.

parse

public ModuleI parse(org.jdom.Element dcRoot)
Description copied from interface: ModuleParser
Parses the XML node (JDOM element) extracting module information.

Specified by:
parse in interface ModuleParser
Parameters:
dcRoot - the XML node (JDOM element) to extract module information from.
Returns:
a module instance, null if the element did not have module information.


Copyright © 2004 Sun Microsystems. All Rights Reserved.