Package | Description |
---|---|
org.codehaus.staxmate.in |
Package contains functionality for input-side processing.
|
Modifier and Type | Method and Description |
---|---|
SMEvent |
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.
|
abstract SMEvent |
SMInputCursor.getNext()
Main iterating method.
|
SMEvent |
SMHierarchicCursor.getNext() |
SMEvent |
SMFlatteningCursor.getNext() |
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.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
SMFilter.accept(SMEvent evt,
SMInputCursor caller)
Methods iterators call to check whether specified event should
be return, or filtered out.
|
boolean |
SimpleFilter.accept(SMEvent evt,
SMInputCursor caller) |
boolean |
ElementFilter.accept(SMEvent evt,
SMInputCursor caller) |
Constructor and Description |
---|
SimpleFilter(SMEvent eventToMatch) |
Copyright © 2013 FasterXML. All Rights Reserved.