Attributes Class

Member Functions | Type Aliases | Member Variables

Definition

Line 44 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

Type Aliases

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 76 of System.Xml/XmlContentHandler.cm


Begin Member Function

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

Definition
Line 48 of System.Xml/XmlContentHandler.cm


Begin Member Function

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

Definition
Line 56 of System.Xml/XmlContentHandler.cm


CBegin Member Function

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

Definition
Line 64 of System.Xml/XmlContentHandler.cm


CEnd Member Function

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

Definition
Line 68 of System.Xml/XmlContentHandler.cm


Clear Member Function

public void Clear()

Definition
Line 80 of System.Xml/XmlContentHandler.cm


Count Member Function

public long Count()

Definition
Line 72 of System.Xml/XmlContentHandler.cm


End Member Function

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

Definition
Line 52 of System.Xml/XmlContentHandler.cm


End Member Function

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

Definition
Line 60 of System.Xml/XmlContentHandler.cm


GetAttributeValue Member Function

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

Definition
Line 96 of System.Xml/XmlContentHandler.cm


GetAttributeValue Member Function

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

Definition
Line 84 of System.Xml/XmlContentHandler.cm