All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gov.nasa.worldwind.util.xml.AttributesOnlyXMLEventParser Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (C) 2014 United States Government as represented by the Administrator of the
 * National Aeronautics and Space Administration.
 * All Rights Reserved.
 */

package gov.nasa.worldwind.util.xml;

/**
 * @author tag
 * @version $Id: AttributesOnlyXMLEventParser.java 1981 2014-05-08 03:59:04Z tgaskins $
 */
public class AttributesOnlyXMLEventParser extends AbstractXMLEventParser
{
    public AttributesOnlyXMLEventParser()
    {
    }

    public AttributesOnlyXMLEventParser(String namespaceURI)
    {
        super(namespaceURI);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy