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 L M N O P R S T U V

A

ANY - Static variable in interface com.hexidec.ekit.component.parser.DTDConstants
 
AttributeList - class com.hexidec.ekit.component.parser.AttributeList.
This class defines the attributes of an SGML element as described in a DTD using the ATTLIST construct.
AttributeList() - Constructor for class com.hexidec.ekit.component.parser.AttributeList
 
AttributeList(String) - Constructor for class com.hexidec.ekit.component.parser.AttributeList
Create an attribute list element.
AttributeList(String, int, int, String, Vector, AttributeList) - Constructor for class com.hexidec.ekit.component.parser.AttributeList
Create an attribute list element.
a - Variable in class com.hexidec.ekit.component.parser.DTD
 
addString(int) - Method in class com.hexidec.ekit.component.parser.Parser
Add a char to the string buffer.
advance(Object) - Method in class com.hexidec.ekit.component.parser.ContentModelState
Advance this state to a new state.
advance(Element) - Method in class com.hexidec.ekit.component.parser.TagStack
Advance the state by reducing the given element.
applet - Variable in class com.hexidec.ekit.component.parser.DTD
 
attributeTypes - Static variable in class com.hexidec.ekit.component.parser.AttributeList
Create a hashtable of attribute types.
attributes - Variable in class com.hexidec.ekit.component.parser.Parser
 
atts - Variable in class com.hexidec.ekit.component.parser.Element
 

B

b - Variable in class com.hexidec.ekit.component.parser.DTD
 
bNodespecTagFound - Variable in class com.hexidec.ekit.component.parser.Parser
 
base - Variable in class com.hexidec.ekit.component.parser.DTD
 
big - Variable in class com.hexidec.ekit.component.parser.DTD
 
body - Variable in class com.hexidec.ekit.component.parser.DTD
 
br - Variable in class com.hexidec.ekit.component.parser.DTD
 
breaksFlow() - Method in class com.hexidec.ekit.component.parser.TagElement
 
buf - Variable in class com.hexidec.ekit.component.parser.Parser
 

C

CDATA - Static variable in interface com.hexidec.ekit.component.parser.DTDConstants
 
CONREF - Static variable in interface com.hexidec.ekit.component.parser.DTDConstants
 
CURRENT - Static variable in interface com.hexidec.ekit.component.parser.DTDConstants
 
ContentModel - class com.hexidec.ekit.component.parser.ContentModel.
A representation of a content model.
ContentModel() - Constructor for class com.hexidec.ekit.component.parser.ContentModel
 
ContentModel(Element) - Constructor for class com.hexidec.ekit.component.parser.ContentModel
Create a content model for an element.
ContentModel(int, ContentModel) - Constructor for class com.hexidec.ekit.component.parser.ContentModel
Create a content model of a particular type.
ContentModel(int, Object, ContentModel) - Constructor for class com.hexidec.ekit.component.parser.ContentModel
Create a content model of a particular type.
ContentModelState - class com.hexidec.ekit.component.parser.ContentModelState.
A content model state.
ContentModelState(ContentModel) - Constructor for class com.hexidec.ekit.component.parser.ContentModelState
Create a content model state for a content model.
ContentModelState(Object, ContentModelState) - Constructor for class com.hexidec.ekit.component.parser.ContentModelState
Create a content model state for a content model given the remaining state that needs to be reduce.
ContentModelState(Object, ContentModelState, long) - Constructor for class com.hexidec.ekit.component.parser.ContentModelState
Create a content model state for a content model given the remaining state that needs to be reduce.
callback - Variable in class com.hexidec.ekit.component.parser.DocumentParser
 
ch - Variable in class com.hexidec.ekit.component.parser.Parser
 
com.hexidec.ekit.component.parser - package com.hexidec.ekit.component.parser
 
content - Variable in class com.hexidec.ekit.component.parser.ContentModel
The content.
content - Variable in class com.hexidec.ekit.component.parser.Element
 
contentModel() - Method in class com.hexidec.ekit.component.parser.TagStack
Return the ContentModel that must be satisfied by what comes next in the input stream.
contentTypes - Static variable in class com.hexidec.ekit.component.parser.Element
 
crCount - Variable in class com.hexidec.ekit.component.parser.Parser
Number of \r's encountered.
createDTD(DTD, String) - Static method in class com.hexidec.ekit.component.parser.ParserDelegator
 
crlfCount - Variable in class com.hexidec.ekit.component.parser.Parser
Number of \r\n's encountered.
currentBlockStartPos - Variable in class com.hexidec.ekit.component.parser.Parser
The start position of the current block.
currentPosition - Variable in class com.hexidec.ekit.component.parser.Parser
 

D

DEFAULT - Static variable in interface com.hexidec.ekit.component.parser.DTDConstants
 
DTD - class com.hexidec.ekit.component.parser.DTD.
The representation of an SGML DTD.
DTD(String) - Constructor for class com.hexidec.ekit.component.parser.DTD
Creates a new DTD with the specified name.
DTDConstants - interface com.hexidec.ekit.component.parser.DTDConstants.
SGML constants used in a DTD.
DocumentParser - class com.hexidec.ekit.component.parser.DocumentParser.
A Parser for HTML Documents (actually, you can specify a DTD, but you should really only use this class with the html dtd in swing).
DocumentParser(DTD) - Constructor for class com.hexidec.ekit.component.parser.DocumentParser
 
data - Variable in class com.hexidec.ekit.component.parser.Element
A field to store user data.
data - Variable in class com.hexidec.ekit.component.parser.Entity
 
debug(String) - Method in class com.hexidec.ekit.component.parser.DocumentParser
 
debugFlag - Static variable in class com.hexidec.ekit.component.parser.DocumentParser
 
defAttributeList(String, int, int, String, String, AttributeList) - Method in class com.hexidec.ekit.component.parser.DTD
Creates and returns an AttributeList.
defContentModel(int, Object, ContentModel) - Method in class com.hexidec.ekit.component.parser.DTD
Creates and returns a new content model.
defElement(String, int, boolean, boolean, ContentModel, String[], String[], AttributeList) - Method in class com.hexidec.ekit.component.parser.DTD
Creates and returns an Element.
defEntity(String, int, int) - Method in class com.hexidec.ekit.component.parser.DTD
Creates and returns a character Entity.
defEntity(String, int, String) - Method in class com.hexidec.ekit.component.parser.DTD
Creates and returns an Entity.
defineAttributeType(String, int) - Static method in class com.hexidec.ekit.component.parser.AttributeList
 
defineAttributes(String, AttributeList) - Method in class com.hexidec.ekit.component.parser.DTD
Returns the Element which matches the specified AttributeList.
defineElement(String, int, boolean, boolean, ContentModel, BitSet, BitSet, AttributeList) - Method in class com.hexidec.ekit.component.parser.DTD
Returns the Element which matches the specified parameters.
defineEntity(String, int, char[]) - Method in class com.hexidec.ekit.component.parser.DTD
Defines an entity.
div - Variable in class com.hexidec.ekit.component.parser.DTD
 
dtd - Variable in class com.hexidec.ekit.component.parser.Parser
 
dtd - Static variable in class com.hexidec.ekit.component.parser.ParserDelegator
 
dtdHash - Static variable in class com.hexidec.ekit.component.parser.DTD
The hashtable of DTDs.

E

EMPTY - Static variable in interface com.hexidec.ekit.component.parser.DTDConstants
 
ENDTAG - Static variable in interface com.hexidec.ekit.component.parser.DTDConstants
 
ENTITIES - Static variable in interface com.hexidec.ekit.component.parser.DTDConstants
 
ENTITY - Static variable in interface com.hexidec.ekit.component.parser.DTDConstants
 
Element - class com.hexidec.ekit.component.parser.Element.
An element as described in a DTD using the ELEMENT construct.
Element() - Constructor for class com.hexidec.ekit.component.parser.Element
 
Element(String, int) - Constructor for class com.hexidec.ekit.component.parser.Element
Create a new element.
Entity - class com.hexidec.ekit.component.parser.Entity.
An entity is described in a DTD using the ENTITY construct.
Entity(String, int, char[]) - Constructor for class com.hexidec.ekit.component.parser.Entity
Creates an entity.
elem - Variable in class com.hexidec.ekit.component.parser.TagElement
 
elem - Variable in class com.hexidec.ekit.component.parser.TagStack
 
elementExists(String) - Method in class com.hexidec.ekit.component.parser.DTD
Returns true if the element is part of the DTD, otherwise returns false.
elementHash - Variable in class com.hexidec.ekit.component.parser.DTD
 
elements - Variable in class com.hexidec.ekit.component.parser.DTD
 
empty() - Method in class com.hexidec.ekit.component.parser.ContentModel
Return true if the content model could match an empty input stream.
endTag(boolean) - Method in class com.hexidec.ekit.component.parser.Parser
Handle an end tag.
entityHash - Variable in class com.hexidec.ekit.component.parser.DTD
 
entityTypes - Static variable in class com.hexidec.ekit.component.parser.Entity
 
error(String, String, String, String) - Method in class com.hexidec.ekit.component.parser.Parser
Invoke the error handler.
error(String, String, String) - Method in class com.hexidec.ekit.component.parser.Parser
 
error(String, String) - Method in class com.hexidec.ekit.component.parser.Parser
 
error(String) - Method in class com.hexidec.ekit.component.parser.Parser
 
errorContext() - Method in class com.hexidec.ekit.component.parser.Parser
Error context.
excluded(int) - Method in class com.hexidec.ekit.component.parser.TagStack
Return true if the element that is contained at the index specified by the parameter is part of the exclusions specified in the DTD for the element currently on the TagStack.
exclusions - Variable in class com.hexidec.ekit.component.parser.Element
 
exclusions - Variable in class com.hexidec.ekit.component.parser.TagStack
 

F

FILE_VERSION - Static variable in class com.hexidec.ekit.component.parser.DTD
 
FIXED - Static variable in interface com.hexidec.ekit.component.parser.DTDConstants
 
fictional() - Method in class com.hexidec.ekit.component.parser.TagElement
 
first(Object) - Method in class com.hexidec.ekit.component.parser.ContentModel
Return true if the token could potentially be the first token in the input stream.
first() - Method in class com.hexidec.ekit.component.parser.ContentModel
Return the element that must be next.
first() - Method in class com.hexidec.ekit.component.parser.ContentModelState
Check if the state can be terminated.
first() - Method in class com.hexidec.ekit.component.parser.TagStack
Return the element that must come next in the input stream.
flushAttributes() - Method in class com.hexidec.ekit.component.parser.Parser
 
font - Variable in class com.hexidec.ekit.component.parser.DTD
 

G

GENERAL - Static variable in interface com.hexidec.ekit.component.parser.DTDConstants
 
getAttribute(String) - Method in class com.hexidec.ekit.component.parser.Element
Get an attribute by name.
getAttributeByValue(String) - Method in class com.hexidec.ekit.component.parser.Element
Get an attribute by value.
getAttributes() - Method in class com.hexidec.ekit.component.parser.Element
Get the attributes.
getAttributes() - Method in class com.hexidec.ekit.component.parser.Parser
 
getBlockStartPosition() - Method in class com.hexidec.ekit.component.parser.Parser
Returns the start position of the current block.
getChars(int) - Method in class com.hexidec.ekit.component.parser.Parser
 
getChars(int, int) - Method in class com.hexidec.ekit.component.parser.Parser
 
getContent() - Method in class com.hexidec.ekit.component.parser.Element
Get content model
getCurrentLine() - Method in class com.hexidec.ekit.component.parser.Parser
 
getCurrentPos() - Method in class com.hexidec.ekit.component.parser.Parser
 
getDTD(String) - Static method in class com.hexidec.ekit.component.parser.DTD
Returns a DTD with the specified name.
getData() - Method in class com.hexidec.ekit.component.parser.Entity
Returns the data.
getElement(String) - Method in class com.hexidec.ekit.component.parser.DTD
Gets an element by name.
getElement(int) - Method in class com.hexidec.ekit.component.parser.DTD
Gets an element by index.
getElement() - Method in class com.hexidec.ekit.component.parser.TagElement
 
getElements(Vector) - Method in class com.hexidec.ekit.component.parser.ContentModel
Update elemVec with the list of elements that are part of the this contentModel.
getEndOfLineString() - Method in class com.hexidec.ekit.component.parser.Parser
Returns the end of line string.
getEntity(String) - Method in class com.hexidec.ekit.component.parser.DTD
Gets an entity by name.
getEntity(int) - Method in class com.hexidec.ekit.component.parser.DTD
Gets a character entity.
getHTMLTag() - Method in class com.hexidec.ekit.component.parser.TagElement
 
getIndex() - Method in class com.hexidec.ekit.component.parser.Element
Get index.
getModel() - Method in class com.hexidec.ekit.component.parser.ContentModelState
Return the content model that is relevant to the current state.
getModifier() - Method in class com.hexidec.ekit.component.parser.AttributeList
 
getName() - Method in class com.hexidec.ekit.component.parser.AttributeList
 
getName() - Method in class com.hexidec.ekit.component.parser.DTD
Gets the name of the DTD.
getName() - Method in class com.hexidec.ekit.component.parser.Element
Get the name of the element.
getName() - Method in class com.hexidec.ekit.component.parser.Entity
Gets the name of the entity.
getNext() - Method in class com.hexidec.ekit.component.parser.AttributeList
 
getResourceAsStream(String) - Static method in class com.hexidec.ekit.component.parser.ParserDelegator
Fetch a resource relative to the ParserDelegator classfile.
getResourceAsStream(String) - Static method in class com.hexidec.ekit.component.parser.ResourceLoader
 
getString() - Method in class com.hexidec.ekit.component.parser.Entity
Returns the data as a String.
getString(int) - Method in class com.hexidec.ekit.component.parser.Parser
Get the string that's been accumulated.
getType() - Method in class com.hexidec.ekit.component.parser.AttributeList
 
getType() - Method in class com.hexidec.ekit.component.parser.Element
Get type.
getType() - Method in class com.hexidec.ekit.component.parser.Entity
Gets the type of the entity.
getValue() - Method in class com.hexidec.ekit.component.parser.AttributeList
 
getValues() - Method in class com.hexidec.ekit.component.parser.AttributeList
 

H

h1 - Variable in class com.hexidec.ekit.component.parser.DTD
 
h2 - Variable in class com.hexidec.ekit.component.parser.DTD
 
h3 - Variable in class com.hexidec.ekit.component.parser.DTD
 
h4 - Variable in class com.hexidec.ekit.component.parser.DTD
 
h5 - Variable in class com.hexidec.ekit.component.parser.DTD
 
h6 - Variable in class com.hexidec.ekit.component.parser.DTD
 
handleComment(char[]) - Method in class com.hexidec.ekit.component.parser.DocumentParser
 
handleComment(char[]) - Method in class com.hexidec.ekit.component.parser.Parser
Called when an HTML comment is encountered.
handleEOFInComment() - Method in class com.hexidec.ekit.component.parser.Parser
 
handleEmptyTag(TagElement) - Method in class com.hexidec.ekit.component.parser.DocumentParser
Handle Empty Tag.
handleEmptyTag(TagElement) - Method in class com.hexidec.ekit.component.parser.Parser
Called when an empty tag is encountered.
handleEndTag(TagElement) - Method in class com.hexidec.ekit.component.parser.DocumentParser
Handle End Tag.
handleEndTag(TagElement) - Method in class com.hexidec.ekit.component.parser.Parser
Called when an end tag is encountered.
handleError(int, String) - Method in class com.hexidec.ekit.component.parser.DocumentParser
 
handleError(int, String) - Method in class com.hexidec.ekit.component.parser.Parser
An error has occurred.
handleStartTag(TagElement) - Method in class com.hexidec.ekit.component.parser.DocumentParser
Handle Start Tag.
handleStartTag(TagElement) - Method in class com.hexidec.ekit.component.parser.Parser
Called when a start tag is encountered.
handleText(char[]) - Method in class com.hexidec.ekit.component.parser.DocumentParser
Handle Text.
handleText(char[]) - Method in class com.hexidec.ekit.component.parser.Parser
Called when PCDATA is encountered.
handleText(TagElement) - Method in class com.hexidec.ekit.component.parser.Parser
Output text.
handleTitle(char[]) - Method in class com.hexidec.ekit.component.parser.Parser
Called when an HTML title tag is encountered.
head - Variable in class com.hexidec.ekit.component.parser.DTD
 
hr - Variable in class com.hexidec.ekit.component.parser.DTD
 
html - Variable in class com.hexidec.ekit.component.parser.DTD
 
htmlTag - Variable in class com.hexidec.ekit.component.parser.TagElement
 

I

ID - Static variable in interface com.hexidec.ekit.component.parser.DTDConstants
 
IDREF - Static variable in interface com.hexidec.ekit.component.parser.DTDConstants
 
IDREFS - Static variable in interface com.hexidec.ekit.component.parser.DTDConstants
 
IMPLIED - Static variable in interface com.hexidec.ekit.component.parser.DTDConstants
 
i - Variable in class com.hexidec.ekit.component.parser.DTD
 
ignoreCharSet - Variable in class com.hexidec.ekit.component.parser.DocumentParser
 
ignoreElement(Element) - Method in class com.hexidec.ekit.component.parser.Parser
 
ignoreSpace - Variable in class com.hexidec.ekit.component.parser.Parser
The html spec does not specify how spaces are coalesced very well.
in - Variable in class com.hexidec.ekit.component.parser.Parser
 
inbody - Variable in class com.hexidec.ekit.component.parser.DocumentParser
 
included(Vector, DTD) - Method in class com.hexidec.ekit.component.parser.TagStack
Update the Vector elemVec with all the elements that are part of the inclusions listed in DTD for the element currently on the TagStack.
inclusions - Variable in class com.hexidec.ekit.component.parser.Element
 
inclusions - Variable in class com.hexidec.ekit.component.parser.TagStack
 
index - Variable in class com.hexidec.ekit.component.parser.Element
 
inhead - Variable in class com.hexidec.ekit.component.parser.DocumentParser
 
insertedByErrorRecovery - Variable in class com.hexidec.ekit.component.parser.TagElement
 
instyle - Variable in class com.hexidec.ekit.component.parser.DocumentParser
 
intitle - Variable in class com.hexidec.ekit.component.parser.DocumentParser
 
isEmpty() - Method in class com.hexidec.ekit.component.parser.Element
Check if empty
isGeneral() - Method in class com.hexidec.ekit.component.parser.Entity
Returns true if it is a general entity.
isParameter() - Method in class com.hexidec.ekit.component.parser.Entity
Returns true if it is a parameter entity.
isPreformatted() - Method in class com.hexidec.ekit.component.parser.TagElement
 
isindex - Variable in class com.hexidec.ekit.component.parser.DTD
 

L

last - Variable in class com.hexidec.ekit.component.parser.Parser
 
lastBlockStartPos - Variable in class com.hexidec.ekit.component.parser.Parser
Start position of the last block.
lastFormSent - Variable in class com.hexidec.ekit.component.parser.Parser
 
legalElementContext(Element) - Method in class com.hexidec.ekit.component.parser.Parser
Create a legal content for an element.
legalTagContext(TagElement) - Method in class com.hexidec.ekit.component.parser.Parser
Create a legal context for a tag.
len - Variable in class com.hexidec.ekit.component.parser.Parser
 
lfCount - Variable in class com.hexidec.ekit.component.parser.Parser
Number of \n's encountered.
link - Variable in class com.hexidec.ekit.component.parser.DTD
 
ln - Variable in class com.hexidec.ekit.component.parser.Parser
 

M

MD - Static variable in interface com.hexidec.ekit.component.parser.DTDConstants
 
MODEL - Static variable in interface com.hexidec.ekit.component.parser.DTDConstants
 
MS - Static variable in interface com.hexidec.ekit.component.parser.DTDConstants
 
makeTag(Element, boolean) - Method in class com.hexidec.ekit.component.parser.Parser
Makes a TagElement.
makeTag(Element) - Method in class com.hexidec.ekit.component.parser.Parser
 
markFirstTime(Element) - Method in class com.hexidec.ekit.component.parser.Parser
Marks the first time a tag has been seen in a document
maxIndex - Static variable in class com.hexidec.ekit.component.parser.Element
 
meta - Variable in class com.hexidec.ekit.component.parser.DTD
 
model - Variable in class com.hexidec.ekit.component.parser.ContentModelState
 
modifier - Variable in class com.hexidec.ekit.component.parser.AttributeList
 

N

NAME - Static variable in interface com.hexidec.ekit.component.parser.DTDConstants
 
NAMES - Static variable in interface com.hexidec.ekit.component.parser.DTDConstants
 
NMTOKEN - Static variable in interface com.hexidec.ekit.component.parser.DTDConstants
 
NMTOKENS - Static variable in interface com.hexidec.ekit.component.parser.DTDConstants
 
NOTATION - Static variable in interface com.hexidec.ekit.component.parser.DTDConstants
 
NPrintWriter - class com.hexidec.ekit.component.parser.NPrintWriter.
 
NPrintWriter(int) - Constructor for class com.hexidec.ekit.component.parser.NPrintWriter
 
NUMBER - Static variable in interface com.hexidec.ekit.component.parser.DTDConstants
 
NUMBERS - Static variable in interface com.hexidec.ekit.component.parser.DTDConstants
 
NUTOKEN - Static variable in interface com.hexidec.ekit.component.parser.DTDConstants
 
NUTOKENS - Static variable in interface com.hexidec.ekit.component.parser.DTDConstants
 
name - Variable in class com.hexidec.ekit.component.parser.AttributeList
 
name - Variable in class com.hexidec.ekit.component.parser.DTD
 
name - Variable in class com.hexidec.ekit.component.parser.Element
 
name - Variable in class com.hexidec.ekit.component.parser.Entity
 
name - Variable in class com.hexidec.ekit.component.parser.ResourceLoader
 
name2type(String) - Static method in class com.hexidec.ekit.component.parser.AttributeList
 
name2type(String) - Static method in class com.hexidec.ekit.component.parser.Element
 
name2type(String) - Static method in class com.hexidec.ekit.component.parser.Entity
Converts nm string to the corresponding entity type.
net - Variable in class com.hexidec.ekit.component.parser.TagStack
 
next - Variable in class com.hexidec.ekit.component.parser.AttributeList
 
next - Variable in class com.hexidec.ekit.component.parser.ContentModel
The next content model (in a ',', '|' or '&' expression).
next - Variable in class com.hexidec.ekit.component.parser.ContentModelState
 
next - Variable in class com.hexidec.ekit.component.parser.TagStack
 
numLines - Variable in class com.hexidec.ekit.component.parser.NPrintWriter
 
numPrinted - Variable in class com.hexidec.ekit.component.parser.NPrintWriter
 

O

oEnd - Variable in class com.hexidec.ekit.component.parser.Element
 
oStart - Variable in class com.hexidec.ekit.component.parser.Element
 
omitEnd() - Method in class com.hexidec.ekit.component.parser.Element
Return true if the end tag can be omitted.
omitStart() - Method in class com.hexidec.ekit.component.parser.Element
Return true if the start tag can be omitted.

P

PARAMETER - Static variable in interface com.hexidec.ekit.component.parser.DTDConstants
 
PI - Static variable in interface com.hexidec.ekit.component.parser.DTDConstants
 
PUBLIC - Static variable in interface com.hexidec.ekit.component.parser.DTDConstants
 
Parser - class com.hexidec.ekit.component.parser.Parser.
A simple DTD-driven HTML parser.
Parser(DTD) - Constructor for class com.hexidec.ekit.component.parser.Parser
 
ParserDelegator - class com.hexidec.ekit.component.parser.ParserDelegator.
Responsible for starting up a new DocumentParser each time its parse method is invoked.
ParserDelegator() - Constructor for class com.hexidec.ekit.component.parser.ParserDelegator
 
p - Variable in class com.hexidec.ekit.component.parser.DTD
 
param - Variable in class com.hexidec.ekit.component.parser.DTD
 
parse(Reader, HTMLEditorKit.ParserCallback, boolean) - Method in class com.hexidec.ekit.component.parser.DocumentParser
 
parse(Reader) - Method in class com.hexidec.ekit.component.parser.Parser
Parse an HTML stream, given a DTD.
parse(Reader, HTMLEditorKit.ParserCallback, boolean) - Method in class com.hexidec.ekit.component.parser.ParserDelegator
 
parseAttributeSpecificationList(Element) - Method in class com.hexidec.ekit.component.parser.Parser
Parse attribute specification List.
parseAttributeValue(boolean) - Method in class com.hexidec.ekit.component.parser.Parser
Parse attribute value.
parseComment() - Method in class com.hexidec.ekit.component.parser.Parser
Parse a comment.
parseContent() - Method in class com.hexidec.ekit.component.parser.Parser
Parse Content.
parseDTDMarkup() - Method in class com.hexidec.ekit.component.parser.Parser
Parses th Document Declaration Type markup declaration.
parseEntityReference() - Method in class com.hexidec.ekit.component.parser.Parser
Parse an entity reference.
parseIdentifier(boolean) - Method in class com.hexidec.ekit.component.parser.Parser
Parse identifier.
parseInvalidTag() - Method in class com.hexidec.ekit.component.parser.Parser
Parse an invalid tag.
parseLiteral(boolean) - Method in class com.hexidec.ekit.component.parser.Parser
Parse literal content.
parseMarkupDeclarations(StringBuffer) - Method in class com.hexidec.ekit.component.parser.Parser
Parse markup declarations.
parseTag() - Method in class com.hexidec.ekit.component.parser.Parser
Parse a start or end tag.
pcdata - Variable in class com.hexidec.ekit.component.parser.DTD
 
pos - Variable in class com.hexidec.ekit.component.parser.Parser
 
pre - Variable in class com.hexidec.ekit.component.parser.DTD
 
pre - Variable in class com.hexidec.ekit.component.parser.TagStack
 
println(char[]) - Method in class com.hexidec.ekit.component.parser.NPrintWriter
 
putDTDHash(String, DTD) - Static method in class com.hexidec.ekit.component.parser.DTD
 

R

RCDATA - Static variable in interface com.hexidec.ekit.component.parser.DTDConstants
 
REQUIRED - Static variable in interface com.hexidec.ekit.component.parser.DTDConstants
 
ResourceLoader - class com.hexidec.ekit.component.parser.ResourceLoader.
Simple class to load resources using the 1.2 security model.
ResourceLoader(String) - Constructor for class com.hexidec.ekit.component.parser.ResourceLoader
 
read(DataInputStream) - Method in class com.hexidec.ekit.component.parser.DTD
Recreates a DTD from an archived format.
readAttributeList(DataInputStream, String[]) - Method in class com.hexidec.ekit.component.parser.DTD
 
readCh() - Method in class com.hexidec.ekit.component.parser.Parser
 
readContentModel(DataInputStream, String[]) - Method in class com.hexidec.ekit.component.parser.DTD
 
readNameArray(DataInputStream, String[]) - Method in class com.hexidec.ekit.component.parser.DTD
 
readObject(ObjectInputStream) - Method in class com.hexidec.ekit.component.parser.ParserDelegator
 
recent - Variable in class com.hexidec.ekit.component.parser.Parser
 
resetStrBuffer() - Method in class com.hexidec.ekit.component.parser.Parser
 
run() - Method in class com.hexidec.ekit.component.parser.ResourceLoader
 

S

SDATA - Static variable in interface com.hexidec.ekit.component.parser.DTDConstants
 
STARTTAG - Static variable in interface com.hexidec.ekit.component.parser.DTDConstants
 
SYSTEM - Static variable in interface com.hexidec.ekit.component.parser.DTDConstants
 
seenBody - Variable in class com.hexidec.ekit.component.parser.Parser
 
seenHead - Variable in class com.hexidec.ekit.component.parser.Parser
 
seenHtml - Variable in class com.hexidec.ekit.component.parser.Parser
 
seentitle - Variable in class com.hexidec.ekit.component.parser.DocumentParser
 
setDefaultDTD() - Static method in class com.hexidec.ekit.component.parser.ParserDelegator
 
skipSpace() - Method in class com.hexidec.ekit.component.parser.Parser
Skip space.
skipTag - Variable in class com.hexidec.ekit.component.parser.Parser
 
small - Variable in class com.hexidec.ekit.component.parser.DTD
 
space - Variable in class com.hexidec.ekit.component.parser.Parser
 
stack - Variable in class com.hexidec.ekit.component.parser.Parser
 
startTag(TagElement) - Method in class com.hexidec.ekit.component.parser.Parser
Handle a start tag.
state - Variable in class com.hexidec.ekit.component.parser.TagStack
 
str - Variable in class com.hexidec.ekit.component.parser.Parser
 
strIndexOf(char) - Method in class com.hexidec.ekit.component.parser.Parser
 
strNodespecAttrValue - Variable in class com.hexidec.ekit.component.parser.Parser
 
strict - Variable in class com.hexidec.ekit.component.parser.Parser
This flag determines whether or not the Parser will be strict in enforcing SGML compatibility.
strike - Variable in class com.hexidec.ekit.component.parser.DTD
 
strpos - Variable in class com.hexidec.ekit.component.parser.Parser
 
style - Variable in class com.hexidec.ekit.component.parser.DTD
 
sub - Variable in class com.hexidec.ekit.component.parser.DTD
 
sup - Variable in class com.hexidec.ekit.component.parser.DTD
 

T

TagElement - class com.hexidec.ekit.component.parser.TagElement.
A generic HTML TagElement class.
TagElement(Element) - Constructor for class com.hexidec.ekit.component.parser.TagElement
 
TagElement(Element, boolean) - Constructor for class com.hexidec.ekit.component.parser.TagElement
 
TagStack - class com.hexidec.ekit.component.parser.TagStack.
A stack of tags.
TagStack(TagElement, TagStack) - Constructor for class com.hexidec.ekit.component.parser.TagStack
Construct a stack element.
tag - Variable in class com.hexidec.ekit.component.parser.TagStack
 
terminate() - Method in class com.hexidec.ekit.component.parser.ContentModelState
Check if the state can be terminated.
terminate() - Method in class com.hexidec.ekit.component.parser.TagStack
Return true if the current state can be terminated.
text - Variable in class com.hexidec.ekit.component.parser.Parser
 
textpos - Variable in class com.hexidec.ekit.component.parser.Parser
 
title - Variable in class com.hexidec.ekit.component.parser.DTD
 
toString() - Method in class com.hexidec.ekit.component.parser.AttributeList
 
toString() - Method in class com.hexidec.ekit.component.parser.ContentModel
Convert to a string.
toString() - Method in class com.hexidec.ekit.component.parser.DTD
Returns a string representation of this DTD.
toString() - Method in class com.hexidec.ekit.component.parser.Element
Convert to a string.
toString() - Method in class com.hexidec.ekit.component.parser.TagStack
Convert to a string.
type - Variable in class com.hexidec.ekit.component.parser.AttributeList
 
type - Variable in class com.hexidec.ekit.component.parser.ContentModel
Type.
type - Variable in class com.hexidec.ekit.component.parser.Element
 
type - Variable in class com.hexidec.ekit.component.parser.Entity
 
type2name(int) - Static method in class com.hexidec.ekit.component.parser.AttributeList
 

U

u - Variable in class com.hexidec.ekit.component.parser.DTD
 

V

val - Variable in class com.hexidec.ekit.component.parser.ContentModel
 
valSet - Variable in class com.hexidec.ekit.component.parser.ContentModel
 
value - Variable in class com.hexidec.ekit.component.parser.AttributeList
 
value - Variable in class com.hexidec.ekit.component.parser.ContentModelState
 
values - Variable in class com.hexidec.ekit.component.parser.AttributeList
 

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