Java org.jsoup.parser Tag fields, constructors, methods, implement or subclass

Example usage for Java org.jsoup.parser Tag fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jsoup.parser Tag.

The text is from its open source code.

Field

booleanisBlock

Method

booleanisInline()
Gets if this tag is an inline tag.
TagvalueOf(String tagName)
Get a Tag by name.