java.lang.Object
org.apache.xmlbeans.XmlDocumentProperties
org.apache.xmlbeans.impl.store.Locale.DocProps
- Enclosing class:
- Locale
- private static class Locale.DocProps
- extends org.apache.xmlbeans.XmlDocumentProperties
| Methods inherited from class org.apache.xmlbeans.XmlDocumentProperties |
getDoctypeName, getDoctypePublicId, getDoctypeSystemId, getEncoding, getMessageDigest, getSourceName, getStandalone, getVersion, setDoctypeName, setDoctypePublicId, setDoctypeSystemId, setEncoding, setMessageDigest, setSourceName, setStandalone, setVersion |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_map
private java.util.HashMap _map
Locale.DocProps
private Locale.DocProps()
put
public java.lang.Object put(java.lang.Object key,
java.lang.Object value)
- Description copied from class:
org.apache.xmlbeans.XmlDocumentProperties
- Attaches a value to the root of the document containing
the given token source.
get
public java.lang.Object get(java.lang.Object key)
- Description copied from class:
org.apache.xmlbeans.XmlDocumentProperties
- Returns a value previously attached to a document using set.
remove
public java.lang.Object remove(java.lang.Object key)
- Description copied from class:
org.apache.xmlbeans.XmlDocumentProperties
- Removes a value previously attached to a document using set.