Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sun.syndication.io.impl
Class SyModuleParser  view SyModuleParser download SyModuleParser.java

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

public class SyModuleParser
extends java.lang.Object
implements com.sun.syndication.io.ModuleParser


Constructor Summary
SyModuleParser()
           
 
Method Summary
private  org.jdom.Namespace getDCNamespace()
           
 java.lang.String getNamespaceUri()
          Returns the namespace URI this parser handles.
 com.sun.syndication.feed.module.Module parse(org.jdom.Element syndRoot)
          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

SyModuleParser

public SyModuleParser()
Method Detail

getNamespaceUri

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

Specified by:
getNamespaceUri in interface com.sun.syndication.io.ModuleParser

getDCNamespace

private org.jdom.Namespace getDCNamespace()

parse

public com.sun.syndication.feed.module.Module parse(org.jdom.Element syndRoot)
Description copied from interface: com.sun.syndication.io.ModuleParser
Parses the XML node (JDOM element) extracting module information.

Specified by:
parse in interface com.sun.syndication.io.ModuleParser