haXe XPath Documentation
Back |
Indexenum dcxml.XmlType
import dcxml.Xml
Enumeration of the possible types of XML node
- Text
- Text node (corresponding to one or more sequential CDATA or PCDATA sections)
- ProcessingInstruction
- Processing instruction
- Element
- Element node
- Document
- Document root node
- DocType
- DOCTYPE declaration
- Attribute
- Attribute node
Back |
Index