Class XmlNodeStaxBuilder
java.lang.Object
org.apache.maven.internal.xml.XmlNodeStaxBuilder
Deprecated.
All methods in this class attempt to fully parse the XML.
 The caller is responsible for closing 
InputStream and Reader arguments.- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic interfaceDeprecated.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic XmlNodebuild(InputStream stream, XmlNodeStaxBuilder.InputLocationBuilderStax locationBuilder) Deprecated.static XmlNodebuild(Reader reader, XmlNodeStaxBuilder.InputLocationBuilderStax locationBuilder) Deprecated.static XmlNodebuild(XMLStreamReader parser) Deprecated.static XmlNodebuild(XMLStreamReader parser, boolean trim, XmlNodeStaxBuilder.InputLocationBuilderStax locationBuilder) Deprecated.static XmlNodebuild(XMLStreamReader parser, XmlNodeStaxBuilder.InputLocationBuilderStax locationBuilder) Deprecated.
- 
Constructor Details- 
XmlNodeStaxBuilderpublic XmlNodeStaxBuilder()Deprecated.
 
- 
- 
Method Details- 
buildpublic static XmlNode build(InputStream stream, XmlNodeStaxBuilder.InputLocationBuilderStax locationBuilder) throws XMLStreamException Deprecated.- Throws:
- XMLStreamException
 
- 
buildpublic static XmlNode build(Reader reader, XmlNodeStaxBuilder.InputLocationBuilderStax locationBuilder) throws XMLStreamException Deprecated.- Throws:
- XMLStreamException
 
- 
buildDeprecated.- Throws:
- XMLStreamException
 
- 
buildpublic static XmlNode build(XMLStreamReader parser, XmlNodeStaxBuilder.InputLocationBuilderStax locationBuilder) throws XMLStreamException Deprecated.- Throws:
- XMLStreamException
 
- 
buildpublic static XmlNode build(XMLStreamReader parser, boolean trim, XmlNodeStaxBuilder.InputLocationBuilderStax locationBuilder) throws XMLStreamException Deprecated.- Throws:
- XMLStreamException
 
 
- 
org.apache.maven.api.xml.XmlServiceinstead