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 W X

A

ASCIIReader - class org.apache.jasper.xmlparser.ASCIIReader.
A simple ASCII byte reader.
ASCIIReader(InputStream, int) - Constructor for class org.apache.jasper.xmlparser.ASCIIReader
Constructs an ASCII reader from the specified input stream and buffer size.
addAttribute(String, String) - Method in class org.apache.jasper.xmlparser.TreeNode
Add an attribute to this node, replacing any existing attribute with the same name.
addChild(TreeNode) - Method in class org.apache.jasper.xmlparser.TreeNode
Add a new child node to this node.
addSymbol(String) - Method in class org.apache.jasper.xmlparser.SymbolTable
Adds the specified symbol to the symbol table and returns a reference to the unique symbol.
addSymbol(char[], int, int) - Method in class org.apache.jasper.xmlparser.SymbolTable
Adds the specified symbol to the symbol table and returns a reference to the unique symbol.
append(char) - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
append
append(String) - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
append
append(char[], int, int) - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
append
append(XMLString) - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
append
attributes - Variable in class org.apache.jasper.xmlparser.TreeNode
The attributes of this node, keyed by attribute name, Instantiated only if required.
available() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
 

B

body - Variable in class org.apache.jasper.xmlparser.TreeNode
The body text associated with this node (if any).

C

CHARS - Static variable in class org.apache.jasper.xmlparser.XMLChar
Character flags.
ch - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
ch - Variable in class org.apache.jasper.xmlparser.XMLString
The character array.
characters - Variable in class org.apache.jasper.xmlparser.SymbolTable.Entry
Symbol characters.
children - Variable in class org.apache.jasper.xmlparser.TreeNode
The children of this node, instantiated only if required.
clear() - Method in class org.apache.jasper.xmlparser.XMLString
Resets all of the values to their defaults.
clear() - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
Clears the string buffer.
close() - Method in class org.apache.jasper.xmlparser.ASCIIReader
Close the stream.
close() - Method in class org.apache.jasper.xmlparser.UCSReader
Close the stream.
close() - Method in class org.apache.jasper.xmlparser.UTF8Reader
Close the stream.
close() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
 
columnNumber - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
containsSymbol(String) - Method in class org.apache.jasper.xmlparser.SymbolTable
Returns true if the symbol table already contains the specified symbol.
containsSymbol(char[], int, int) - Method in class org.apache.jasper.xmlparser.SymbolTable
Returns true if the symbol table already contains the specified symbol.
convert(TreeNode, Node) - Method in class org.apache.jasper.xmlparser.ParserUtils
Create and return a TreeNode that corresponds to the specified Node, including processing all of the attributes and children nodes.
count - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
createInitialReader() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
createReader(InputStream, String, Boolean) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Creates a reader capable of reading the given input stream in the specified encoding.

D

DEBUG_READ - Static variable in class org.apache.jasper.xmlparser.UTF8Reader
Debug read.
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.jasper.xmlparser.ASCIIReader
Default byte buffer size (2048).
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.jasper.xmlparser.UCSReader
Default byte buffer size (8192, larger than that of ASCIIReader since it's reasonable to surmise that the average UCS-4-encoded file should be 4 times as large as the average ASCII-encoded file).
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.jasper.xmlparser.UTF8Reader
Default byte buffer size (2048).
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
DEFAULT_SIZE - Static variable in class org.apache.jasper.xmlparser.XMLStringBuffer
Default buffer size (32).
DEFAULT_XMLDECL_BUFFER_SIZE - Static variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
 

E

EncodingMap - class org.apache.jasper.xmlparser.EncodingMap.
EncodingMap is a convenience class which handles conversions between IANA encoding names and Java encoding names, and vice versa.
EncodingMap() - Constructor for class org.apache.jasper.xmlparser.EncodingMap
Default constructor.
encoding - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
endEntity() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
entityResolver - Static variable in class org.apache.jasper.xmlparser.ParserUtils
An entity resolver for use when parsing XML documents.
equals(char[], int, int) - Method in class org.apache.jasper.xmlparser.XMLString
Returns true if the contents of this XMLString structure and the specified array are equal.
equals(String) - Method in class org.apache.jasper.xmlparser.XMLString
Returns true if the contents of this XMLString structure and the specified string are equal.
err - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
error(SAXParseException) - Method in class org.apache.jasper.xmlparser.MyErrorHandler
 
errorHandler - Static variable in class org.apache.jasper.xmlparser.ParserUtils
An error handler for use when parsing XML documents.
expectedByte(int, int) - Method in class org.apache.jasper.xmlparser.UTF8Reader
Throws an exception for expected byte.

F

fAllowJavaEncodings - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
fBuckets - Variable in class org.apache.jasper.xmlparser.SymbolTable
Buckets.
fBuffer - Variable in class org.apache.jasper.xmlparser.ASCIIReader
Byte buffer.
fBuffer - Variable in class org.apache.jasper.xmlparser.UCSReader
Byte buffer.
fBuffer - Variable in class org.apache.jasper.xmlparser.UTF8Reader
Byte buffer.
fBufferSize - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
fCurrentEntity - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
fData - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
 
fEncoding - Variable in class org.apache.jasper.xmlparser.UCSReader
 
fEncodingSymbol - Static variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
fEndOffset - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
 
fIANA2JavaMap - Static variable in class org.apache.jasper.xmlparser.EncodingMap
fIANA2JavaMap
fInputStream - Variable in class org.apache.jasper.xmlparser.ASCIIReader
Input stream.
fInputStream - Variable in class org.apache.jasper.xmlparser.UCSReader
Input stream.
fInputStream - Variable in class org.apache.jasper.xmlparser.UTF8Reader
Input stream.
fInputStream - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
 
fJava2IANAMap - Static variable in class org.apache.jasper.xmlparser.EncodingMap
fJava2IANAMap
fLength - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
 
fMark - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
 
fMarkupDepth - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
fOffset - Variable in class org.apache.jasper.xmlparser.UTF8Reader
Offset into buffer.
fOffset - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
 
fStandaloneSymbol - Static variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
fStartOffset - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
 
fString - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
fStringBuffer - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
fStringBuffer2 - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
fStrings - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
fSurrogate - Variable in class org.apache.jasper.xmlparser.UTF8Reader
Surrogate character.
fSymbolTable - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
fTableSize - Variable in class org.apache.jasper.xmlparser.SymbolTable
 
fVersionSymbol - Static variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
fatalError(SAXParseException) - Method in class org.apache.jasper.xmlparser.MyErrorHandler
 
findAttribute(String) - Method in class org.apache.jasper.xmlparser.TreeNode
Return the value of the specified node attribute if it exists, or null otherwise.
findAttributes() - Method in class org.apache.jasper.xmlparser.TreeNode
Return an Iterator of the attribute names of this node.
findChild(String) - Method in class org.apache.jasper.xmlparser.TreeNode
Return the first child node of this node with the specified name, if there is one; otherwise, return null.
findChildren() - Method in class org.apache.jasper.xmlparser.TreeNode
Return an Iterator of all children of this node.
findChildren(String) - Method in class org.apache.jasper.xmlparser.TreeNode
Return an Iterator over all children of this node that have the specified name.

G

getBody() - Method in class org.apache.jasper.xmlparser.TreeNode
Return the body text associated with this node (if any).
getEncoding(String, JarFile, JspCompilationContext, ErrorDispatcher) - Static method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Autodetects the encoding of the XML document supplied by the given input stream.
getEncoding(InputStream, ErrorDispatcher) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
getEncodingName(byte[], int) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Returns the IANA encoding name that is auto-detected from the bytes specified, with the endian-ness of that encoding where appropriate.
getIANA2JavaMapping(String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
Returns the Java encoding name for the specified IANA encoding name.
getJava2IANAMapping(String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
Returns the IANA encoding name for the specified Java encoding name.
getName() - Method in class org.apache.jasper.xmlparser.TreeNode
Return the name of this node.

H

hash(String) - Method in class org.apache.jasper.xmlparser.SymbolTable
Returns a hashcode value for the specified symbol.
hash(char[], int, int) - Method in class org.apache.jasper.xmlparser.SymbolTable
Returns a hashcode value for the specified symbol information.
highSurrogate(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns the high surrogate of a supplemental character

I

invalidByte(int, int, int) - Method in class org.apache.jasper.xmlparser.UTF8Reader
Throws an exception for invalid byte.
invalidSurrogate(int) - Method in class org.apache.jasper.xmlparser.UTF8Reader
Throws an exception for invalid surrogate bits.
isBigEndian - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
isContent(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character can be considered content.
isEncodingSetInProlog - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
isExternal() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Returns true if the current entity being scanned is external.
isHighSurrogate(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns whether the given character is a high surrogate
isInvalid(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is invalid.
isLowSurrogate(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns whether the given character is a low surrogate
isMarkup(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character can be considered markup.
isNCName(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is a valid NCName character as defined by production [5] in Namespaces in XML recommendation.
isNCNameStart(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is a valid NCName start character as defined by production [4] in Namespaces in XML recommendation.
isName(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is a valid name character as defined by production [4] in the XML 1.0 specification.
isNameStart(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is a valid name start character as defined by production [5] in the XML 1.0 specification.
isPubid(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is a valid Pubid character as defined by production [13] in the XML 1.0 specification.
isSpace(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is a space character as defined by production [3] in the XML 1.0 specification.
isSupplemental(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is a supplemental character.
isValid(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the specified character is valid.
isValidIANAEncoding(String) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the encoding name is a valid IANA encoding.
isValidJavaEncoding(String) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true if the encoding name is a valid Java encoding.
isValidNCName(String) - Static method in class org.apache.jasper.xmlparser.XMLChar
Check to see if a string is a valid NCName according to [4] from the XML Namespaces 1.0 Recommendation
isValidName(String) - Static method in class org.apache.jasper.xmlparser.XMLChar
Check to see if a string is a valid Name according to [5] in the XML 1.0 Recommendation
isValidNmtoken(String) - Static method in class org.apache.jasper.xmlparser.XMLChar
Check to see if a string is a valid Nmtoken according to [7] in the XML 1.0 Recommendation

L

length - Variable in class org.apache.jasper.xmlparser.XMLString
The length of characters from the offset.
lineNumber - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
literal - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
load(int, boolean) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Loads a chunk of text.
log - Variable in class org.apache.jasper.xmlparser.MyEntityResolver
 
log - Variable in class org.apache.jasper.xmlparser.MyErrorHandler
 
log - Variable in class org.apache.jasper.xmlparser.UCSReader
 
log - Variable in class org.apache.jasper.xmlparser.UTF8Reader
 
lowSurrogate(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns the low surrogate of a supplemental character

M

MASK_CONTENT - Static variable in class org.apache.jasper.xmlparser.XMLChar
Content character mask.
MASK_NAME - Static variable in class org.apache.jasper.xmlparser.XMLChar
Name character mask.
MASK_NAME_START - Static variable in class org.apache.jasper.xmlparser.XMLChar
Name start character mask.
MASK_NCNAME - Static variable in class org.apache.jasper.xmlparser.XMLChar
NCName character mask.
MASK_NCNAME_START - Static variable in class org.apache.jasper.xmlparser.XMLChar
NCName start character mask.
MASK_PUBID - Static variable in class org.apache.jasper.xmlparser.XMLChar
Pubid character mask.
MASK_SPACE - Static variable in class org.apache.jasper.xmlparser.XMLChar
Space character mask.
MASK_VALID - Static variable in class org.apache.jasper.xmlparser.XMLChar
Valid character mask.
MyEntityResolver - class org.apache.jasper.xmlparser.MyEntityResolver.
 
MyEntityResolver() - Constructor for class org.apache.jasper.xmlparser.MyEntityResolver
 
MyErrorHandler - class org.apache.jasper.xmlparser.MyErrorHandler.
 
MyErrorHandler() - Constructor for class org.apache.jasper.xmlparser.MyErrorHandler
 
mark(int) - Method in class org.apache.jasper.xmlparser.ASCIIReader
Mark the present position in the stream.
mark(int) - Method in class org.apache.jasper.xmlparser.UCSReader
Mark the present position in the stream.
mark(int) - Method in class org.apache.jasper.xmlparser.UTF8Reader
Mark the present position in the stream.
mark(int) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
 
markSupported() - Method in class org.apache.jasper.xmlparser.ASCIIReader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class org.apache.jasper.xmlparser.UCSReader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class org.apache.jasper.xmlparser.UTF8Reader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
 
mayReadChunks - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
 

N

name - Variable in class org.apache.jasper.xmlparser.TreeNode
The name of this node.
next - Variable in class org.apache.jasper.xmlparser.SymbolTable.Entry
The next entry.

O

offset - Variable in class org.apache.jasper.xmlparser.XMLString
The offset into the character array.
org.apache.jasper.xmlparser - package org.apache.jasper.xmlparser
 

P

ParserUtils - class org.apache.jasper.xmlparser.ParserUtils.
XML parsing utilities for processing web application deployment descriptor and tag library descriptor files.
ParserUtils() - Constructor for class org.apache.jasper.xmlparser.ParserUtils
 
parent - Variable in class org.apache.jasper.xmlparser.TreeNode
The parent node of this node.
parseXMLDocument(String, InputSource) - Method in class org.apache.jasper.xmlparser.ParserUtils
Parse the specified XML document, and return a TreeNode that corresponds to the root node of the document tree.
parseXMLDocument(String, InputStream) - Method in class org.apache.jasper.xmlparser.ParserUtils
Parse the specified XML document, and return a TreeNode that corresponds to the root node of the document tree.
peekChar() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Returns the next character on the input.
position - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
putIANA2JavaMapping(String, String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
Adds an IANA to Java encoding name mapping.
putJava2IANAMapping(String, String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
Adds a Java to IANA encoding name mapping.

R

read() - Method in class org.apache.jasper.xmlparser.ASCIIReader
Read a single character.
read(char[], int, int) - Method in class org.apache.jasper.xmlparser.ASCIIReader
Read characters into a portion of an array.
read() - Method in class org.apache.jasper.xmlparser.UCSReader
Read a single character.
read(char[], int, int) - Method in class org.apache.jasper.xmlparser.UCSReader
Read characters into a portion of an array.
read() - Method in class org.apache.jasper.xmlparser.UTF8Reader
Read a single character.
read(char[], int, int) - Method in class org.apache.jasper.xmlparser.UTF8Reader
Read characters into a portion of an array.
read() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
 
read(byte[], int, int) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
 
reader - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
ready() - Method in class org.apache.jasper.xmlparser.ASCIIReader
Tell whether this stream is ready to be read.
ready() - Method in class org.apache.jasper.xmlparser.UCSReader
Tell whether this stream is ready to be read.
ready() - Method in class org.apache.jasper.xmlparser.UTF8Reader
Tell whether this stream is ready to be read.
removeAttribute(String) - Method in class org.apache.jasper.xmlparser.TreeNode
Remove any existing value for the specified attribute name.
removeIANA2JavaMapping(String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
Removes an IANA to Java encoding name mapping.
removeJava2IANAMapping(String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
Removes a Java to IANA encoding name mapping.
removeNode(TreeNode) - Method in class org.apache.jasper.xmlparser.TreeNode
Remove a child node from this node, if it is one.
reportFatalError(String, String) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Convenience function used in all XML scanners.
reset() - Method in class org.apache.jasper.xmlparser.ASCIIReader
Reset the stream.
reset() - Method in class org.apache.jasper.xmlparser.UCSReader
Reset the stream.
reset() - Method in class org.apache.jasper.xmlparser.UTF8Reader
Reset the stream.
reset() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
 
resolveEntity(String, String) - Method in class org.apache.jasper.xmlparser.MyEntityResolver
 
rewind() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
 

S

SymbolTable - class org.apache.jasper.xmlparser.SymbolTable.
This class is a symbol table implementation that guarantees that strings used as identifiers are unique references.
SymbolTable() - Constructor for class org.apache.jasper.xmlparser.SymbolTable
Constructs a symbol table with a default number of buckets.
SymbolTable(int) - Constructor for class org.apache.jasper.xmlparser.SymbolTable
Constructs a symbol table with a specified number of buckets.
SymbolTable.Entry - class org.apache.jasper.xmlparser.SymbolTable.Entry.
This class is a symbol table entry.
SymbolTable.Entry(String, SymbolTable.Entry) - Constructor for class org.apache.jasper.xmlparser.SymbolTable.Entry
Constructs a new entry from the specified symbol and next entry reference.
SymbolTable.Entry(char[], int, int, SymbolTable.Entry) - Constructor for class org.apache.jasper.xmlparser.SymbolTable.Entry
Constructs a new entry from the specified symbol information and next entry reference.
scanChar() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Returns the next character on the input.
scanData(String, XMLStringBuffer) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Scans a range of character data up to the specified delimiter, setting the fields of the XMLString structure, appropriately.
scanLiteral(int, XMLString) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Scans a range of attribute value data, setting the fields of the XMLString structure, appropriately.
scanName() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Returns a string matching the Name production appearing immediately on the input as a symbol, or null if no Name string is present.
scanPIData(String, XMLString) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Scans a processing data.
scanPseudoAttribute(boolean, XMLString) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Scans a pseudo attribute.
scanSurrogates(XMLStringBuffer) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Scans surrogates and append them to the specified buffer.
scanXMLDecl() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
scanXMLDeclOrTextDecl(boolean) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Scans an XML or text declaration.
scanXMLDeclOrTextDecl(boolean, String[]) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Scans an XML or text declaration.
setBody(String) - Method in class org.apache.jasper.xmlparser.TreeNode
Set the body text associated with this node (if any).
setStartOffset(int) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
 
setValues(char[], int, int) - Method in class org.apache.jasper.xmlparser.XMLString
Initializes the contents of the XMLString structure with the specified values.
setValues(XMLString) - Method in class org.apache.jasper.xmlparser.XMLString
Initializes the contents of the XMLString structure with copies of the given string structure.
skip(long) - Method in class org.apache.jasper.xmlparser.ASCIIReader
Skip characters.
skip(long) - Method in class org.apache.jasper.xmlparser.UCSReader
Skip characters.
skip(long) - Method in class org.apache.jasper.xmlparser.UTF8Reader
Skip characters.
skip(long) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
 
skipChar(int) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Skips a character appearing immediately on the input.
skipSpaces() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Skips space characters appearing immediately on the input.
skipString(String) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
Skips the specified string appearing immediately on the input.
stream - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
 
supplemental(char, char) - Static method in class org.apache.jasper.xmlparser.XMLChar
Returns true the supplemental character corresponding to the given surrogates.
symbol - Variable in class org.apache.jasper.xmlparser.SymbolTable.Entry
Symbol.

T

TABLE_SIZE - Static variable in class org.apache.jasper.xmlparser.SymbolTable
Default table size.
TreeNode - class org.apache.jasper.xmlparser.TreeNode.
Simplified implementation of a Node from a Document Object Model (DOM) parse of an XML document.
TreeNode(String) - Constructor for class org.apache.jasper.xmlparser.TreeNode
Construct a new node with no parent.
TreeNode(String, TreeNode) - Constructor for class org.apache.jasper.xmlparser.TreeNode
Construct a new node with the specified parent.
toString() - Method in class org.apache.jasper.xmlparser.TreeNode
Return a String representation of this TreeNode.
toString(StringBuffer, int, TreeNode) - Method in class org.apache.jasper.xmlparser.TreeNode
Append to the specified StringBuffer a character representation of this node, with the specified amount of indentation.
toString() - Method in class org.apache.jasper.xmlparser.XMLString
Returns a string representation of this object.

U

UCS2BE - Static variable in class org.apache.jasper.xmlparser.UCSReader
 
UCS2LE - Static variable in class org.apache.jasper.xmlparser.UCSReader
 
UCS4BE - Static variable in class org.apache.jasper.xmlparser.UCSReader
 
UCS4LE - Static variable in class org.apache.jasper.xmlparser.UCSReader
 
UCSReader - class org.apache.jasper.xmlparser.UCSReader.
Reader for UCS-2 and UCS-4 encodings.
UCSReader(InputStream, short) - Constructor for class org.apache.jasper.xmlparser.UCSReader
Constructs an ASCII reader from the specified input stream using the default buffer size.
UCSReader(InputStream, int, short) - Constructor for class org.apache.jasper.xmlparser.UCSReader
Constructs an ASCII reader from the specified input stream and buffer size.
UTF8Reader - class org.apache.jasper.xmlparser.UTF8Reader.
 
UTF8Reader(InputStream, int) - Constructor for class org.apache.jasper.xmlparser.UTF8Reader
Constructs a UTF-8 reader from the specified input stream, buffer size and MessageFormatter.

V

validating - Static variable in class org.apache.jasper.xmlparser.ParserUtils
 

W

warning(SAXParseException) - Method in class org.apache.jasper.xmlparser.MyErrorHandler
 

X

XMLChar - class org.apache.jasper.xmlparser.XMLChar.
This class defines the basic XML character properties.
XMLChar() - Constructor for class org.apache.jasper.xmlparser.XMLChar
 
XMLEncodingDetector - class org.apache.jasper.xmlparser.XMLEncodingDetector.
 
XMLEncodingDetector() - Constructor for class org.apache.jasper.xmlparser.XMLEncodingDetector
Constructor
XMLEncodingDetector.RewindableInputStream - class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream.
This class wraps the byte inputstreams we're presented with.
XMLEncodingDetector.RewindableInputStream(InputStream) - Constructor for class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
 
XMLString - class org.apache.jasper.xmlparser.XMLString.
This class is used as a structure to pass text contained in the underlying character buffer of the scanner.
XMLString() - Constructor for class org.apache.jasper.xmlparser.XMLString
Default constructor.
XMLString(char[], int, int) - Constructor for class org.apache.jasper.xmlparser.XMLString
Constructs an XMLString structure preset with the specified values.
XMLString(XMLString) - Constructor for class org.apache.jasper.xmlparser.XMLString
Constructs an XMLString structure with copies of the values in the given structure.
XMLStringBuffer - class org.apache.jasper.xmlparser.XMLStringBuffer.
XMLString is a structure used to pass character arrays.
XMLStringBuffer() - Constructor for class org.apache.jasper.xmlparser.XMLStringBuffer
 
XMLStringBuffer(int) - Constructor for class org.apache.jasper.xmlparser.XMLStringBuffer
 
XMLStringBuffer(char) - Constructor for class org.apache.jasper.xmlparser.XMLStringBuffer
Constructs a string buffer from a char.
XMLStringBuffer(String) - Constructor for class org.apache.jasper.xmlparser.XMLStringBuffer
Constructs a string buffer from a String.
XMLStringBuffer(char[], int, int) - Constructor for class org.apache.jasper.xmlparser.XMLStringBuffer
Constructs a string buffer from the specified character array.
XMLStringBuffer(XMLString) - Constructor for class org.apache.jasper.xmlparser.XMLStringBuffer
Constructs a string buffer from the specified XMLString.

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