org.xwiki.wikistream.xml.input
Class XMLInputProperties

java.lang.Object
  extended by org.xwiki.wikistream.DefaultWikiStreamProperties
      extended by org.xwiki.wikistream.xml.XMLProperties
          extended by org.xwiki.wikistream.xml.input.XMLInputProperties
All Implemented Interfaces:
WikiStreamProperties

@Unstable
public class XMLInputProperties
extends XMLProperties

Since:
5.3RC1
Version:
$Id: a885a8474f57a3edadacae57e3f6020672dc13d5 $

Constructor Summary
XMLInputProperties()
           
 
Method Summary
 String getEncoding()
           
 InputSource getSource()
           
 void setEncoding(String encoding)
           
 void setSource(InputSource source)
           
 
Methods inherited from class org.xwiki.wikistream.DefaultWikiStreamProperties
isVerbose, setVerbose
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLInputProperties

public XMLInputProperties()
Method Detail

getSource

public InputSource getSource()
Returns:
The source to load the wiki from

setSource

public void setSource(InputSource source)
Parameters:
source - The source to load the wiki from

getEncoding

public String getEncoding()
Returns:
The encoding to use to parse the content

setEncoding

public void setEncoding(String encoding)
Parameters:
encoding - The encoding to use to parse the content


Copyright © 2004–2014 XWiki. All rights reserved.