com.sun.syndication.io
public interface ModuleParser
ModuleParser instances must thread safe.
TODO: explain how developers can plugin their own implementations.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNamespaceUri()
Returns the namespace URI this parser handles.
|
Module |
parse(org.jdom.Element element)
Parses the XML node (JDOM element) extracting module information.
|
java.lang.String getNamespaceUri()
Module parse(org.jdom.Element element)
element
- the XML node (JDOM element) to extract module information from.Copyright © Sun Microsystems. All Rights Reserved.