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