Uses of Interface
org.apache.maven.api.xml.XmlService.InputLocationBuilder
Packages that use XmlService.InputLocationBuilder
Package
Description
Provides an immutable XML processing API for Maven, offering classes and interfaces
for reading, manipulating, and writing XML documents in a thread-safe manner.
Contains implementation of the
XmlNode
interface and related classes.-
Uses of XmlService.InputLocationBuilder in org.apache.maven.api.xml
Methods in org.apache.maven.api.xml with parameters of type XmlService.InputLocationBuilderModifier and TypeMethodDescriptionprotected abstract XmlNode
XmlService.doRead
(InputStream input, XmlService.InputLocationBuilder locationBuilder) Implementation method for reading an XML node from an input stream.protected abstract XmlNode
XmlService.doRead
(Reader reader, XmlService.InputLocationBuilder locationBuilder) Implementation method for reading an XML node from a reader.protected abstract XmlNode
XmlService.doRead
(XMLStreamReader reader, XmlService.InputLocationBuilder locationBuilder) Implementation method for reading an XML node from an XMLStreamReader.static XmlNode
XmlService.read
(InputStream input, XmlService.InputLocationBuilder locationBuilder) Reads an XML node from an input stream.static XmlNode
XmlService.read
(Reader reader, XmlService.InputLocationBuilder locationBuilder) Reads an XML node from a reader.static XmlNode
XmlService.read
(XMLStreamReader reader, XmlService.InputLocationBuilder locationBuilder) Reads an XML node from an XMLStreamReader. -
Uses of XmlService.InputLocationBuilder in org.apache.maven.internal.xml
Methods in org.apache.maven.internal.xml with parameters of type XmlService.InputLocationBuilderModifier and TypeMethodDescriptionDefaultXmlService.doRead
(InputStream input, XmlService.InputLocationBuilder locationBuilder) DefaultXmlService.doRead
(Reader reader, XmlService.InputLocationBuilder locationBuilder) DefaultXmlService.doRead
(XMLStreamReader parser, XmlService.InputLocationBuilder locationBuilder)