org.apache.sling.jcr.contentloader.internal.readers
Class XmlReader.AttributeMap
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,String>
org.apache.sling.jcr.contentloader.internal.readers.XmlReader.AttributeMap
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,String>
- Enclosing class:
- XmlReader
protected static class XmlReader.AttributeMap
- extends HashMap<String,String>
Utility class for dealing with attributes from KXmlParser.
- See Also:
- Serialized Form
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
XmlReader.AttributeMap
protected XmlReader.AttributeMap()
getInstance
public static XmlReader.AttributeMap getInstance()
setValues
public void setValues(org.kxml2.io.KXmlParser xmlParser)
- Puts values in an
AttributeMap
by extracting attributes from the xmlParser
.
- Parameters:
xmlParser
- xmlParser
to extract attributes from. The parser must be
in XmlPullParser.START_TAG
state.
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.