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