ca.infoway.messagebuilder.xml.util
Class NamespaceUtil

Package class diagram package NamespaceUtil
java.lang.Object
  extended by ca.infoway.messagebuilder.xml.util.NamespaceUtil

public class NamespaceUtil
extends Object

A utility to determine if an XML node is in the HL7 namespace.

Author:
Intelliware Development

Constructor Summary
NamespaceUtil()
           
 
Method Summary
static boolean isHl7Node(Node node)
          Determine if the node in the HL7 namespace.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamespaceUtil

public NamespaceUtil()
Method Detail

isHl7Node

public static boolean isHl7Node(Node node)

Determine if the node in the HL7 namespace.

Parameters:
node - - the node being considered
Returns:
true if the node is part of the HL7 namespace; false otherwise


Copyright © 2013. All Rights Reserved.