EPTXmlParser Methods Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

The EPTXmlParser type exposes the following members.

Methods

  Name Description
Protected method BaseAdd
Adds an entry with the specified name and value to the EPT field collection
Protected method BaseClear
Removes all the fields and their values
Protected method BaseRemove
Removes a field in the EPT field collection
Protected method BaseSet
Sets the value of an entry in the collection of EPT fields
Public method Equals(Object)
Determines whether the specified Object is an EPTXmlParser that has the same content as the current EPTXmlParser.
(Overrides ObjectEquals(Object).)
Public method Equals(EPTXmlParser)
Determines whether the specified EPTXmlParser has the same content as the current EPTXmlParser.
Public method ExistsField
Determines whether a field exists or not
Protected method Finalize (Inherited from Object.)
Public method Get(Int32)
Gets the values at the specified index of the EPT field collection combined into one comma-separated list.
Public method Get(String)
Gets the values associated with the specified field from the the EPT field collection combined into one comma-separated list.
Public method GetEnumerator
Returns an enumerator that iterates through a collection.
Public method GetField
Returns the field name at a specific location
Public method GetFieldIndex
Gets the zero-based index of a field.
Public method GetHashCode
Gets the hash code for this EPTXmlParser.

A developer can use this value to compare the content of two different instances of an EPTXmlParser.

(Overrides ObjectGetHashCode.)
Public method GetHashCodeForField(Int32)
Gets the hash code for a specific field based on its ordinal number.
Public method GetHashCodeForField(String)
Gets the hash code for a specific field.
Public method GetType (Inherited from Object.)
Public method GetValues(Int32)
Returns an array of all values that exists for a field
Public method GetValues(String)
Gets the values at the specified field of the EPT field collection.
Public method IsEmptyField
Determines if a field is non-existing or has a value that is empty or null.
Protected method Load
Loads the storage with new EPT data.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Code example TryGetValue(String, String)
Gets the value associated with the specified field name.
Public method Code example TryGetValue(String, String, Boolean)
Gets the value associated with the specified field name.
Top
See Also

Reference