Index

A B C D E F G H I K L M N O P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values

A

afterRoot() - Method in class com.sun.xml.dtdparser.DTDParser
 
AsciiReader(InputStream) - Constructor for class com.sun.xml.dtdparser.XmlReader.AsciiReader
 
assignedEncoding - Variable in class com.sun.xml.dtdparser.XmlReader
 
attributeDecl(String, String, String, String[], short, String) - Method in interface com.sun.xml.dtdparser.DTDEventListener
For each entry in an ATTLIST declaration, this event will be fired.
attributeDecl(String, String, String, String[], short, String) - Method in class com.sun.xml.dtdparser.DTDHandlerBase
 

B

BaseReader(InputStream) - Constructor for class com.sun.xml.dtdparser.XmlReader.BaseReader
 
buf - Variable in class com.sun.xml.dtdparser.InputEntity
 
buf - Variable in class com.sun.xml.dtdparser.InternalEntity
 
buffer - Variable in class com.sun.xml.dtdparser.XmlReader.BaseReader
 
BUFSIZ - Static variable in class com.sun.xml.dtdparser.InputEntity
 
builtin(String, String) - Method in class com.sun.xml.dtdparser.DTDParser
 
bundleName - Variable in class com.sun.xml.dtdparser.MessageCatalog
 

C

cache - Variable in class com.sun.xml.dtdparser.MessageCatalog
 
canonicalize(String[]) - Method in class com.sun.xml.dtdparser.MessageCatalog
 
Catalog() - Constructor for class com.sun.xml.dtdparser.DTDParser.Catalog
 
characters(char[], int, int) - Method in interface com.sun.xml.dtdparser.DTDEventListener
Receive notification of character data.
characters(char[], int, int) - Method in class com.sun.xml.dtdparser.DTDHandlerBase
 
chars - Variable in class com.sun.xml.dtdparser.DTDParser.NameCacheEntry
 
charsets - Static variable in class com.sun.xml.dtdparser.XmlReader
 
charTmp - Variable in class com.sun.xml.dtdparser.DTDParser
 
checkRecursion(InputEntity) - Method in class com.sun.xml.dtdparser.InputEntity
 
checkSurrogatePair(int) - Method in class com.sun.xml.dtdparser.InputEntity
 
childElement(String, short) - Method in interface com.sun.xml.dtdparser.DTDEventListener
 
childElement(String, short) - Method in class com.sun.xml.dtdparser.DTDHandlerBase
 
CHOICE - Static variable in interface com.sun.xml.dtdparser.DTDEventListener
 
chooseLocale(String[]) - Method in class com.sun.xml.dtdparser.DTDParser
Chooses a client locale to use for diagnostics, using the first language specified in the list that is supported by this parser.
chooseLocale(String[]) - Method in class com.sun.xml.dtdparser.MessageCatalog
Chooses a client locale to use, using the first language specified in the list that is supported by this catalog.
clear() - Method in class com.sun.xml.dtdparser.SimpleHashtable
 
close() - Method in class com.sun.xml.dtdparser.InputEntity
 
close() - Method in class com.sun.xml.dtdparser.XmlReader.BaseReader
 
close() - Method in class com.sun.xml.dtdparser.XmlReader
Closes the reader.
closed - Variable in class com.sun.xml.dtdparser.XmlReader
 
com.sun.xml.dtdparser - package com.sun.xml.dtdparser
scan DTD stream and generates appropriate events.
comment(String) - Method in interface com.sun.xml.dtdparser.DTDEventListener
Receive notification that a comment has been read.
comment(String) - Method in class com.sun.xml.dtdparser.DTDHandlerBase
 
connector(short) - Method in interface com.sun.xml.dtdparser.DTDEventListener
Connectors in one model group is guaranteed to be the same.
connector(short) - Method in class com.sun.xml.dtdparser.DTDHandlerBase
 
CONTENT_MODEL_ANY - Static variable in interface com.sun.xml.dtdparser.DTDEventListener
 
CONTENT_MODEL_CHILDREN - Static variable in interface com.sun.xml.dtdparser.DTDEventListener
 
CONTENT_MODEL_EMPTY - Static variable in interface com.sun.xml.dtdparser.DTDEventListener
 
CONTENT_MODEL_MIXED - Static variable in interface com.sun.xml.dtdparser.DTDEventListener
 
count - Variable in class com.sun.xml.dtdparser.SimpleHashtable
 
createInputSource(File) - Static method in class com.sun.xml.dtdparser.Resolver
Creates an input source from a given file, autodetecting the character encoding.
createInputSource(String, InputStream, boolean, String) - Static method in class com.sun.xml.dtdparser.Resolver
Returns an input source, using the MIME type information and URL scheme to statically determine the correct character encoding if possible and otherwise autodetecting it.
createInputSource(URL, boolean) - Static method in class com.sun.xml.dtdparser.Resolver
Creates an input source from a given URI.
createReader(InputStream) - Static method in class com.sun.xml.dtdparser.XmlReader
Constructs the reader from an input stream, auto-detecting the encoding to use according to the heuristic specified in the XML 1.0 recommendation.
createReader(InputStream, String) - Static method in class com.sun.xml.dtdparser.XmlReader
Creates a reader supporting the given encoding, mapping from standard encoding names to ones that understood by Java where necessary.
current - Variable in class com.sun.xml.dtdparser.SimpleHashtable
 
currentBucket - Variable in class com.sun.xml.dtdparser.SimpleHashtable
 

D

declaredElements - Variable in class com.sun.xml.dtdparser.DTDParser
 
doLexicalPE - Variable in class com.sun.xml.dtdparser.DTDParser
 
DTDEventListener - Interface in com.sun.xml.dtdparser
All DTD parsing events are signaled through this interface.
dtdHandler - Variable in class com.sun.xml.dtdparser.DTDParser
 
DTDHandlerBase - Class in com.sun.xml.dtdparser
do-nothing implementation of DTDEventHandler.
DTDHandlerBase() - Constructor for class com.sun.xml.dtdparser.DTDHandlerBase
 
DTDParser - Class in com.sun.xml.dtdparser
This implements parsing of XML 1.0 DTDs.
DTDParser() - Constructor for class com.sun.xml.dtdparser.DTDParser
 
DTDParser.Catalog - Class in com.sun.xml.dtdparser
 
DTDParser.NameCache - Class in com.sun.xml.dtdparser
 
DTDParser.NameCacheEntry - Class in com.sun.xml.dtdparser
 

E

endCDATA() - Method in interface com.sun.xml.dtdparser.DTDEventListener
Receive notification that the CDATA section finished.
endCDATA() - Method in class com.sun.xml.dtdparser.DTDHandlerBase
 
endContentModel(String, short) - Method in interface com.sun.xml.dtdparser.DTDEventListener
receives notification that parsing of content model is finished.
endContentModel(String, short) - Method in class com.sun.xml.dtdparser.DTDHandlerBase
 
endDTD() - Method in interface com.sun.xml.dtdparser.DTDEventListener
Receive notification of the end of a DTD.
endDTD() - Method in class com.sun.xml.dtdparser.DTDHandlerBase
 
endModelGroup(short) - Method in interface com.sun.xml.dtdparser.DTDEventListener
 
endModelGroup(short) - Method in class com.sun.xml.dtdparser.DTDHandlerBase
 
EndOfInputException - Exception Class in com.sun.xml.dtdparser
 
EndOfInputException() - Constructor for exception class com.sun.xml.dtdparser.EndOfInputException
 
entities - Variable in class com.sun.xml.dtdparser.DTDParser
 
EntityDecl - Class in com.sun.xml.dtdparser
Base class for entity declarations as used by the parser.
EntityDecl() - Constructor for class com.sun.xml.dtdparser.EntityDecl
 
Entry(int, Object, Object, SimpleHashtable.Entry) - Constructor for class com.sun.xml.dtdparser.SimpleHashtable.Entry
 
errHandler - Variable in class com.sun.xml.dtdparser.InputEntity
 
error(String, Object[]) - Method in class com.sun.xml.dtdparser.DTDParser
 
error(SAXParseException) - Method in interface com.sun.xml.dtdparser.DTDEventListener
 
error(SAXParseException) - Method in class com.sun.xml.dtdparser.DTDHandlerBase
 
expandEntityInLiteral(String, SimpleHashtable, boolean) - Method in class com.sun.xml.dtdparser.DTDParser
 
ExternalEntity - Class in com.sun.xml.dtdparser
 
ExternalEntity(InputEntity) - Constructor for class com.sun.xml.dtdparser.ExternalEntity
 
externalGeneralEntityDecl(String, String, String) - Method in interface com.sun.xml.dtdparser.DTDEventListener
Receive notification of an external parsed general entity declaration event.
externalGeneralEntityDecl(String, String, String) - Method in class com.sun.xml.dtdparser.DTDHandlerBase
 
externalParameterEntity(ExternalEntity) - Method in class com.sun.xml.dtdparser.DTDParser
 
externalParameterEntityDecl(String, String, String) - Method in interface com.sun.xml.dtdparser.DTDEventListener
Receive notification of an external parameter entity declaration event.
externalParameterEntityDecl(String, String, String) - Method in class com.sun.xml.dtdparser.DTDHandlerBase
 

F

fatal(String) - Method in class com.sun.xml.dtdparser.DTDParser
 
fatal(String, Object[]) - Method in class com.sun.xml.dtdparser.DTDParser
 
fatal(String, Object[]) - Method in class com.sun.xml.dtdparser.InputEntity
 
fatalError(SAXParseException) - Method in interface com.sun.xml.dtdparser.DTDEventListener
 
fatalError(SAXParseException) - Method in class com.sun.xml.dtdparser.DTDHandlerBase
 
fillbuf() - Method in class com.sun.xml.dtdparser.InputEntity
 
finish - Variable in class com.sun.xml.dtdparser.InputEntity
 
finish - Variable in class com.sun.xml.dtdparser.XmlReader.BaseReader
 

G

get(String) - Method in class com.sun.xml.dtdparser.SimpleHashtable
Returns the value to which the specified key is mapped in this hashtable.
getc() - Method in class com.sun.xml.dtdparser.DTDParser
 
getc() - Method in class com.sun.xml.dtdparser.InputEntity
gets the next Java character -- might be part of an XML text character represented by a surrogate pair, or be the end of the entity.
getColumnNumber() - Method in class com.sun.xml.dtdparser.DTDParser
 
getColumnNumber() - Method in class com.sun.xml.dtdparser.InputEntity
returns -1; maintaining column numbers hurts performance
getcps(String, InputEntity) - Method in class com.sun.xml.dtdparser.DTDParser
 
getDtdHandler() - Method in class com.sun.xml.dtdparser.DTDParser
Returns the handler used to for DTD parsing events.
getEncoding() - Method in class com.sun.xml.dtdparser.InputEntity
Returns the name of the encoding in use, else null; the name returned is in as standard a form as we can get.
getEncoding() - Method in class com.sun.xml.dtdparser.XmlReader
Returns the standard name of the encoding in use
getEntityResolver() - Method in class com.sun.xml.dtdparser.DTDParser
Returns the object used to resolve entities
getFrequency() - Method in class com.sun.xml.dtdparser.DTDParser
 
getInputEntity(DTDEventListener, Locale) - Static method in class com.sun.xml.dtdparser.InputEntity
 
getInputSource(EntityResolver) - Method in class com.sun.xml.dtdparser.ExternalEntity
 
getLineNumber() - Method in class com.sun.xml.dtdparser.DTDParser
 
getLineNumber() - Method in class com.sun.xml.dtdparser.InputEntity
Returns the current line number in this input source
getLocale() - Method in class com.sun.xml.dtdparser.DTDParser
Returns the diagnostic locale.
getLocale(String) - Method in class com.sun.xml.dtdparser.MessageCatalog
 
getMarkupDeclname(String, boolean) - Method in class com.sun.xml.dtdparser.DTDParser
 
getMessage(Locale, String) - Method in class com.sun.xml.dtdparser.MessageCatalog
Get a message localized to the specified locale, using the message ID and package name if no message is available.
getMessage(Locale, String, Object[]) - Method in class com.sun.xml.dtdparser.MessageCatalog
Format a message localized to the specified locale, using the message ID with its package name if none is available.
getMixed(String, InputEntity) - Method in class com.sun.xml.dtdparser.DTDParser
 
getMixedOrChildren(String) - Method in class com.sun.xml.dtdparser.DTDParser
returns content model type.
getName() - Method in class com.sun.xml.dtdparser.InputEntity
 
getNameChar() - Method in class com.sun.xml.dtdparser.InputEntity
returns the next name char, or NUL ...
getNmtoken() - Method in class com.sun.xml.dtdparser.DTDParser
 
getNonInterned(String) - Method in class com.sun.xml.dtdparser.SimpleHashtable
Returns the value to which the specified key is mapped in this hashtable ...
getPublicId() - Method in class com.sun.xml.dtdparser.DTDParser
 
getPublicId() - Method in class com.sun.xml.dtdparser.InputEntity
Returns the public ID of this input source, if known
getQuotedString(String, String) - Method in class com.sun.xml.dtdparser.DTDParser
 
getSystemId() - Method in class com.sun.xml.dtdparser.DTDParser
 
getSystemId() - Method in class com.sun.xml.dtdparser.InputEntity
Returns the system ID of this input source, if known
getTopEntity() - Method in class com.sun.xml.dtdparser.InputEntity
 

H

hash - Variable in class com.sun.xml.dtdparser.SimpleHashtable.Entry
 
hashtable - Variable in class com.sun.xml.dtdparser.DTDParser.NameCache
 
hasMoreElements() - Method in class com.sun.xml.dtdparser.SimpleHashtable
Used to view this as an enumeration; returns true if there are more keys to be enumerated.

I

id2loader - Variable in class com.sun.xml.dtdparser.Resolver
 
id2resource - Variable in class com.sun.xml.dtdparser.Resolver
 
id2uri - Variable in class com.sun.xml.dtdparser.Resolver
 
ids - Variable in class com.sun.xml.dtdparser.DTDParser
 
ignorableWhitespace(char[], int, int) - Method in interface com.sun.xml.dtdparser.DTDEventListener
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class com.sun.xml.dtdparser.DTDHandlerBase
 
ignorableWhitespace(DTDEventListener) - Method in class com.sun.xml.dtdparser.InputEntity
whitespace in markup (flagged to app, discardable)
ignoringMIME - Variable in class com.sun.xml.dtdparser.Resolver
 
in - Variable in class com.sun.xml.dtdparser.DTDParser
 
in - Variable in class com.sun.xml.dtdparser.XmlReader
 
init() - Method in class com.sun.xml.dtdparser.DTDParser
 
init(char[], String, InputEntity, boolean) - Method in class com.sun.xml.dtdparser.InputEntity
 
init(InputSource, String, InputEntity, boolean) - Method in class com.sun.xml.dtdparser.InputEntity
 
input - Variable in class com.sun.xml.dtdparser.InputEntity
 
InputEntity - Class in com.sun.xml.dtdparser
This is how the parser talks to its input entities, of all kinds.
InputEntity() - Constructor for class com.sun.xml.dtdparser.InputEntity
 
instream - Variable in class com.sun.xml.dtdparser.XmlReader.BaseReader
 
InternalEntity - Class in com.sun.xml.dtdparser
 
InternalEntity(String, char[]) - Constructor for class com.sun.xml.dtdparser.InternalEntity
 
internalGeneralEntityDecl(String, String) - Method in interface com.sun.xml.dtdparser.DTDEventListener
Receive notification of a internal general entity declaration event.
internalGeneralEntityDecl(String, String) - Method in class com.sun.xml.dtdparser.DTDHandlerBase
 
internalParameterEntityDecl(String, String) - Method in interface com.sun.xml.dtdparser.DTDEventListener
Receive notification of a internal parameter entity declaration event.
internalParameterEntityDecl(String, String) - Method in class com.sun.xml.dtdparser.DTDHandlerBase
 
isChar(int) - Static method in class com.sun.xml.dtdparser.XmlChars
Returns true if the argument, a UCS-4 character code, is valid in XML documents.
isClosed - Variable in class com.sun.xml.dtdparser.InputEntity
 
isCompatibilityChar(char) - Static method in class com.sun.xml.dtdparser.XmlChars
 
isDocument() - Method in class com.sun.xml.dtdparser.InputEntity
 
isEOF() - Method in class com.sun.xml.dtdparser.InputEntity
returns true iff there's no more data to consume ...
isExtender(char) - Static method in class com.sun.xml.dtdparser.XmlChars
 
isIgnoringMIME() - Method in class com.sun.xml.dtdparser.Resolver
Returns true if this resolver is ignoring MIME types in the documents it returns, to work around bugs in how servers have reported the documents' MIME types.
isInternal() - Method in class com.sun.xml.dtdparser.InputEntity
 
isLetter(char) - Static method in class com.sun.xml.dtdparser.XmlChars
Returns true if the character is an XML "letter".
isLetter2(char) - Static method in class com.sun.xml.dtdparser.XmlChars
 
isLocaleSupported(String) - Method in class com.sun.xml.dtdparser.MessageCatalog
Returns true iff the specified locale has explicit language support.
isName(String) - Static method in class com.sun.xml.dtdparser.XmlNames
Returns true if the value is a legal XML name.
isNameChar(char) - Static method in class com.sun.xml.dtdparser.XmlChars
Returns true if the character is allowed to be a non-initial character in names according to the XML recommendation.
isNCNameChar(char) - Static method in class com.sun.xml.dtdparser.XmlChars
Returns true if the character is allowed to be a non-initial character in unscoped names according to the rules of the XML Namespaces proposed recommendation.
isNCNmtoken(String) - Static method in class com.sun.xml.dtdparser.XmlNames
This method returns true if the identifier is a "name token" as defined by the XML Namespaces proposed recommendation.
isNmtoken(String) - Static method in class com.sun.xml.dtdparser.XmlNames
This method returns true if the identifier is a "name token" as defined in the XML specification.
Iso8859_1Reader(InputStream) - Constructor for class com.sun.xml.dtdparser.XmlReader.Iso8859_1Reader
 
isParameterEntity() - Method in class com.sun.xml.dtdparser.InputEntity
 
isPE - Variable in class com.sun.xml.dtdparser.EntityDecl
 
isPE - Variable in class com.sun.xml.dtdparser.InputEntity
 
isQualifiedName(String) - Static method in class com.sun.xml.dtdparser.XmlNames
Returns true if the value is a legal "qualified" XML name, as defined in the XML Namespaces proposed recommendation.
isSpace(char) - Static method in class com.sun.xml.dtdparser.XmlChars
Returns true if the character is allowed where XML supports whitespace characters, false otherwise.
isUnqualifiedName(String) - Static method in class com.sun.xml.dtdparser.XmlNames
Returns true if the value is a legal "unqualified" XML name, as defined in the XML Namespaces proposed recommendation.
isXmlLang(String) - Method in class com.sun.xml.dtdparser.DTDParser
 

K

key - Variable in class com.sun.xml.dtdparser.SimpleHashtable.Entry
 
keys() - Method in class com.sun.xml.dtdparser.SimpleHashtable
Returns an enumeration of the keys in this hashtable.

L

lineNumber - Variable in class com.sun.xml.dtdparser.InputEntity
 
loadFactor - Static variable in class com.sun.xml.dtdparser.SimpleHashtable
 
locale - Variable in class com.sun.xml.dtdparser.DTDParser
 
locale - Variable in class com.sun.xml.dtdparser.InputEntity
 
LOGGER - Static variable in class com.sun.xml.dtdparser.DTDParser
 
lookup(char[], int) - Method in class com.sun.xml.dtdparser.DTDParser.NameCache
 
lookupEntry(char[], int) - Method in class com.sun.xml.dtdparser.DTDParser.NameCache
 

M

mapResource(String) - Method in class com.sun.xml.dtdparser.Resolver
 
mark(int) - Method in class com.sun.xml.dtdparser.XmlReader
Sets a mark allowing a limited number of characters to be "peeked", by reading and then resetting.
markSupported() - Method in class com.sun.xml.dtdparser.XmlReader
Returns true iff the reader supports mark/reset.
matches(char[], int) - Method in class com.sun.xml.dtdparser.DTDParser.NameCacheEntry
 
MAXPUSHBACK - Static variable in class com.sun.xml.dtdparser.XmlReader
 
maybeAttlistDecl() - Method in class com.sun.xml.dtdparser.DTDParser
 
maybeComment(boolean) - Method in class com.sun.xml.dtdparser.DTDParser
 
maybeConditionalSect() - Method in class com.sun.xml.dtdparser.DTDParser
 
maybeElementDecl() - Method in class com.sun.xml.dtdparser.DTDParser
To validate, subclassers should at this time make sure that values are of the declared types: ID and IDREF(S) values are Names NMTOKEN(S) are Nmtokens ENUMERATION values match one of the tokens NOTATION values match a notation name ENTITIY(IES) values match an unparsed external entity
maybeEntityDecl() - Method in class com.sun.xml.dtdparser.DTDParser
 
maybeExternalID() - Method in class com.sun.xml.dtdparser.DTDParser
 
maybeGetName() - Method in class com.sun.xml.dtdparser.DTDParser
 
maybeGetNameCacheEntry() - Method in class com.sun.xml.dtdparser.DTDParser
 
maybeInCRLF - Variable in class com.sun.xml.dtdparser.InputEntity
 
maybeMarkupDecl() - Method in class com.sun.xml.dtdparser.DTDParser
 
maybeNotationDecl() - Method in class com.sun.xml.dtdparser.DTDParser
 
maybePEReference() - Method in class com.sun.xml.dtdparser.DTDParser
 
maybePI(boolean) - Method in class com.sun.xml.dtdparser.DTDParser
 
maybeReadAttribute(String, boolean) - Method in class com.sun.xml.dtdparser.DTDParser
 
maybeTextDecl() - Method in class com.sun.xml.dtdparser.DTDParser
 
maybeWhitespace() - Method in class com.sun.xml.dtdparser.DTDParser
 
maybeWhitespace() - Method in class com.sun.xml.dtdparser.InputEntity
optional grammatical whitespace (discarded)
MessageCatalog - Class in com.sun.xml.dtdparser
This class provides support for multi-language string lookup, as needed to localize messages from applications supporting multiple languages at the same time.
MessageCatalog(Class) - Constructor for class com.sun.xml.dtdparser.MessageCatalog
Create a message catalog for use by classes in the same package as the specified class.
MessageCatalog(Class, String) - Constructor for class com.sun.xml.dtdparser.MessageCatalog
Create a message catalog for use by classes in the same package as the specified class.
messages - Static variable in class com.sun.xml.dtdparser.DTDParser
 
mixedElement(String) - Method in interface com.sun.xml.dtdparser.DTDEventListener
receives notification of child element of mixed content model.
mixedElement(String) - Method in class com.sun.xml.dtdparser.DTDHandlerBase
 

N

name - Variable in class com.sun.xml.dtdparser.DTDParser.NameCacheEntry
 
name - Variable in class com.sun.xml.dtdparser.EntityDecl
 
name - Variable in class com.sun.xml.dtdparser.InputEntity
 
name2uri(String) - Method in class com.sun.xml.dtdparser.Resolver
 
nameCache - Variable in class com.sun.xml.dtdparser.DTDParser
 
NameCache() - Constructor for class com.sun.xml.dtdparser.DTDParser.NameCache
 
NameCacheEntry() - Constructor for class com.sun.xml.dtdparser.DTDParser.NameCacheEntry
 
nameCharString(char) - Method in class com.sun.xml.dtdparser.DTDParser
 
nameTmp - Variable in class com.sun.xml.dtdparser.DTDParser
 
newline - Static variable in class com.sun.xml.dtdparser.InputEntity
 
next - Variable in class com.sun.xml.dtdparser.DTDParser.NameCacheEntry
 
next - Variable in class com.sun.xml.dtdparser.InputEntity
 
next - Variable in class com.sun.xml.dtdparser.SimpleHashtable.Entry
 
nextChar - Variable in class com.sun.xml.dtdparser.XmlReader.Utf8Reader
 
nextChar(char, String, String) - Method in class com.sun.xml.dtdparser.DTDParser
 
nextElement() - Method in class com.sun.xml.dtdparser.SimpleHashtable
Used to view this as an enumeration; returns the next key in the enumeration.
normalize(boolean) - Method in class com.sun.xml.dtdparser.DTDParser
 
notation - Variable in class com.sun.xml.dtdparser.ExternalEntity
 
notationDecl(String, String, String) - Method in interface com.sun.xml.dtdparser.DTDEventListener
Receive notification of a Notation Declaration.
notationDecl(String, String, String) - Method in class com.sun.xml.dtdparser.DTDHandlerBase
 
notations - Variable in class com.sun.xml.dtdparser.DTDParser
 

O

OCCURENCE_ONCE - Static variable in interface com.sun.xml.dtdparser.DTDEventListener
 
OCCURENCE_ONE_OR_MORE - Static variable in interface com.sun.xml.dtdparser.DTDEventListener
 
OCCURENCE_ZERO_OR_MORE - Static variable in interface com.sun.xml.dtdparser.DTDEventListener
 
OCCURENCE_ZERO_OR_ONE - Static variable in interface com.sun.xml.dtdparser.DTDEventListener
 

P

params - Variable in class com.sun.xml.dtdparser.DTDParser
 
parse(String) - Method in class com.sun.xml.dtdparser.DTDParser
Parse a DTD.
parse(InputSource) - Method in class com.sun.xml.dtdparser.DTDParser
Parse a DTD.
parseCharNumber() - Method in class com.sun.xml.dtdparser.DTDParser
 
parsedContent(DTDEventListener) - Method in class com.sun.xml.dtdparser.InputEntity
normal content; whitespace in markup may be handled specially if the parser uses the content model.
parseInternal(InputSource) - Method in class com.sun.xml.dtdparser.DTDParser
 
parseLiteral(boolean) - Method in class com.sun.xml.dtdparser.DTDParser
 
parsePublicId() - Method in class com.sun.xml.dtdparser.DTDParser
 
parseSystemId() - Method in class com.sun.xml.dtdparser.DTDParser
 
peek(String) - Method in class com.sun.xml.dtdparser.DTDParser
 
peek(String, char[]) - Method in class com.sun.xml.dtdparser.InputEntity
returns false iff 'next' string isn't as provided, else skips that text and returns true.
peekc(char) - Method in class com.sun.xml.dtdparser.InputEntity
lookahead one character
peekDeclaration(String) - Method in class com.sun.xml.dtdparser.DTDParser
 
pop() - Method in class com.sun.xml.dtdparser.InputEntity
 
processingInstruction(String, String) - Method in interface com.sun.xml.dtdparser.DTDEventListener
Receive notification of a Processing Instruction.
processingInstruction(String, String) - Method in class com.sun.xml.dtdparser.DTDHandlerBase
 
publicId - Variable in class com.sun.xml.dtdparser.ExternalEntity
 
pushReader(char[], String, boolean) - Method in class com.sun.xml.dtdparser.DTDParser
 
pushReader(ExternalEntity) - Method in class com.sun.xml.dtdparser.DTDParser
 
put(Object, Object) - Method in class com.sun.xml.dtdparser.SimpleHashtable
Maps the specified key to the specified value in this hashtable.

R

read() - Method in class com.sun.xml.dtdparser.XmlReader
Reads a single character.
read(char[], int, int) - Method in class com.sun.xml.dtdparser.XmlReader.AsciiReader
 
read(char[], int, int) - Method in class com.sun.xml.dtdparser.XmlReader.Iso8859_1Reader
 
read(char[], int, int) - Method in class com.sun.xml.dtdparser.XmlReader
Reads the number of characters read into the buffer, or -1 on EOF.
read(char[], int, int) - Method in class com.sun.xml.dtdparser.XmlReader.Utf8Reader
 
readEncoding(boolean) - Method in class com.sun.xml.dtdparser.DTDParser
 
reader - Variable in class com.sun.xml.dtdparser.InputEntity
 
readVersion(boolean, String) - Method in class com.sun.xml.dtdparser.DTDParser
 
ready() - Method in class com.sun.xml.dtdparser.XmlReader.BaseReader
 
ready() - Method in class com.sun.xml.dtdparser.XmlReader
Returns true iff input characters are known to be ready.
registerCatalogEntry(String, String) - Method in class com.sun.xml.dtdparser.Resolver
Registers the given public ID as corresponding to a particular URI, typically a local copy.
registerCatalogEntry(String, String, ClassLoader) - Method in class com.sun.xml.dtdparser.Resolver
Registers a given public ID as corresponding to a particular Java resource in a given class loader, typically distributed with a software package.
rehash() - Method in class com.sun.xml.dtdparser.SimpleHashtable
Increases the capacity of and internally reorganizes this hashtable, in order to accommodate and access its entries more efficiently.
rememberedText - Variable in class com.sun.xml.dtdparser.InputEntity
 
rememberText() - Method in class com.sun.xml.dtdparser.InputEntity
 
reportConnector(char) - Method in class com.sun.xml.dtdparser.DTDParser
 
reset() - Method in class com.sun.xml.dtdparser.XmlReader
Resets the current position to the last marked position.
resolveEntity(String, String) - Method in class com.sun.xml.dtdparser.Resolver
SAX: Resolve the given entity into an input source.
resolver - Variable in class com.sun.xml.dtdparser.DTDParser
 
Resolver - Class in com.sun.xml.dtdparser
This entity resolver class provides a number of utilities which can help managment of external parsed entities in XML.
Resolver() - Constructor for class com.sun.xml.dtdparser.Resolver
Constructs a resolver.
returnedFirstHalf - Variable in class com.sun.xml.dtdparser.InputEntity
 

S

SEQUENCE - Static variable in interface com.sun.xml.dtdparser.DTDEventListener
 
setDocumentLocator(Locator) - Method in interface com.sun.xml.dtdparser.DTDEventListener
 
setDocumentLocator(Locator) - Method in class com.sun.xml.dtdparser.DTDHandlerBase
 
setDtdHandler(DTDEventListener) - Method in class com.sun.xml.dtdparser.DTDParser
Used by applications to set handling of DTD parsing events.
setEncoding(InputStream, String) - Method in class com.sun.xml.dtdparser.XmlReader
 
setEntityResolver(EntityResolver) - Method in class com.sun.xml.dtdparser.DTDParser
Lets applications control entity resolution.
setIgnoringMIME(boolean) - Method in class com.sun.xml.dtdparser.Resolver
Tells the resolver whether to ignore MIME types in the documents it retrieves.
setLocale(Locale) - Method in class com.sun.xml.dtdparser.DTDParser
Used by applications to request locale for diagnostics.
SimpleHashtable - Class in com.sun.xml.dtdparser
This class implements a special purpose hashtable.
SimpleHashtable() - Constructor for class com.sun.xml.dtdparser.SimpleHashtable
Constructs a new, empty hashtable with a default capacity.
SimpleHashtable(int) - Constructor for class com.sun.xml.dtdparser.SimpleHashtable
Constructs a new, empty hashtable with the specified initial capacity.
SimpleHashtable.Entry - Class in com.sun.xml.dtdparser
Hashtable collision list.
size() - Method in class com.sun.xml.dtdparser.SimpleHashtable
Returns the number of keys in this hashtable.
skip(long) - Method in class com.sun.xml.dtdparser.XmlReader
Skips a specified number of characters.
start - Variable in class com.sun.xml.dtdparser.InputEntity
 
start - Variable in class com.sun.xml.dtdparser.XmlReader.BaseReader
 
startCDATA() - Method in interface com.sun.xml.dtdparser.DTDEventListener
Receive notification that a CDATA section is beginning.
startCDATA() - Method in class com.sun.xml.dtdparser.DTDHandlerBase
 
startContentModel(String, short) - Method in interface com.sun.xml.dtdparser.DTDEventListener
receives notification that parsing of content model is beginning.
startContentModel(String, short) - Method in class com.sun.xml.dtdparser.DTDHandlerBase
 
startDTD(InputEntity) - Method in interface com.sun.xml.dtdparser.DTDEventListener
Receive notification of the beginning of the DTD.
startDTD(InputEntity) - Method in class com.sun.xml.dtdparser.DTDHandlerBase
 
startModelGroup() - Method in interface com.sun.xml.dtdparser.DTDEventListener
 
startModelGroup() - Method in class com.sun.xml.dtdparser.DTDHandlerBase
 
startRemember - Variable in class com.sun.xml.dtdparser.InputEntity
 
startRemembering() - Method in class com.sun.xml.dtdparser.InputEntity
 
std2java(String) - Static method in class com.sun.xml.dtdparser.XmlReader
 
strANY - Static variable in class com.sun.xml.dtdparser.DTDParser
 
strEMPTY - Static variable in class com.sun.xml.dtdparser.DTDParser
 
strTmp - Variable in class com.sun.xml.dtdparser.DTDParser
 
surrogatesToCharTmp(int) - Method in class com.sun.xml.dtdparser.DTDParser
 
systemId - Variable in class com.sun.xml.dtdparser.ExternalEntity
 

T

table - Variable in class com.sun.xml.dtdparser.SimpleHashtable
 
threshold - Variable in class com.sun.xml.dtdparser.SimpleHashtable
 
TYPE_CDATA - Static variable in class com.sun.xml.dtdparser.DTDParser
 
TYPE_ENTITIES - Static variable in class com.sun.xml.dtdparser.DTDParser
 
TYPE_ENTITY - Static variable in class com.sun.xml.dtdparser.DTDParser
 
TYPE_ENUMERATION - Static variable in class com.sun.xml.dtdparser.DTDParser
 
TYPE_ID - Static variable in class com.sun.xml.dtdparser.DTDParser
 
TYPE_IDREF - Static variable in class com.sun.xml.dtdparser.DTDParser
 
TYPE_IDREFS - Static variable in class com.sun.xml.dtdparser.DTDParser
 
TYPE_NMTOKEN - Static variable in class com.sun.xml.dtdparser.DTDParser
 
TYPE_NMTOKENS - Static variable in class com.sun.xml.dtdparser.DTDParser
 
TYPE_NOTATION - Static variable in class com.sun.xml.dtdparser.DTDParser
 
types - Static variable in class com.sun.xml.dtdparser.Resolver
 

U

ungetc() - Method in class com.sun.xml.dtdparser.DTDParser
 
ungetc() - Method in class com.sun.xml.dtdparser.InputEntity
two character pushback is guaranteed
unparsedContent(DTDEventListener, boolean, String) - Method in class com.sun.xml.dtdparser.InputEntity
CDATA -- character data, terminated by "]]>" and optionally including unescaped markup delimiters (ampersand and left angle bracket).
unparsedEntityDecl(String, String, String, String) - Method in interface com.sun.xml.dtdparser.DTDEventListener
Receive notification of an unparsed entity declaration.
unparsedEntityDecl(String, String, String, String) - Method in class com.sun.xml.dtdparser.DTDHandlerBase
 
USE_FIXED - Static variable in interface com.sun.xml.dtdparser.DTDEventListener
 
USE_IMPLIED - Static variable in interface com.sun.xml.dtdparser.DTDEventListener
 
USE_NORMAL - Static variable in interface com.sun.xml.dtdparser.DTDEventListener
 
USE_REQUIRED - Static variable in interface com.sun.xml.dtdparser.DTDEventListener
 
useEncodingDecl(PushbackInputStream, String) - Method in class com.sun.xml.dtdparser.XmlReader
 
Utf8Reader(InputStream) - Constructor for class com.sun.xml.dtdparser.XmlReader.Utf8Reader
 

V

value - Variable in class com.sun.xml.dtdparser.SimpleHashtable.Entry
 

W

warning(String, Object[]) - Method in class com.sun.xml.dtdparser.DTDParser
 
warning(SAXParseException) - Method in interface com.sun.xml.dtdparser.DTDEventListener
 
warning(SAXParseException) - Method in class com.sun.xml.dtdparser.DTDHandlerBase
 
whitespace(String) - Method in class com.sun.xml.dtdparser.DTDParser
 

X

XmlChars - Class in com.sun.xml.dtdparser
Methods in this class are used to determine whether characters may appear in certain roles in XML documents.
XmlChars() - Constructor for class com.sun.xml.dtdparser.XmlChars
 
XmlLang - Static variable in class com.sun.xml.dtdparser.DTDParser
 
XmlNames - Class in com.sun.xml.dtdparser
This class contains static methods used to determine whether identifiers may appear in certain roles in XML documents.
XmlNames() - Constructor for class com.sun.xml.dtdparser.XmlNames
 
XmlReader - Class in com.sun.xml.dtdparser
This handles several XML-related tasks that normal java.io Readers don't support, inluding use of IETF standard encoding names and automatic detection of most XML encodings.
XmlReader(InputStream) - Constructor for class com.sun.xml.dtdparser.XmlReader
 
XmlReader.AsciiReader - Class in com.sun.xml.dtdparser
 
XmlReader.BaseReader - Class in com.sun.xml.dtdparser
 
XmlReader.Iso8859_1Reader - Class in com.sun.xml.dtdparser
 
XmlReader.Utf8Reader - Class in com.sun.xml.dtdparser
 
A B C D E F G H I K L M N O P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values