Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.xmlbeans.impl.store
Class Locale.DocProps  view Locale.DocProps download Locale.DocProps.java

java.lang.Object
  extended byorg.apache.xmlbeans.XmlDocumentProperties
      extended byorg.apache.xmlbeans.impl.store.Locale.DocProps
Enclosing class:
Locale

private static class Locale.DocProps
extends org.apache.xmlbeans.XmlDocumentProperties


Field Summary
private  java.util.HashMap _map
           
 
Fields inherited from class org.apache.xmlbeans.XmlDocumentProperties
DOCTYPE_NAME, DOCTYPE_PUBLIC_ID, DOCTYPE_SYSTEM_ID, ENCODING, MESSAGE_DIGEST, SOURCE_NAME, STANDALONE, VERSION
 
Constructor Summary
private Locale.DocProps()
           
 
Method Summary
 java.lang.Object get(java.lang.Object key)
          Returns a value previously attached to a document using set.
 java.lang.Object put(java.lang.Object key, java.lang.Object value)
          Attaches a value to the root of the document containing the given token source.
 java.lang.Object remove(java.lang.Object key)
          Removes a value previously attached to a document using set.
 
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
 

Field Detail

_map

private java.util.HashMap _map
Constructor Detail

Locale.DocProps

private Locale.DocProps()
Method Detail

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.