| Package | Description | 
|---|---|
| org.apache.maven.model | Maven POM (Project Object Model) classes, generated from  maven.mdomodel. | 
| org.apache.maven.model.io.xpp3 | XML reader and writer classes for Maven POM, generated from  maven.mdomodel. | 
| Modifier and Type | Method and Description | 
|---|---|
| InputSource | InputSource. clone()Method clone. | 
| InputSource | InputLocation. getSource()Get the source field. | 
| Constructor and Description | 
|---|
| InputLocation(int lineNumber,
             int columnNumber,
             InputSource source) | 
| Modifier and Type | Method and Description | 
|---|---|
| Model | MavenXpp3ReaderEx. read(InputStream in,
    boolean strict,
    InputSource source)Method read. | 
| Model | MavenXpp3ReaderEx. read(Reader reader,
    boolean strict,
    InputSource source) | 
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.