Package org.xwiki.filter.xml.input
Class XMLInputProperties
- java.lang.Object
-
- org.xwiki.filter.DefaultFilterStreamProperties
-
- org.xwiki.filter.xml.XMLProperties
-
- org.xwiki.filter.xml.input.XMLInputProperties
-
- All Implemented Interfaces:
FilterStreamProperties
public class XMLInputProperties extends XMLProperties
- Since:
- 6.2M1
- Version:
- $Id: 52646c2c9e9487e5a9d48f1638df41f7c798dabe $
-
-
Field Summary
-
Fields inherited from interface org.xwiki.filter.FilterStreamProperties
PROPNAME_VERBOSE
-
-
Constructor Summary
Constructors Constructor Description XMLInputProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEncoding()
InputSource
getSource()
void
setEncoding(String encoding)
void
setSource(InputSource source)
-
Methods inherited from class org.xwiki.filter.DefaultFilterStreamProperties
isVerbose, setVerbose
-
-
-
-
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
-
-