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 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
-
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.XmlServiceinstead