diff options
Diffstat (limited to 'linden/indra/llxml/llxmlnode.h')
-rw-r--r-- | linden/indra/llxml/llxmlnode.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/llxml/llxmlnode.h b/linden/indra/llxml/llxmlnode.h index f95a53b..3c338e2 100644 --- a/linden/indra/llxml/llxmlnode.h +++ b/linden/indra/llxml/llxmlnode.h | |||
@@ -171,12 +171,12 @@ public: | |||
171 | BOOL getAttributeString(const LLString& name, LLString& value ); | 171 | BOOL getAttributeString(const LLString& name, LLString& value ); |
172 | 172 | ||
173 | const ValueType& getType() const { return mType; } | 173 | const ValueType& getType() const { return mType; } |
174 | const U32 getLength() const { return mLength; } | 174 | U32 getLength() const { return mLength; } |
175 | const U32 getPrecision() const { return mPrecision; } | 175 | U32 getPrecision() const { return mPrecision; } |
176 | const LLString& getValue() const { return mValue; } | 176 | const LLString& getValue() const { return mValue; } |
177 | LLString getTextContents() const; | 177 | LLString getTextContents() const; |
178 | const LLStringTableEntry* getName() const { return mName; } | 178 | const LLStringTableEntry* getName() const { return mName; } |
179 | const BOOL hasName(LLString name) const { return mName == gStringTable.checkStringEntry(name); } | 179 | BOOL hasName(LLString name) const { return mName == gStringTable.checkStringEntry(name); } |
180 | const LLString& getID() const { return mID; } | 180 | const LLString& getID() const { return mID; } |
181 | 181 | ||
182 | U32 getChildCount() const; | 182 | U32 getChildCount() const; |