Class gxe.xml.XmlNodeInfo
				
				
			
				Provides information about a target XML node.
				
				
					
Defined in:  gxe.js.
				
			
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| Field Attributes | Field Name and Description | 
|---|---|
| true if this node represents the document title | |
| true if this node represents an
  ISO19139 code list value | |
| true if this node represents an
  ISO19139 wrapped multi-value list (e.g. | |
| the local node name | |
| the namespace prefix | |
| the namespace URI | |
| the node value | 
					Field Detail
				
				
					 
					
					
					{boolean}
					isDocumentTitle
					
					
					
						true if this node represents the document title
						
						
					
					
					
						
						
						
						
					
					
					{boolean}
					isIsoCodeListValue
					
					
					
						true if this node represents an
  ISO19139 code list value
						
						
					
					
					
						
						
						
						
					
					
					{boolean}
					isIsoWrappedMultiValueList
					
					
					
						true if this node represents an
  ISO19139 wrapped multi-value list (e.g. MD_TopicCategoryCode - InputSelectMany)
						
						
					
					
					
						
						
						
						
					
					
					{String}
					localName
					
					
					
						the local node name
						
						
					
					
					
						
						
						
						
					
					
					{String}
					namespacePrefix
					
					
					
						the namespace prefix
						
						
					
					
					
						
						
						
						
					
					
					{String}
					namespaceURI
					
					
					
						the namespace URI
						
						
					
					
					
						
						
						
						
					
					
					{String}
					nodeValue
					
					
					
						the node value