Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I J M N O P R S T U V

A

ANY - Static variable in interface javax.swing.text.html.parser.DTDConstants
The ANY constant, specifies an attribute, consisting from arbitrary characters.
AttributeList - class javax.swing.text.html.parser.AttributeList.
Stores the attribute information, obtained by parsing SGML (DTD) tag <!ATTLIST ..
AttributeList(String) - Constructor for class javax.swing.text.html.parser.AttributeList
Creates the attribute with the given name, initializing other fields to the default values ( 0 and null ).
AttributeList(String, int, int, String, Vector, AttributeList) - Constructor for class javax.swing.text.html.parser.AttributeList
Creates the attribute with the given properties.
applet - Variable in class javax.swing.text.html.parser.DTD
The applet element for this DTD.
assignField(Element) - Method in class javax.swing.text.html.parser.DTD
 
atts - Variable in class javax.swing.text.html.parser.Element
The element attributes.

B

base - Variable in class javax.swing.text.html.parser.DTD
The base element for this DTD.
bitSet(String[]) - Method in class javax.swing.text.html.parser.DTD
Create the bit set for this array of elements.
body - Variable in class javax.swing.text.html.parser.DTD
The body element for this DTD.
breaksFlow() - Method in class javax.swing.text.html.parser.TagElement
Calls breaksFlow() for the corresponding html tag and returns the obtained value.

C

CDATA - Static variable in interface javax.swing.text.html.parser.DTDConstants
The CDATA (Character data) constant, specifes the content model, consisting of characters only.
CONREF - Static variable in interface javax.swing.text.html.parser.DTDConstants
The attribute modifier #CONREF constant, specifies the IDREF value of the reference to content in another location of the document.
CURRENT - Static variable in interface javax.swing.text.html.parser.DTDConstants
The attribute modifier #CURRENT constant, specifies the value that at any point in the document is the last value supplied for that element.
ContentModel - class javax.swing.text.html.parser.ContentModel.
A representation of the element content.
ContentModel() - Constructor for class javax.swing.text.html.parser.ContentModel
Create a content model initializing all fields to default values.
ContentModel(Element) - Constructor for class javax.swing.text.html.parser.ContentModel
Create a content model, consisting of the single element.
ContentModel(int, ContentModel) - Constructor for class javax.swing.text.html.parser.ContentModel
Create a content model, involving expression of the given type.
ContentModel(int, Object, ContentModel) - Constructor for class javax.swing.text.html.parser.ContentModel
Create a content model, involving binary expression of the given type.
callBack - Variable in class javax.swing.text.html.parser.DocumentParser
The callback.
callBack - Variable in class javax.swing.text.html.parser.ParserDelegator
The callback.
content - Variable in class javax.swing.text.html.parser.ContentModel
The document content, containing either Element or the enclosed content model (that would be in the parentheses in BNF expression).
content - Variable in class javax.swing.text.html.parser.Element
The content model, defining elements, entities and DTD text that may/may not occur inside this element.
createDTD(DTD, String) - Static method in class javax.swing.text.html.parser.ParserDelegator
Registers the user - written DTD under the given name, also making it default for the subsequent parsings.

D

DEFAULT - Static variable in interface javax.swing.text.html.parser.DTDConstants
The DEFAULT constant, specifies the default value.
DTD - class javax.swing.text.html.parser.DTD.
Representation or the SGML DTD document.
DTD(String) - Constructor for class javax.swing.text.html.parser.DTD
Create a new DTD with the specified name.
DTDConstants - interface javax.swing.text.html.parser.DTDConstants.
This class defines the SGML basic types, used for describing HTML 4.01 at http://www.w3.org/TR/html4/types.html.
DocumentParser - class javax.swing.text.html.parser.DocumentParser.
A simple error-tolerant HTML parser that uses a DTD document to access data on the possible tokens, arguments and syntax.
DocumentParser(DTD) - Constructor for class javax.swing.text.html.parser.DocumentParser
Creates a new parser that uses the given DTD to access data on the possible tokens, arguments and syntax.
DocumentParser.gnuParser - class javax.swing.text.html.parser.DocumentParser.gnuParser.
The enclosed working parser class.
DocumentParser.gnuParser(DTD) - Constructor for class javax.swing.text.html.parser.DocumentParser.gnuParser
 
data - Variable in class javax.swing.text.html.parser.Element
A field to store additional user data for this Element.
data - Variable in class javax.swing.text.html.parser.Entity
The entity data
defAttributeList(String, int, int, String, String, AttributeList) - Method in class javax.swing.text.html.parser.DTD
Creates and returns new attribute (not an attribute list).
defContentModel(int, Object, ContentModel) - Method in class javax.swing.text.html.parser.DTD
Creates a new content model.
defElement(String, int, boolean, boolean, ContentModel, String[], String[], AttributeList) - Method in class javax.swing.text.html.parser.DTD
Defines a new element and adds it to the element table.
defEntity(String, int, int) - Method in class javax.swing.text.html.parser.DTD
Creates, adds into the entity table and returns the character entity like &lt; (means '<' );
defEntity(String, int, String) - Method in class javax.swing.text.html.parser.DTD
Creates, intializes and adds to the entity table the new entity.
defineAttributes(String, AttributeList) - Method in class javax.swing.text.html.parser.DTD
Define the attributes for the element with the given name.
defineElement(String, int, boolean, boolean, ContentModel, BitSet, BitSet, AttributeList) - Method in class javax.swing.text.html.parser.DTD
Defines the element and adds it to the element table.
defineEntity(String, int, char[]) - Method in class javax.swing.text.html.parser.DTD
Creates, intializes and adds to the entity table the new entity.
dtd - Variable in class javax.swing.text.html.parser.Parser
The document template description that will be used to parse the documents.
dtd - Static variable in class javax.swing.text.html.parser.ParserDelegator
 
dtdHash - Static variable in class javax.swing.text.html.parser.DTD
The table of existing available DTDs.

E

EMPTY - Static variable in interface javax.swing.text.html.parser.DTDConstants
The EMPTY constant, means the element with no content.
ENDTAG - Static variable in interface javax.swing.text.html.parser.DTDConstants
The ENDTAG constant, meaning that the element needs a closing tag.
ENTITIES - Static variable in interface javax.swing.text.html.parser.DTDConstants
The ENTITIES constant (list of ENTITYes)
ENTITY - Static variable in interface javax.swing.text.html.parser.DTDConstants
The ENTITY constant, meaning the numeric or symbolic name of some HTML data.
Element - class javax.swing.text.html.parser.Element.
Stores the element information, obtained by parsing SGML DTD tag <!ELEMENT ..
Element() - Constructor for class javax.swing.text.html.parser.Element
The default constructor must have package level access in this class.
Entity - class javax.swing.text.html.parser.Entity.
Stores information, obtained by parsing SGML DTL <!ENTITY % ..
Entity(String, int, char[]) - Constructor for class javax.swing.text.html.parser.Entity
Create a new entity
element - Variable in class javax.swing.text.html.parser.TagElement
The Element the tag was constructed from.
elementHash - Variable in class javax.swing.text.html.parser.DTD
The element for accessing all DTD elements by name.
elements - Variable in class javax.swing.text.html.parser.DTD
Contains all elements in this DTD.
empty() - Method in class javax.swing.text.html.parser.ContentModel
Checks if the content model matches an empty input stream.
endTag(boolean) - Method in class javax.swing.text.html.parser.Parser
The method is called when the HTML end (closing) tag is found or if the parser concludes that the one should be present in the current position.
entityHash - Variable in class javax.swing.text.html.parser.DTD
The entity table for accessing all DTD entities by name.
error(String) - Method in class javax.swing.text.html.parser.Parser
Invokes the error handler.
error(String, String) - Method in class javax.swing.text.html.parser.Parser
Invokes the error handler.
error(String, String, String) - Method in class javax.swing.text.html.parser.Parser
Invokes the error handler.
error(String, String, String, String) - Method in class javax.swing.text.html.parser.Parser
Invokes the error handler.
exclusions - Variable in class javax.swing.text.html.parser.Element
Contains refernces to elements that must NOT occur inside this element, at any level of hierarchy.

F

FILE_VERSION - Static variable in class javax.swing.text.html.parser.DTD
The version of the persistent data format.
FIXED - Static variable in interface javax.swing.text.html.parser.DTDConstants
The attribute modifier #FIXED constant, means that the attribute has the fixed value that cannot be changed.
fictional - Variable in class javax.swing.text.html.parser.TagElement
The 'fictional' flag.
fictional() - Method in class javax.swing.text.html.parser.TagElement
Get the value of the flag 'fictional'.
first() - Method in class javax.swing.text.html.parser.ContentModel
Get the element, stored in the next.content.
first(Object) - Method in class javax.swing.text.html.parser.ContentModel
Checks if this object can potentially be the first token in the ContenModel list.
flushAttributes() - Method in class javax.swing.text.html.parser.Parser
In this implementation, this is never called and returns without action.

G

GENERAL - Static variable in interface javax.swing.text.html.parser.DTDConstants
The GENERAL constant, specifies theat the entity is valid in the whole HTML document scope.
getAttribute(String) - Method in class javax.swing.text.html.parser.Element
Get the element attribute by name.
getAttributeByValue(String) - Method in class javax.swing.text.html.parser.Element
Get the element attribute by its value.
getAttributes() - Method in class javax.swing.text.html.parser.Element
Get all attributes of this document as an attribute list.
getAttributes() - Method in class javax.swing.text.html.parser.Parser
Get the attributes of the current tag.
getContent() - Method in class javax.swing.text.html.parser.Element
Get the content model, defining elements, entities and DTD text that may/may not occur inside this element.
getCurrentLine() - Method in class javax.swing.text.html.parser.Parser
Get the number of the document line being parsed.
getCurrentPos() - Method in class javax.swing.text.html.parser.Parser
Get the current position in the document being parsed.
getDTD(String) - Static method in class javax.swing.text.html.parser.DTD
Get this DTD by name.
getDTD() - Method in class javax.swing.text.html.parser.DocumentParser.gnuParser
 
getDTD() - Method in class javax.swing.text.html.parser.ParserDelegator.gnuParser
 
getData() - Method in class javax.swing.text.html.parser.Entity
Get the entity data.
getElement(String) - Method in class javax.swing.text.html.parser.DTD
Get the element by the element name.
getElement(int) - Method in class javax.swing.text.html.parser.DTD
Get the element by the value of its Element.index 55 field.
getElement() - Method in class javax.swing.text.html.parser.TagElement
Get the element from that the tag was constructed.
getElements(Vector) - Method in class javax.swing.text.html.parser.ContentModel
Adds all list elements to the given vector, ignoring the operations between the elements.
getEntity(int) - Method in class javax.swing.text.html.parser.DTD
Get the entity with the given identifier.
getEntity(String) - Method in class javax.swing.text.html.parser.DTD
Get the named entity by its name.
getHTMLTag() - Method in class javax.swing.text.html.parser.TagElement
Get the corresponding HTML tag.
getIndex() - Method in class javax.swing.text.html.parser.Element
Get the unique integer identifier of this Element, used to refer the element (more exactly, the element flag) in inclusions and exclusions bit set.
getModifier() - Method in class javax.swing.text.html.parser.AttributeList
Get the modifier of this attribute.
getName() - Method in class javax.swing.text.html.parser.AttributeList
Get the name of the attribute.
getName() - Method in class javax.swing.text.html.parser.DTD
Get the name of this instance of DTD
getName() - Method in class javax.swing.text.html.parser.Element
Get the element name.
getName() - Method in class javax.swing.text.html.parser.Entity
Get the entity name.
getNext() - Method in class javax.swing.text.html.parser.AttributeList
Get the value of ( = pointer to ) the next attribute in the linked list, storing all attributes of some Element.
getString() - Method in class javax.swing.text.html.parser.Entity
Returns a data as String
getType() - Method in class javax.swing.text.html.parser.AttributeList
Get the type of the attribute.
getType() - Method in class javax.swing.text.html.parser.Element
Get the element type.
getType() - Method in class javax.swing.text.html.parser.Entity
Get the entity type.
getValue() - Method in class javax.swing.text.html.parser.AttributeList
Get the default value of this attribute.
getValues() - Method in class javax.swing.text.html.parser.AttributeList
Get the allowed values of this attribute.
gnu - Variable in class javax.swing.text.html.parser.DocumentParser
The reference to the working class of HTML parser that is actually used to parse the document.
gnu - Variable in class javax.swing.text.html.parser.Parser
The package level reference to the working HTML parser in this implementation.
gnu - Variable in class javax.swing.text.html.parser.ParserDelegator
The reference to the working class of HTML parser that is actually used to parse the document.

H

handleComment(char[]) - Method in class javax.swing.text.html.parser.DocumentParser.gnuParser
 
handleComment(char[]) - Method in class javax.swing.text.html.parser.DocumentParser
Handle HTML comment.
handleComment(char[]) - Method in class javax.swing.text.html.parser.Parser
Handle HTML comment.
handleComment(char[]) - Method in class javax.swing.text.html.parser.ParserDelegator.gnuParser
 
handleEOFInComment() - Method in class javax.swing.text.html.parser.Parser
This is additionally called in when the HTML content terminates without closing the HTML comment.
handleEmptyTag(TagElement) - Method in class javax.swing.text.html.parser.DocumentParser.gnuParser
 
handleEmptyTag(TagElement) - Method in class javax.swing.text.html.parser.DocumentParser
Handle the tag with no content, like <br>.
handleEmptyTag(TagElement) - Method in class javax.swing.text.html.parser.Parser
Handle the tag with no content, like <br>.
handleEmptyTag(TagElement) - Method in class javax.swing.text.html.parser.ParserDelegator.gnuParser
 
handleEndTag(TagElement) - Method in class javax.swing.text.html.parser.DocumentParser.gnuParser
 
handleEndTag(TagElement) - Method in class javax.swing.text.html.parser.DocumentParser
The method is called when the HTML closing tag ((like </table>) is found or if the parser concludes that the one should be present in the current position.
handleEndTag(TagElement) - Method in class javax.swing.text.html.parser.Parser
The method is called when the HTML closing tag ((like </table>) is found or if the parser concludes that the one should be present in the current position.
handleEndTag(TagElement) - Method in class javax.swing.text.html.parser.ParserDelegator.gnuParser
 
handleError(int, String) - Method in class javax.swing.text.html.parser.DocumentParser.gnuParser
 
handleError(int, String) - Method in class javax.swing.text.html.parser.DocumentParser
 
handleError(int, String) - Method in class javax.swing.text.html.parser.Parser
 
handleError(int, String) - Method in class javax.swing.text.html.parser.ParserDelegator.gnuParser
 
handleStartTag(TagElement) - Method in class javax.swing.text.html.parser.DocumentParser.gnuParser
 
handleStartTag(TagElement) - Method in class javax.swing.text.html.parser.DocumentParser
The method is called when the HTML opening tag ((like <table>) is found or if the parser concludes that the one should be present in the current position.
handleStartTag(TagElement) - Method in class javax.swing.text.html.parser.Parser
The method is called when the HTML opening tag ((like <table>) is found or if the parser concludes that the one should be present in the current position.
handleStartTag(TagElement) - Method in class javax.swing.text.html.parser.ParserDelegator.gnuParser
 
handleText(char[]) - Method in class javax.swing.text.html.parser.DocumentParser.gnuParser
 
handleText(char[]) - Method in class javax.swing.text.html.parser.DocumentParser
Handle the text section.
handleText(char[]) - Method in class javax.swing.text.html.parser.Parser
Handle the text section.
handleText(char[]) - Method in class javax.swing.text.html.parser.ParserDelegator.gnuParser
 
handleTitle(char[]) - Method in class javax.swing.text.html.parser.Parser
Handle HTML <title> tag.
head - Variable in class javax.swing.text.html.parser.DTD
The head element for this DTD.
html - Variable in class javax.swing.text.html.parser.DTD
The html element for this DTD.

I

ID - Static variable in interface javax.swing.text.html.parser.DTDConstants
The ID constant, means that the token is the unique identifier.
IDREF - Static variable in interface javax.swing.text.html.parser.DTDConstants
The IDREF constant, specifies reference to a valid ID within the document.
IDREFS - Static variable in interface javax.swing.text.html.parser.DTDConstants
The IDREFS constant, a space separated list of IDREFs
IMPLIED - Static variable in interface javax.swing.text.html.parser.DTDConstants
The attribute modifier #IMPLIED constant, indicating that for this attribute the user agent must provide the value itself.
inclusions - Variable in class javax.swing.text.html.parser.Element
Contains refernces to elements that must CAN occur inside this element, at any level of hierarchy.
index - Variable in class javax.swing.text.html.parser.Element
This field contains the unique integer identifier of this Element, used to refer the element (more exactly, the element flag) in inclusions and exclusions bit set.
isEmpty() - Method in class javax.swing.text.html.parser.Element
Returns true for the element with no content.
isGeneral() - Method in class javax.swing.text.html.parser.Entity
Returns true for general entities.
isParameter() - Method in class javax.swing.text.html.parser.Entity
Returns true for parameter entities.
isPreformatted() - Method in class javax.swing.text.html.parser.TagElement
Calls isPreformatted() for the corresponding html tag and returns the obtained value.
isindex - Variable in class javax.swing.text.html.parser.DTD
The isindex element of for this DTD.

J

javax.swing.text.html.parser - package javax.swing.text.html.parser
Provides supporting classes for web browsers, web robots, web page content analysers, web editors and other applications applications working with Hypertext Markup Language (HTML).

M

MD - Static variable in interface javax.swing.text.html.parser.DTDConstants
The MD constant.
MODEL - Static variable in interface javax.swing.text.html.parser.DTDConstants
The MODEL constant.
MS - Static variable in interface javax.swing.text.html.parser.DTDConstants
The MS constant.
makeTag(Element) - Method in class javax.swing.text.html.parser.Parser
Constructs the tag from the given element.
makeTag(Element, boolean) - Method in class javax.swing.text.html.parser.Parser
Constructs the tag from the given element.
mapper - Static variable in class javax.swing.text.html.parser.AttributeList
Maps between type names and they string values.
mapper - Static variable in class javax.swing.text.html.parser.Element
Package level mapper between type names and they string values.
mapper - Static variable in class javax.swing.text.html.parser.Entity
Package level mapper between type names and they string values.
markFirstTime(Element) - Method in class javax.swing.text.html.parser.Parser
This is called when the tag, representing the given element, occurs first time in the document.
meta - Variable in class javax.swing.text.html.parser.DTD
The meta element for this DTD.
modifier - Variable in class javax.swing.text.html.parser.AttributeList
The modifier of this attribute.

N

NAME - Static variable in interface javax.swing.text.html.parser.DTDConstants
The NAME constant, means the token that must begin with letter, followed by any number of letters, digits, hyphens, underscores, colons and periods.
NAMES - Static variable in interface javax.swing.text.html.parser.DTDConstants
The NAMES constant, specifies a space separated of NAMEs.
NMTOKEN - Static variable in interface javax.swing.text.html.parser.DTDConstants
The NMTOKEN constant, specifies the attribute, consisting of characters that can be either digits or alphabetic characters).
NMTOKENS - Static variable in interface javax.swing.text.html.parser.DTDConstants
The NMTOKENS constant, specifies a list of NMTOKENs.
NOTATION - Static variable in interface javax.swing.text.html.parser.DTDConstants
The NOTATION constant, a previously defined data type.
NUMBER - Static variable in interface javax.swing.text.html.parser.DTDConstants
The NUMBER constant (means that the attribute consists of at least one decimal digit).
NUMBERS - Static variable in interface javax.swing.text.html.parser.DTDConstants
The NUMBERS constant, specifies a space separated list of NUMBERs.
NUTOKEN - Static variable in interface javax.swing.text.html.parser.DTDConstants
The NUTOKEN constant.
NUTOKENS - Static variable in interface javax.swing.text.html.parser.DTDConstants
The NUTOKENS constant.
name - Variable in class javax.swing.text.html.parser.AttributeList
The name of the attribute.
name - Variable in class javax.swing.text.html.parser.DTD
The name of this DTD.
name - Variable in class javax.swing.text.html.parser.Element
The element name.
name - Variable in class javax.swing.text.html.parser.Entity
The entity name.
name2type(String) - Static method in class javax.swing.text.html.parser.AttributeList
Converts a string value, representing a valid SGLM attribute type, into the corresponding value, defined in DTDConstants.
name2type(String) - Static method in class javax.swing.text.html.parser.Element
Converts the string representation of the element type into its unique integer identifier, defined in DTDConstants.
name2type(String) - Static method in class javax.swing.text.html.parser.Entity
Converts a given string to the corresponding entity type.
newElement(String) - Method in class javax.swing.text.html.parser.DTD
Find the element with the given name in the element table.
newEntity(String, int) - Method in class javax.swing.text.html.parser.DTD
Creates and adds to the element table the entity with an unitialized data section.
next - Variable in class javax.swing.text.html.parser.AttributeList
The value of ( = pointer to ) the next attribute in the linked list, storing all attributes of some Element.
next - Variable in class javax.swing.text.html.parser.ContentModel
The next content model model ( = pointer to the next element of the linked list) for the binary expression (',','&' or '|').

O

oEnd - Variable in class javax.swing.text.html.parser.Element
True is this element need not to have the closing tag, false otherwise.
oStart - Variable in class javax.swing.text.html.parser.Element
True is this element need not to have the starting tag, false otherwise.
omitEnd() - Method in class javax.swing.text.html.parser.Element
True is this element need not to have the starting tag, false otherwise.s element need not to have the closing tag, false otherwise.
omitStart() - Method in class javax.swing.text.html.parser.Element
True is this element need not to have the closing tag, false otherwise.

P

PARAMETER - Static variable in interface javax.swing.text.html.parser.DTDConstants
The PARAMETER constant, specifies that entity is only valid inside SGML DTD scope.
PI - Static variable in interface javax.swing.text.html.parser.DTDConstants
The PI (Processing Instruction) constant, specifies a processing instruction.
PUBLIC - Static variable in interface javax.swing.text.html.parser.DTDConstants
The PUBLIC constant, specifies the public entity.
Parser - class javax.swing.text.html.parser.Parser.
A simple error-tolerant HTML parser that uses a DTD document to access data on the possible tokens, arguments and syntax.
Parser(DTD) - Constructor for class javax.swing.text.html.parser.Parser
Creates a new parser that uses the given DTD to access data on the possible tokens, arguments and syntax.
ParserDelegator - class javax.swing.text.html.parser.ParserDelegator.
This class instantiates and starts the working instance of html parser, being responsible for providing the default DTD.
ParserDelegator() - Constructor for class javax.swing.text.html.parser.ParserDelegator
 
ParserDelegator.gnuParser - class javax.swing.text.html.parser.ParserDelegator.gnuParser.
 
ParserDelegator.gnuParser(DTD) - Constructor for class javax.swing.text.html.parser.ParserDelegator.gnuParser
 
p - Variable in class javax.swing.text.html.parser.DTD
The p element for this DTD.
param - Variable in class javax.swing.text.html.parser.DTD
The param element for this DTD.
parse(Reader, HTMLEditorKit.ParserCallback, boolean) - Method in class javax.swing.text.html.parser.DocumentParser
Parses the HTML document, calling methods of the provided callback.
parse(Reader) - Method in class javax.swing.text.html.parser.Parser
Parse the HTML text, calling various methods in response to the occurence of the corresponding HTML constructions.
parse(Reader, HTMLEditorKit.ParserCallback, boolean) - Method in class javax.swing.text.html.parser.ParserDelegator
Parses the HTML document, calling methods of the provided callback.
parseDTDMarkup() - Method in class javax.swing.text.html.parser.Parser
Parses DTD markup declaration.
parseMarkupDeclarations(StringBuffer) - Method in class javax.swing.text.html.parser.Parser
Parse DTD document declarations.
parser - Variable in class javax.swing.text.html.parser.DocumentParser
This field is used to access the identically named methods of the outer class.
pcdata - Variable in class javax.swing.text.html.parser.DTD
The pcdata for this DTD.
putDTDHash(String, DTD) - Static method in class javax.swing.text.html.parser.DTD
Place this DTD into the DTD table.

R

RCDATA - Static variable in interface javax.swing.text.html.parser.DTDConstants
The RCDATA constant (Entity References and Character Data), specifies the content model, consisting of characters AND entities.
REQUIRED - Static variable in interface javax.swing.text.html.parser.DTDConstants
The attribute modifier #REQUIRED constant, indicates that the value must be supplied.
read(DataInputStream) - Method in class javax.swing.text.html.parser.DTD
Reads DTD from an archived format.

S

SDATA - Static variable in interface javax.swing.text.html.parser.DTDConstants
The SDATA constant.
STARTTAG - Static variable in interface javax.swing.text.html.parser.DTDConstants
The STARTTAG, meaning that the element needs a starting tag.
SYSTEM - Static variable in interface javax.swing.text.html.parser.DTDConstants
The SYSTEM constant, specifies the system entitiy.
sdata - Variable in class javax.swing.text.html.parser.Entity
String representation of the entity data.
serialVersionUID - Static variable in class javax.swing.text.html.parser.AttributeList
Use serialVersionUID for interoperability.
serialVersionUID - Static variable in class javax.swing.text.html.parser.ContentModel
Use serialVersionUID for interoperability.
serialVersionUID - Static variable in class javax.swing.text.html.parser.Element
Use serialVersionUID for interoperability.
serialVersionUID - Static variable in class javax.swing.text.html.parser.ParserDelegator.gnuParser
 
serialVersionUID - Static variable in class javax.swing.text.html.parser.ParserDelegator
Use serialVersionUID for interoperability.
setDefaultDTD() - Static method in class javax.swing.text.html.parser.ParserDelegator
Calling this method instructs that, if not specified directly, the documents will be parsed using the default DTD of the implementation.
startTag(TagElement) - Method in class javax.swing.text.html.parser.Parser
The method is called when the HTML opening tag ((like <table>) is found or if the parser concludes that the one should be present in the current position.
strict - Variable in class javax.swing.text.html.parser.Parser
The value of this field determines whether or not the Parser will be strict in enforcing SGML compatibility.

T

TagElement - class javax.swing.text.html.parser.TagElement.
The SGML element, defining a single html tag.
TagElement(Element) - Constructor for class javax.swing.text.html.parser.TagElement
Creates the html tag element from the defintion, stored in the given element.
TagElement(Element, boolean) - Constructor for class javax.swing.text.html.parser.TagElement
Creates the html tag element from the defintion, stored in the given element, setting the flag 'fictional' to the given value.
tag - Variable in class javax.swing.text.html.parser.TagElement
The coresponding HTML tag, assigned once in constructor.
title - Variable in class javax.swing.text.html.parser.DTD
The title element for this DTD.
toString() - Method in class javax.swing.text.html.parser.AttributeList
Returns the attribute name.
toString() - Method in class javax.swing.text.html.parser.ContentModel
Returns a string representation (an expression) of this content model.
toString() - Method in class javax.swing.text.html.parser.DTD
Returns the name of this instance of DTD.
toString() - Method in class javax.swing.text.html.parser.Element
Returns the name of this element.
toString() - Method in class javax.swing.text.html.parser.TagElement
Returns string representation of this object.
type - Variable in class javax.swing.text.html.parser.AttributeList
The type of the attribute.
type - Variable in class javax.swing.text.html.parser.ContentModel
Specifies the BNF operation between this node and the node, stored in the field next (or for this node, if it is an unary operation.
type - Variable in class javax.swing.text.html.parser.Element
The element type, containing value, defined in DTDConstants.
type - Variable in class javax.swing.text.html.parser.Entity
The entity type.
type2name(int) - Static method in class javax.swing.text.html.parser.AttributeList
Converts a value from DTDConstants into the string representation.

U

unexpected(Exception) - Method in class javax.swing.text.html.parser.DTD
 

V

value - Variable in class javax.swing.text.html.parser.AttributeList
The default value of this attribute.
values - Variable in class javax.swing.text.html.parser.AttributeList
The explicit set of the allowed values of this attribute.

A B C D E F G H I J M N O P R S T U V