OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimXmlAttribute.h>
Public Member Functions | |
ossimXmlAttribute (ossimString &spec) | |
ossimXmlAttribute () | |
ossimXmlAttribute (const ossimXmlAttribute &src) | |
ossimXmlAttribute (const ossimString &name, const ossimString &value) | |
virtual ossimObject * | dup () const |
~ossimXmlAttribute () | |
bool | read (std::istream &in) |
const ossimString & | getName () const |
const ossimString & | getValue () const |
void | setNameValue (const ossimString &name, const ossimString &value) |
void | setName (const ossimString &name) |
void | setValue (const ossimString &value) |
![]() | |
ossimObject () | |
virtual | ~ossimObject () |
virtual ossimString | getShortName () const |
virtual ossimString | getLongName () const |
virtual ossimString | getDescription () const |
virtual ossimString | getClassName () const |
virtual RTTItypeid | getType () const |
virtual bool | canCastTo (ossimObject *obj) const |
virtual bool | canCastTo (const RTTItypeid &id) const |
virtual bool | canCastTo (const ossimString &parentClassName) const |
virtual bool | saveState (ossimKeywordlist &kwl, const char *prefix=0) const |
virtual bool | loadState (const ossimKeywordlist &kwl, const char *prefix=0) |
virtual std::ostream & | print (std::ostream &out) const |
Generic print method. More... | |
virtual bool | isEqualTo (const ossimObject &obj, ossimCompareType compareType=OSSIM_COMPARE_FULL) const |
virtual void | accept (ossimVisitor &visitor) |
![]() | |
ossimReferenced () | |
ossimReferenced (const ossimReferenced &) | |
ossimReferenced & | operator= (const ossimReferenced &) |
void | ref () const |
increment the reference count by one, indicating that this object has another pointer which is referencing it. More... | |
void | unref () const |
decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
void | unref_nodelete () const |
decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
int | referenceCount () const |
![]() | |
ossimErrorStatusInterface () | |
virtual | ~ossimErrorStatusInterface () |
virtual ossimErrorCode | getErrorStatus () const |
virtual ossimString | getErrorStatusString () const |
virtual void | setErrorStatus (ossimErrorCode error_status) const |
virtual void | setErrorStatus () const |
virtual void | clearErrorStatus () const |
bool | hasError () const |
virtual std::ostream & | print (std::ostream &out) const |
Outputs theErrorStatus as an ossimErrorCode and an ossimString. More... | |
Protected Member Functions | |
bool | readName (std::istream &in) |
bool | readValue (std::istream &in) |
![]() | |
virtual | ~ossimReferenced () |
Protected Attributes | |
ossimString | theName |
ossimString | theValue |
![]() | |
ossimErrorCode | theErrorStatus |
Friends | |
OSSIMDLLEXPORT friend std::ostream & | operator<< (std::ostream &os, const ossimXmlAttribute *xml_attr) |
Definition at line 21 of file ossimXmlAttribute.h.
ossimXmlAttribute::ossimXmlAttribute | ( | ossimString & | spec | ) |
Definition at line 39 of file ossimXmlAttribute.cpp.
References read().
ossimXmlAttribute::ossimXmlAttribute | ( | ) |
Definition at line 116 of file ossimXmlAttribute.cpp.
ossimXmlAttribute::ossimXmlAttribute | ( | const ossimXmlAttribute & | src | ) |
Definition at line 46 of file ossimXmlAttribute.cpp.
ossimXmlAttribute::ossimXmlAttribute | ( | const ossimString & | name, |
const ossimString & | value | ||
) |
Definition at line 120 of file ossimXmlAttribute.cpp.
References setNameValue().
ossimXmlAttribute::~ossimXmlAttribute | ( | ) |
Definition at line 112 of file ossimXmlAttribute.cpp.
|
inlinevirtual |
const ossimString & ossimXmlAttribute::getName | ( | ) | const |
const ossimString & ossimXmlAttribute::getValue | ( | ) | const |
Definition at line 131 of file ossimXmlAttribute.cpp.
References theValue.
Referenced by ossimXmlNode::getAttributeValue(), ossimGmlSupportData::getImageGeometryFromRectifiedGrid(), and ossimAuxXmlSupportData::initializeProjection().
bool ossimXmlAttribute::read | ( | std::istream & | in | ) |
Definition at line 52 of file ossimXmlAttribute.cpp.
Referenced by ossimXmlAttribute().
|
protected |
Definition at line 161 of file ossimXmlAttribute.cpp.
|
protected |
Definition at line 184 of file ossimXmlAttribute.cpp.
void ossimXmlAttribute::setName | ( | const ossimString & | name | ) |
void ossimXmlAttribute::setNameValue | ( | const ossimString & | name, |
const ossimString & | value | ||
) |
Definition at line 136 of file ossimXmlAttribute.cpp.
References theName, and theValue.
Referenced by ossimGmlSupportData::configureBounds(), ossimGmlSupportData::configureGmljp2V2(), ossimGmlSupportData::getGmljp2V1RootNode(), ossimGmlSupportData::getGmljp2V2RootNode(), and ossimXmlAttribute().
void ossimXmlAttribute::setValue | ( | const ossimString & | value | ) |
Definition at line 148 of file ossimXmlAttribute.cpp.
References theValue.
Referenced by ossimXmlNode::setAttribute().
|
friend |
Definition at line 153 of file ossimXmlAttribute.cpp.
|
protected |
Definition at line 48 of file ossimXmlAttribute.h.
Referenced by getName(), operator<<(), setName(), and setNameValue().
|
protected |
Definition at line 49 of file ossimXmlAttribute.h.
Referenced by getValue(), operator<<(), setNameValue(), and setValue().