Java org.apache.wicket.markup.parser XmlPullParser fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.markup.parser XmlPullParser fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.markup.parser XmlPullParser.

The text is from its open source code.

Constructor

XmlPullParser()
Construct.

Method

CharSequencegetInput(final int fromPos, final int toPos)
CharSequencegetInputFromPositionMarker(final int toPos)
XmlTagnextTag()
voidparse(final InputStream inputStream, final String encoding)
Reads and parses markup from an input stream.
voidparse(final CharSequence string)
Parse the given string.
voidparse(final InputStream in)
Reads and parses markup from an input stream, using UTF-8 encoding by default when not specified in XML declaration.
voidsetPositionMarker()