public class RemoteResourcesBundleXpp3Reader extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
RemoteResourcesBundleXpp3Reader.ContentTransformer |
| Modifier and Type | Field | Description |
|---|---|---|
RemoteResourcesBundleXpp3Reader.ContentTransformer |
contentTransformer |
Field contentTransformer.
|
| Constructor | Description |
|---|---|
RemoteResourcesBundleXpp3Reader() |
|
RemoteResourcesBundleXpp3Reader(RemoteResourcesBundleXpp3Reader.ContentTransformer contentTransformer) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
getAddDefaultEntities() |
Returns the state of the "add default entities" flag.
|
RemoteResourcesBundle |
read(InputStream in) |
Method read.
|
RemoteResourcesBundle |
read(InputStream in,
boolean strict) |
Method read.
|
RemoteResourcesBundle |
read(Reader reader) |
|
RemoteResourcesBundle |
read(Reader reader,
boolean strict) |
|
void |
setAddDefaultEntities(boolean addDefaultEntities) |
Sets the state of the "add default entities" flag.
|
public final RemoteResourcesBundleXpp3Reader.ContentTransformer contentTransformer
public RemoteResourcesBundleXpp3Reader()
public RemoteResourcesBundleXpp3Reader(RemoteResourcesBundleXpp3Reader.ContentTransformer contentTransformer)
public boolean getAddDefaultEntities()
public RemoteResourcesBundle read(Reader reader, boolean strict) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
reader - strict - IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionReaderFactory.newXmlReader(java.io.InputStream)public RemoteResourcesBundle read(Reader reader) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
reader - IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionReaderFactory.newXmlReader(java.io.InputStream)public RemoteResourcesBundle read(InputStream in, boolean strict) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
in - strict - IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionpublic RemoteResourcesBundle read(InputStream in) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
in - IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionpublic void setAddDefaultEntities(boolean addDefaultEntities)
addDefaultEntities - Copyright © 2002–2019 The Apache Software Foundation. All rights reserved.