gov.nasa.worldwind.applications.gio.ebrim
Class UserParser
java.lang.Object
gov.nasa.worldwind.applications.gio.xml.ElementParser
gov.nasa.worldwind.applications.gio.ebrim.IdentifiableParser
gov.nasa.worldwind.applications.gio.ebrim.RegistryObjectParser
gov.nasa.worldwind.applications.gio.ebrim.PersonParser
gov.nasa.worldwind.applications.gio.ebrim.UserParser
- All Implemented Interfaces:
- Identifiable, Person, RegistryObject, User
public class UserParser - extends PersonParser
- implements User
| Methods inherited from class gov.nasa.worldwind.applications.gio.ebrim.PersonParser |
addAddress, addAddress, addAddresses, addEmailAddress, addEmailAddress, addEmailAddresss, addTelephoneNumber, addTelephoneNumber, addTelephoneNumbers, clearAddresses, clearEmailAddresses, clearTelephoneNumbers, doStartElement, getAddress, getAddressCount, getAddressIterator, getEmailAddress, getEmailAddressCount, getEmailAddressIterator, getIndex, getIndex, getIndex, getPersonName, getTelephoneNumber, getTelephoneNumberCount, getTelephoneNumberIterator, removeAddress, removeEmailAddress, removeTelephoneNumber, setAddress, setEmailAddress, setPersonName, setTelephoneNumber |
| Methods inherited from class gov.nasa.worldwind.applications.gio.ebrim.RegistryObjectParser |
addClassification, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifier, addExternalIdentifiers, clearClassifications, clearExternalIdentifiers, getClassification, getClassificationCount, getClassificationIterator, getDescription, getExternalIdentifier, getExternalIdentifierCount, getExternalIdentifierIterator, getIndex, getIndex, getLid, getName, getObjectType, getStatus, getVersionInfo, removeClassification, removeExternalIdentifier, setClassification, setDescription, setExternalIdentifier, setLid, setName, setObjectType, setStatus, setVersionInfo |
| Methods inherited from class gov.nasa.worldwind.applications.gio.ebrim.IdentifiableParser |
addSlot, addSlot, addSlots, clearSlots, getHome, getId, getIndex, getSlot, getSlotCount, getSlotIterator, removeSlot, setHome, setId, setSlot |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface gov.nasa.worldwind.applications.gio.ebrim.Person |
addAddress, addAddress, addAddresses, addEmailAddress, addEmailAddress, addEmailAddresss, addTelephoneNumber, addTelephoneNumber, addTelephoneNumbers, clearAddresses, clearEmailAddresses, clearTelephoneNumbers, getAddress, getAddressCount, getAddressIterator, getEmailAddress, getEmailAddressCount, getEmailAddressIterator, getIndex, getIndex, getIndex, getPersonName, getTelephoneNumber, getTelephoneNumberCount, getTelephoneNumberIterator, removeAddress, removeEmailAddress, removeTelephoneNumber, setAddress, setEmailAddress, setPersonName, setTelephoneNumber |
| Methods inherited from interface gov.nasa.worldwind.applications.gio.ebrim.RegistryObject |
addClassification, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifier, addExternalIdentifiers, clearClassifications, clearExternalIdentifiers, getClassification, getClassificationCount, getClassificationIterator, getDescription, getExternalIdentifier, getExternalIdentifierCount, getExternalIdentifierIterator, getIndex, getIndex, getLid, getName, getObjectType, getStatus, getVersionInfo, removeClassification, removeExternalIdentifier, setClassification, setDescription, setExternalIdentifier, setLid, setName, setObjectType, setStatus, setVersionInfo |
| Methods inherited from interface gov.nasa.worldwind.applications.gio.ebrim.Identifiable |
addSlot, addSlot, addSlots, clearSlots, getHome, getId, getIndex, getSlot, getSlotCount, getSlotIterator, removeSlot, setHome, setId, setSlot |
ELEMENT_NAME
public static final String ELEMENT_NAME
- See Also:
- Constant Field Values
UserParser
public UserParser(String elementName,
Attributes attributes)
|
|