Liking cljdoc? Tell your friends :D

javax.swing.text.html.parser.Element

An element as described in a DTD using the ELEMENT construct. This is essential the description of a tag. It describes the type, content model, attributes, attribute types etc. It is used to correctly parse a document by the Parser.

An element as described in a DTD using the ELEMENT construct.
This is essential the description of a tag. It describes the
type, content model, attributes, attribute types etc. It is used
to correctly parse a document by the Parser.
raw docstring

*name-2typeclj

(*name-2type nm)

nm - java.lang.String

returns: int

nm - `java.lang.String`

returns: `int`
raw docstring

attsclj

(atts this)

Instance Field.

type: javax.swing.text.html.parser.AttributeList

Instance Field.

type: javax.swing.text.html.parser.AttributeList
raw docstring

contentclj

(content this)

Instance Field.

type: javax.swing.text.html.parser.ContentModel

Instance Field.

type: javax.swing.text.html.parser.ContentModel
raw docstring

dataclj

(data this)

Instance Field.

A field to store user data. Mostly used to store style sheets.

type: java.lang.Object

Instance Field.

A field to store user data. Mostly used to store
 style sheets.

type: java.lang.Object
raw docstring

empty?clj

(empty? this)

Check if empty

returns: boolean

Check if empty

returns: `boolean`
raw docstring

exclusionsclj

(exclusions this)

Instance Field.

type: java.util.BitSet

Instance Field.

type: java.util.BitSet
raw docstring

get-attributeclj

(get-attribute this name)

Get an attribute by name.

name - java.lang.String

returns: javax.swing.text.html.parser.AttributeList

Get an attribute by name.

name - `java.lang.String`

returns: `javax.swing.text.html.parser.AttributeList`
raw docstring

get-attribute-by-valueclj

(get-attribute-by-value this name)

Get an attribute by value.

name - java.lang.String

returns: javax.swing.text.html.parser.AttributeList

Get an attribute by value.

name - `java.lang.String`

returns: `javax.swing.text.html.parser.AttributeList`
raw docstring

get-attributesclj

(get-attributes this)

Get the attributes.

returns: javax.swing.text.html.parser.AttributeList

Get the attributes.

returns: `javax.swing.text.html.parser.AttributeList`
raw docstring

get-contentclj

(get-content this)

Get content model

returns: javax.swing.text.html.parser.ContentModel

Get content model

returns: `javax.swing.text.html.parser.ContentModel`
raw docstring

get-indexclj

(get-index this)

Get index.

returns: int

Get index.

returns: `int`
raw docstring

get-nameclj

(get-name this)

Get the name of the element.

returns: java.lang.String

Get the name of the element.

returns: `java.lang.String`
raw docstring

get-typeclj

(get-type this)

Get type.

returns: int

Get type.

returns: `int`
raw docstring

inclusionsclj

(inclusions this)

Instance Field.

type: java.util.BitSet

Instance Field.

type: java.util.BitSet
raw docstring

indexclj

(index this)

Instance Field.

type: int

Instance Field.

type: int
raw docstring

nameclj

(name this)

Instance Field.

type: java.lang.String

Instance Field.

type: java.lang.String
raw docstring

o-endclj

(o-end this)

Instance Field.

type: boolean

Instance Field.

type: boolean
raw docstring

o-startclj

(o-start this)

Instance Field.

type: boolean

Instance Field.

type: boolean
raw docstring

omit-endclj

(omit-end this)

Return true if the end tag can be omitted.

returns: boolean

Return true if the end tag can be omitted.

returns: `boolean`
raw docstring

omit-startclj

(omit-start this)

Return true if the start tag can be omitted.

returns: boolean

Return true if the start tag can be omitted.

returns: `boolean`
raw docstring

to-stringclj

(to-string this)

Convert to a string.

returns: a string representation of the object. - java.lang.String

Convert to a string.

returns: a string representation of the object. - `java.lang.String`
raw docstring

typeclj

(type this)

Instance Field.

type: int

Instance Field.

type: int
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close