com.sun.syndication.io.impl
クラス SyModuleParser

java.lang.Object
  上位を拡張 com.sun.syndication.io.impl.SyModuleParser
すべての実装されたインタフェース:
ModuleParser

public class SyModuleParser
extends java.lang.Object
implements ModuleParser


コンストラクタの概要
SyModuleParser()
           
 
メソッドの概要
 java.lang.String getNamespaceUri()
          Returns the namespace URI this parser handles.
 Module parse(Element syndRoot)
          Parses the XML node (JDOM element) extracting module information.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SyModuleParser

public SyModuleParser()
メソッドの詳細

getNamespaceUri

public java.lang.String getNamespaceUri()
インタフェース ModuleParser の記述:
Returns the namespace URI this parser handles.

定義:
インタフェース ModuleParser 内の getNamespaceUri
戻り値:
the namespace URI.

parse

public Module parse(Element syndRoot)
インタフェース ModuleParser の記述:
Parses the XML node (JDOM element) extracting module information.

定義:
インタフェース ModuleParser 内の parse
パラメータ:
syndRoot - the XML node (JDOM element) to extract module information from.
戻り値:
a module instance, null if the element did not have module information.