Class IterativeDescriptorProcessor

    • Field Detail

      • __signature

        public static final Class<?>[] __signature
        Deprecated.
    • Constructor Detail

      • IterativeDescriptorProcessor

        public IterativeDescriptorProcessor()
        Deprecated.
    • Method Detail

      • registerVisitor

        public void registerVisitor​(String nodeName,
                                    Method m)
        Deprecated.
        Register a method to be called back when visiting the node with the given name. The method must exist on a subclass of this class, and must have the signature: public void method (Descriptor descriptor, XmlParser.Node node)
        Parameters:
        nodeName - the node name
        m - the method name