Class XMLTypeHelper


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

      • XMLTypeHelper

        public XMLTypeHelper()
    • Method Detail

      • findChildElement

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