Class XMLTypeHelper


  • public class XMLTypeHelper
    extends Object
    Utility class with methods to help implement Element and Type Handlers
    Author:
    Jesse
    • Constructor Summary

      Constructors 
      Constructor Description
      XMLTypeHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Element findChildElement​(Type type, String localName, URI namespaceURI)  
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XMLTypeHelper

        public XMLTypeHelper()
    • Method Detail

      • findChildElement

        public static Element findChildElement​(Type type,
                                               String localName,
                                               URI namespaceURI)