org.xwiki.wikistream.xml.input
Class XMLInputProperties
java.lang.Object
org.xwiki.wikistream.DefaultWikiStreamProperties
org.xwiki.wikistream.xml.XMLProperties
org.xwiki.wikistream.xml.input.XMLInputProperties
- All Implemented Interfaces:
- WikiStreamProperties
@Unstable
public class XMLInputProperties
- extends XMLProperties
- Since:
- 5.3RC1
- Version:
- $Id: a885a8474f57a3edadacae57e3f6020672dc13d5 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLInputProperties
public XMLInputProperties()
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.