Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for XmlPullParserException (0.09 sec)

  1. compat/maven-embedder/src/main/java/org/apache/maven/cli/internal/extension/model/io/xpp3/CoreExtensionsXpp3Reader.java

         * @throws XmlPullParserException XmlPullParserException if
         * any.
         * @return String
         */
        private String getRequiredAttributeValue(String s, String attribute, XmlPullParser parser, boolean strict)
                throws XmlPullParserException {
            if (s == null) {
                if (strict) {
                    throw new XmlPullParserException(
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Mon Oct 27 13:24:03 UTC 2025
    - 25.3K bytes
    - Viewed (0)
  2. compat/maven-embedder/src/main/java/org/eclipse/sisu/plexus/PlexusXmlBeanConverter.java

    import org.codehaus.plexus.util.xml.Xpp3Dom;
    import org.codehaus.plexus.util.xml.pull.MXParser;
    import org.codehaus.plexus.util.xml.pull.XmlPullParser;
    import org.codehaus.plexus.util.xml.pull.XmlPullParserException;
    import org.eclipse.sisu.Priority;
    import org.eclipse.sisu.bean.BeanProperties;
    import org.eclipse.sisu.bean.BeanProperty;
    import org.eclipse.sisu.inject.Logs;
    import org.eclipse.sisu.inject.TypeArguments;
    
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Jul 23 17:27:08 UTC 2025
    - 15.3K bytes
    - Viewed (0)
Back to top