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

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

Introduction

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

The text is from its open source code.

Constructor

Method

booleanatCloseTag()
MarkupElementget(final int index)
MarkupElementget()
intgetCurrentIndex()
IResourceStreamgetResource()
ComponentTaggetTag()
StringgetWicketNamespace()
Get the wicket namespace valid for this specific markup
booleanhasMore()
MarkupElementnext()
Note:
MarkupStreamsetCurrentIndex(final int currentIndex)
voidskipComponent()
Skips this component and all nested components
voidskipRawMarkup()
Skips any raw markup at the current position
voidskipToMatchingCloseTag(final ComponentTag openTag)
Renders markup until a closing tag for openTag is reached.
voidthrowMarkupException(final String message)
Throws a new markup exception
StringtoHtmlDebugString()
StringtoString()