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 Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic XmlNode
build
(InputStream stream, XmlNodeStaxBuilder.InputLocationBuilderStax locationBuilder) Deprecated.static XmlNode
build
(Reader reader, XmlNodeStaxBuilder.InputLocationBuilderStax locationBuilder) Deprecated.static XmlNode
build
(XMLStreamReader parser) Deprecated.static XmlNode
build
(XMLStreamReader parser, boolean trim, XmlNodeStaxBuilder.InputLocationBuilderStax locationBuilder) Deprecated.static XmlNode
build
(XMLStreamReader parser, XmlNodeStaxBuilder.InputLocationBuilderStax locationBuilder) Deprecated.
-
Constructor Details
-
XmlNodeStaxBuilder
public XmlNodeStaxBuilder()Deprecated.
-
-
Method Details
-
build
public static XmlNode build(InputStream stream, XmlNodeStaxBuilder.InputLocationBuilderStax locationBuilder) throws XMLStreamException Deprecated.- Throws:
XMLStreamException
-
build
public static XmlNode build(Reader reader, XmlNodeStaxBuilder.InputLocationBuilderStax locationBuilder) throws XMLStreamException Deprecated.- Throws:
XMLStreamException
-
build
Deprecated.- Throws:
XMLStreamException
-
build
public static XmlNode build(XMLStreamReader parser, XmlNodeStaxBuilder.InputLocationBuilderStax locationBuilder) throws XMLStreamException Deprecated.- Throws:
XMLStreamException
-
build
public static XmlNode build(XMLStreamReader parser, boolean trim, XmlNodeStaxBuilder.InputLocationBuilderStax locationBuilder) throws XMLStreamException Deprecated.- Throws:
XMLStreamException
-
org.apache.maven.api.xml.XmlService
instead