com.googlecode.jinahya.ucloud.storage.SimpleHandler Maven / Gradle / Ivy
The newest version!
/*
* Copyright 2012 Jin Kwon .
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.googlecode.jinahya.ucloud.storage;
import java.io.IOException;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.Map;
import javax.xml.parsers.ParserConfigurationException;
import javax.xml.parsers.SAXParser;
import javax.xml.parsers.SAXParserFactory;
import org.xml.sax.Attributes;
import org.xml.sax.SAXException;
import org.xml.sax.helpers.DefaultHandler;
/**
*
* @author Jin Kwon
*/
class SimpleHandler extends DefaultHandler {
private static final SAXParserFactory PARSER_FACTORY =
SAXParserFactory.newInstance();
/**
*
* @param input input source
* @param parentQName parent qName
* @return
* @throws ParserConfigurationException
* @throws SAXException
* @throws IOException
*/
public static Collection