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