Uses of Enum
org.codehaus.staxmate.in.SMEvent

Packages that use SMEvent
Package
Description
Package contains functionality for input-side processing.
  • Uses of SMEvent in org.codehaus.staxmate.in

    Fields in org.codehaus.staxmate.in declared as SMEvent
    Modifier and Type
    Field
    Description
    protected SMEvent
    CursorBase._currEvent
    Event that this cursor currently points to, if valid, or it last pointed to if not (including null if cursor has not yet been advanced).
    protected SMEvent
    CursorBase._currEvent
    Event that this cursor currently points to, if valid, or it last pointed to if not (including null if cursor has not yet been advanced).
    protected SMEvent
    CursorBase._currEvent
    Event that this cursor currently points to, if valid, or it last pointed to if not (including null if cursor has not yet been advanced).
    Methods in org.codehaus.staxmate.in that return SMEvent
    Modifier and Type
    Method
    Description
    SMInputCursor.getCurrEvent()
    Returns the type of event this cursor either currently points to (if in valid state), or pointed to (if ever iterated forward), or null if just created.
    SMFlatteningCursor.getNext()
     
    SMHierarchicCursor.getNext()
     
    abstract SMEvent
    SMInputCursor.getNext()
    Main iterating method.
    static SMEvent
    SMEvent.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    static SMEvent[]
    SMEvent.values()
    Returns an array containing the constants of this enum type, in the order they are declared.
    Methods in org.codehaus.staxmate.in with parameters of type SMEvent
    Modifier and Type
    Method
    Description
    boolean
    ElementFilter.accept(SMEvent evt, SMInputCursor caller)
     
    boolean
    SimpleFilter.accept(SMEvent evt, SMInputCursor caller)
     
    abstract boolean
    SMFilter.accept(SMEvent evt, SMInputCursor caller)
    Methods iterators call to check whether specified event should be return, or filtered out.
    Constructors in org.codehaus.staxmate.in with parameters of type SMEvent
    Modifier
    Constructor
    Description
     
    SimpleFilter(SMEvent eventToMatch)