A D F G I L M N P R S V

A

addDocType() - Method in class net.socialchange.doctype.DoctypeChangerStream
Add the DOCTYPE declaration to the buffer, from which it will be read in subsequent DoctypeChangerStream.read() operations.

D

debug - Variable in class net.socialchange.doctype.DoctypeParser
The debugging detail level for this component.
docStarted - Variable in class net.socialchange.doctype.DoctypeChangerStream
 
Doctype - Interface in net.socialchange.doctype
Stores all information in a DOCTYPE declaration.
doctype - Variable in class net.socialchange.doctype.DoctypeChangerStream
 
DoctypeChangerStream - Class in net.socialchange.doctype
This class adds, removes or otherwise modifies a DOCTYPE declaration to an incoming XML document.
DoctypeChangerStream(InputStream) - Constructor for class net.socialchange.doctype.DoctypeChangerStream
Constructor.
DoctypeGenerator - Interface in net.socialchange.doctype
Generates a new doctype declaration.
DoctypeImpl - Class in net.socialchange.doctype
Read-only object representing a doctype declaration.
DoctypeImpl(String, String, String, String) - Constructor for class net.socialchange.doctype.DoctypeImpl
 
DoctypeParser - Class in net.socialchange.doctype
Class for parsing a Doctype declaration and storing read information for later retrieval.
DoctypeParser() - Constructor for class net.socialchange.doctype.DoctypeParser
Instantiate a parser.
DoctypeParser(int) - Constructor for class net.socialchange.doctype.DoctypeParser
Instantiate a parser, with a certain debug level.

F

feedFromInternalBuffer() - Method in class net.socialchange.doctype.DoctypeChangerStream
 
fVersion - Static variable in class net.socialchange.doctype.Version
Version string.

G

generate(Doctype) - Method in interface net.socialchange.doctype.DoctypeGenerator
Method which generates a new doctype declaration.
generator - Variable in class net.socialchange.doctype.DoctypeChangerStream
 
getDoctype() - Method in class net.socialchange.doctype.DoctypeChangerStream
Get the Doctype set for the parsed stream.
getDoctype() - Method in class net.socialchange.doctype.DoctypeParser
 
getErrorMessage() - Method in class net.socialchange.doctype.DoctypeParser
If a parse failed, this will return any error message associated with the failure
getInternalSubset() - Method in interface net.socialchange.doctype.Doctype
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" [<!ENTITY name "Joe">]>
getInternalSubset() - Method in class net.socialchange.doctype.DoctypeImpl
 
getPublicId() - Method in interface net.socialchange.doctype.Doctype
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" [<!ENTITY name "Joe">]>
getPublicId() - Method in class net.socialchange.doctype.DoctypeImpl
 
getRootElement() - Method in interface net.socialchange.doctype.Doctype
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" [<!ENTITY name "Joe">]>
getRootElement() - Method in class net.socialchange.doctype.DoctypeImpl
 
getSystemId() - Method in interface net.socialchange.doctype.Doctype
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" [<!ENTITY name "Joe">]">
getSystemId() - Method in class net.socialchange.doctype.DoctypeImpl
 
getVersion() - Static method in class net.socialchange.doctype.Version
Get the jar version string.

I

inComment - Variable in class net.socialchange.doctype.DoctypeChangerStream
 

L

log(String) - Method in class net.socialchange.doctype.DoctypeParser
 
log(int) - Method in class net.socialchange.doctype.DoctypeParser
 

M

main(String[]) - Static method in class net.socialchange.doctype.Version
Prints out the version number to System.out.
myBuffer - Variable in class net.socialchange.doctype.DoctypeChangerStream
 

N

net.socialchange.doctype - package net.socialchange.doctype
 

P

parse(InputStream) - Method in class net.socialchange.doctype.DoctypeParser
Parse a doctype declaration.
parse(InputStream, StringBuffer) - Method in class net.socialchange.doctype.DoctypeParser
Parse a doctype declaration, storing read characters.

R

read() - Method in class net.socialchange.doctype.DoctypeChangerStream
 
read(byte[], int, int) - Method in class net.socialchange.doctype.DoctypeChangerStream
 

S

setGenerator(DoctypeGenerator) - Method in class net.socialchange.doctype.DoctypeChangerStream
Set the Generator which will determine the policy for what to do with the DOCTYPE declaration.

V

Version - Class in net.socialchange.doctype
This class defines the version number of this code.
Version() - Constructor for class net.socialchange.doctype.Version
 

A D F G I L M N P R S V

Copyright ? 2001 Social Change Online. All Rights Reserved.