A C D E F G I M N O P R S T U W X 

A

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
 

C

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
 
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.
close() - Method in class com.sun.xml.dtdparser.InputEntity
 
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
 
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.
createInputSource(File) - Static method in class com.sun.xml.dtdparser.Resolver
Creates an input source from a given file, autodetecting the character encoding.

D

declaredElements - Variable in class com.sun.xml.dtdparser.DTDParser
 
DTDEventListener - Interface in com.sun.xml.dtdparser
All DTD parsing events are signaled through this interface.
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
 

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
 
error(SAXParseException) - Method in interface com.sun.xml.dtdparser.DTDEventListener
 
error(SAXParseException) - Method in class com.sun.xml.dtdparser.DTDHandlerBase
 
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
 
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

fatalError(SAXParseException) - Method in interface com.sun.xml.dtdparser.DTDEventListener
 
fatalError(SAXParseException) - Method in class com.sun.xml.dtdparser.DTDHandlerBase
 

G

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
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.
getEntityResolver() - Method in class com.sun.xml.dtdparser.DTDParser
Returns the object used to resolve entities
getInputEntity(DTDEventListener, Locale) - Static method in class com.sun.xml.dtdparser.InputEntity
 
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.
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.
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 ...
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
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

I

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)

init(InputSource, String, InputEntity, boolean) - Method in class com.sun.xml.dtdparser.InputEntity
 
init(char[], String, InputEntity, boolean) - Method 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.
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.
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 ...
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".
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.
isParameterEntity() - Method 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.

M

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.
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

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
 

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

parse(InputSource) - Method in class com.sun.xml.dtdparser.DTDParser
Parse a DTD.
parse(String) - Method in class com.sun.xml.dtdparser.DTDParser
Parse a DTD.
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.
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
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
 

R

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.
rememberText() - Method in class com.sun.xml.dtdparser.InputEntity
 
resolveEntity(String, String) - Method in class com.sun.xml.dtdparser.Resolver
SAX: Resolve the given entity into an input source.
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.

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.
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.
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
 
startRemembering() - Method in class com.sun.xml.dtdparser.InputEntity
 

T

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
 

U

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
 

W

warning(SAXParseException) - Method in interface com.sun.xml.dtdparser.DTDEventListener
 
warning(SAXParseException) - Method in class com.sun.xml.dtdparser.DTDHandlerBase
 

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.
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.
A C D E F G I M N O P R S T U W X 

Copyright © 2005-2013 Oracle. All Rights Reserved.