ca.infoway.messagebuilder.xml.util
Class NamespaceUtil
java.lang.Object
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
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 |
NamespaceUtil
public NamespaceUtil()
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.