Attributes Class

Definition

Line 37 of System.Xml/XmlContentHandler.cm

Member Functions

public void Add(const Attribute& attribute)
public RandomAccessIter<Attribute, Attribute&, Attribute*> Begin()
public RandomAccessIter<Attribute, const Attribute&, const Attribute*> Begin() const
public RandomAccessIter<Attribute, const Attribute&, const Attribute*> CBegin() const
public RandomAccessIter<Attribute, const Attribute&, const Attribute*> CEnd() const
public void Clear()
public long Count() const
public RandomAccessIter<Attribute, Attribute&, Attribute*> End()
public RandomAccessIter<Attribute, const Attribute&, const Attribute*> End() const
public const String<uchar>* GetAttributeValue(const String<uchar>& qualifiedName) const
public const String<uchar>* GetAttributeValue(const String<uchar>& namespaceUri, const String<uchar>& localName) const

Typedefs

public typedef ConstIterator RandomAccessIter<Attribute, const Attribute&, const Attribute*>
public typedef Iterator RandomAccessIter<Attribute, Attribute&, Attribute*>

Member Variables

private List<Attribute> attributes

Member Function Details

Add Member Function

public void Add(const Attribute& attribute)

Definition
Line 69 of System.Xml/XmlContentHandler.cm


Begin Member Function

public RandomAccessIter<Attribute, Attribute&, Attribute*> Begin()

Definition
Line 41 of System.Xml/XmlContentHandler.cm


Begin Member Function

public RandomAccessIter<Attribute, const Attribute&, const Attribute*> Begin()

Definition
Line 49 of System.Xml/XmlContentHandler.cm


CBegin Member Function

public RandomAccessIter<Attribute, const Attribute&, const Attribute*> CBegin()

Definition
Line 57 of System.Xml/XmlContentHandler.cm


CEnd Member Function

public RandomAccessIter<Attribute, const Attribute&, const Attribute*> CEnd()

Definition
Line 61 of System.Xml/XmlContentHandler.cm


Clear Member Function

public void Clear()

Definition
Line 73 of System.Xml/XmlContentHandler.cm


Count Member Function

public long Count()

Definition
Line 65 of System.Xml/XmlContentHandler.cm


End Member Function

public RandomAccessIter<Attribute, Attribute&, Attribute*> End()

Definition
Line 45 of System.Xml/XmlContentHandler.cm


End Member Function

public RandomAccessIter<Attribute, const Attribute&, const Attribute*> End()

Definition
Line 53 of System.Xml/XmlContentHandler.cm


GetAttributeValue Member Function

public const String<uchar>* GetAttributeValue(const String<uchar>& qualifiedName)

Definition
Line 89 of System.Xml/XmlContentHandler.cm


GetAttributeValue Member Function

public const String<uchar>* GetAttributeValue(const String<uchar>& namespaceUri, const String<uchar>& localName)

Definition
Line 77 of System.Xml/XmlContentHandler.cm