Uses of Interface
org.apache.maven.api.xml.XmlService.InputLocationBuilder
-
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.