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 XmlNodeXmlService.doRead(InputStream input, XmlService.InputLocationBuilder locationBuilder) Implementation method for reading an XML node from an input stream.protected abstract XmlNodeXmlService.doRead(Reader reader, XmlService.InputLocationBuilder locationBuilder) Implementation method for reading an XML node from a reader.protected abstract XmlNodeXmlService.doRead(XMLStreamReader reader, XmlService.InputLocationBuilder locationBuilder) Implementation method for reading an XML node from an XMLStreamReader.static XmlNodeXmlService.read(InputStream input, XmlService.InputLocationBuilder locationBuilder) Reads an XML node from an input stream.static XmlNodeXmlService.read(Reader reader, XmlService.InputLocationBuilder locationBuilder) Reads an XML node from a reader.static XmlNodeXmlService.read(XMLStreamReader reader, XmlService.InputLocationBuilder locationBuilder) Reads an XML node from an XMLStreamReader.