|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.syndication.io.impl.DCModuleParser
public class DCModuleParser
Parser for the Dublin Core module.
| コンストラクタの概要 | |
|---|---|
DCModuleParser()
|
|
| メソッドの概要 | |
|---|---|
java.lang.String |
getNamespaceUri()
Returns the namespace URI this parser handles. |
protected java.lang.String |
getTaxonomy(Element desc)
Utility method to parse a taxonomy from an element. |
Module |
parse(Element dcRoot)
Parse an element tree and return the module found in it. |
protected java.util.List |
parseElementList(java.util.List eList)
Utility method to parse a list of strings out of a list of elements. |
protected java.util.List |
parseElementListDate(java.util.List eList)
Utility method to parse a list of dates out of a list of elements. |
protected java.util.List |
parseSubjects(java.util.List eList)
Utility method to parse a list of subjects out of a list of elements. |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public DCModuleParser()
| メソッドの詳細 |
|---|
public final java.lang.String getNamespaceUri()
ModuleParser の記述:
ModuleParser 内の getNamespaceUripublic Module parse(Element dcRoot)
ModuleParser 内の parsedcRoot - the root element containing the module elements.
protected final java.lang.String getTaxonomy(Element desc)
desc - the taxonomy description element.
protected final java.util.List parseSubjects(java.util.List eList)
eList - the element list to parse.
protected final java.util.List parseElementList(java.util.List eList)
eList - the list of elements to parse.
protected final java.util.List parseElementListDate(java.util.List eList)
eList - the list of elements to parse.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||