org.opoo.press.importer
类 WordPressImporter

java.lang.Object
  继承者 org.opoo.press.importer.WordPressImporter
所有已实现的接口:
Importer

public class WordPressImporter
extends Object
implements Importer

Import posts and pages from WordPress exported XML file.

作者:
Alex Lin

字段摘要
static org.dom4j.Namespace NS_CONTENT
          xmlns:content="http://purl.org/rss/1.0/modules/content/"
static org.dom4j.Namespace NS_DC
          xmlns:dc="http://purl.org/dc/elements/1.1/"
static org.dom4j.Namespace NS_EXCERPT
          xmlns:excerpt="http://wordpress.org/export/1.2/excerpt/"
static org.dom4j.Namespace NS_WFW
          xmlns:wfw="http://wellformedweb.org/CommentAPI/"
static org.dom4j.Namespace NS_WP
          xmlns:wp="http://wordpress.org/export/1.2/"
 
构造方法摘要
WordPressImporter()
           
 
方法摘要
 void doImport(Site site, Map<String,Object> props)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

NS_EXCERPT

public static org.dom4j.Namespace NS_EXCERPT
xmlns:excerpt="http://wordpress.org/export/1.2/excerpt/"


NS_CONTENT

public static org.dom4j.Namespace NS_CONTENT
xmlns:content="http://purl.org/rss/1.0/modules/content/"


NS_WFW

public static org.dom4j.Namespace NS_WFW
xmlns:wfw="http://wellformedweb.org/CommentAPI/"


NS_DC

public static org.dom4j.Namespace NS_DC
xmlns:dc="http://purl.org/dc/elements/1.1/"


NS_WP

public static org.dom4j.Namespace NS_WP
xmlns:wp="http://wordpress.org/export/1.2/"

构造方法详细信息

WordPressImporter

public WordPressImporter()
方法详细信息

doImport

public void doImport(Site site,
                     Map<String,Object> props)
              throws ImportException
指定者:
接口 Importer 中的 doImport
抛出:
ImportException


Copyright © 2013-2014 Opoo.org. All Rights Reserved.