herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
XML::ElementTypes Namespace Reference

ElementTypes contains the element type enumeration. More...

Enumerations

enum  EnumerateElementTypes {
  Unknown = -1 , Root = 0 , EmptyElement = 1 , Element = 2 ,
  ProcessingInstruction = 3 , CharacterData = 4 , ParsedCharacterData = 5 , Comment = 6
}
 The element type enumeration. More...
 

Detailed Description

ElementTypes contains the element type enumeration.

Author
Simon Platzer

Enumeration Type Documentation

◆ EnumerateElementTypes

The element type enumeration.

Enumerator
Root 

Unknown element type.

EmptyElement 

The entire document.

Element 

An empty element.

ProcessingInstruction 

An element.

CharacterData 

A processing instruction.

ParsedCharacterData 

Character data.

Comment 

Parsed character data.

Definition at line 29 of file Element.h.