Uses of Enum Class
org.libxmq.Proceed

  • Uses of Proceed in org.libxmq

    Subclasses with type arguments of type Proceed in org.libxmq
    Modifier and Type
    Class
    Description
    enum 
    Used when iterating over found DOM nodes.
    Methods in org.libxmq that return Proceed
    Modifier and Type
    Method
    Description
    NodeCallback.invoke(Node node)
    Invoked for each node found.
    static Proceed
    Proceed.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static Proceed[]
    Proceed.values()
    Returns an array containing the constants of this enum class, in the order they are declared.