Uses of Class
org.codehaus.staxmate.in.SMEvent
-
Packages that use SMEvent Package Description org.codehaus.staxmate.in 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 SMEventCursorBase. _currEventEvent that this cursor currently points to, if valid, or it last pointed to if not (including null if cursor has not yet been advanced).private static SMEvent[]CursorBase. EVENTS_BY_IDSThis is the mapping array, indexed by Stax 1.0 event type integer code, value being matchingSMEventenumeration value.Methods in org.codehaus.staxmate.in that return SMEvent Modifier and Type Method Description (package private) static SMEvent[]SMEvent. constructIdToEventMapping()Method that will construct the mapping from event id int codes (used byXMLStreamReaderto actualSMEventenum values.protected static SMEventCursorBase. eventObjectByEventId(int type)Note: no checks are done regarding validity of passed-in type.SMEventSMInputCursor. 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.SMEventSMFlatteningCursor. getNext()SMEventSMHierarchicCursor. getNext()abstract SMEventSMInputCursor. getNext()Main iterating method.static SMEventSMEvent. valueOf(java.lang.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 protected javax.xml.stream.XMLStreamExceptionCursorBase. _wrongState(java.lang.String method, SMEvent expState)booleanElementFilter. accept(SMEvent evt, SMInputCursor caller)booleanSimpleFilter. accept(SMEvent evt, SMInputCursor caller)abstract booleanSMFilter. 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 Constructor Description SimpleFilter(SMEvent eventToMatch)
-