Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for toInputLocation (0.05 sec)

  1. api/maven-api-xml/src/main/java/org/apache/maven/api/xml/XmlService.java

            getService().doWrite(node, writer);
        }
    
        /**
         * Interface for building input locations during XML parsing.
         */
        public interface InputLocationBuilder {
            Object toInputLocation(XMLStreamReader parser);
        }
    
        /**
         * Implementation method for reading an XML node from an input stream.
         *
         * @param input the input stream to read from
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Thu Apr 03 13:33:59 UTC 2025
    - 9.2K bytes
    - Viewed (0)
Back to top