Java com.amazonaws.transform StaxUnmarshallerContext fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.transform StaxUnmarshallerContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.transform StaxUnmarshallerContext.

The text is from its open source code.

Method

intgetCurrentDepth()
Returns the element depth of the parser's current position in the XML document being parsed.
booleanisStartOfDocument()
Returns true if this unmarshaller context is at the very beginning of a source document (i.e.
XMLEventnextEvent()
Returns the next XML event for the document being parsed.
booleantestExpression(String expression, int startingStackDepth)
Tests the specified expression against the current position in the XML document being parsed, and restricts the expression to matching at the specified stack depth.