enum: exml::nodeType
Description:
Value list
Detail:
typeUnknow
typeUnknow = 0
might be an error ...typeNode
typeNode = 1
might be an error ...typeDocument
typeDocument = 2
all the file main accesstypeDeclaration
typeDeclaration = 3
<?xml ... ?>typeAttribute
typeAttribute = 4
the <Element ATTRIBUTE="ATTRIBUTE_VALUE" />typeElement
typeElement = 5
the <XXX> ... </XXX>typeComment
typeComment = 6
comment node : <!-- -->typeText
typeText = 7
<XXX> InsideText </XXX>