Enhydra 3.1 API
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

P

PAGE - Static variable in class javax.servlet.jsp.PageContext
name used to store the Servlet in this PageContext's nametables
PAGE_SCOPE - Static variable in class javax.servlet.jsp.PageContext
page scope: (this is the default) the named reference remains available in this PageContext until the return from the current Servlet.service() invocation.
pageContext - Variable in class javax.servlet.jsp.tagext.TagSupport
 
PageContext - class javax.servlet.jsp.PageContext.
A PageContext instance provides access to all the namespaces associated with a JSP page, provides access to several page attributes, as well as a layer above the implementation details.
PAGECONTEXT - Static variable in class javax.servlet.jsp.PageContext
name used to store this PageContext in it's own name tables
PageContext() - Constructor for class javax.servlet.jsp.PageContext
 
pagedSessionCount() - Method in class com.lutris.appserver.server.session.StandardSessionManager
Gets the number of session that are paged to persistent store.
pagedSize() - Method in interface com.lutris.appserver.server.session.StandardSessionHome
 
PageRedirectException - error com.lutris.appserver.server.httpPresentation.PageRedirectException.
Base class of page redirection classes.
PageRedirectException(String) - Constructor for class com.lutris.appserver.server.httpPresentation.PageRedirectException
Constructor a redirect, saving the URL..
paint(Graphics) - Method in class org.apache.xalan.xslt.client.XSLTProcessorApplet
Do not call; this applet contains no UI or visual components.
para - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity para (¶).
parenDepth() - Method in class org.apache.xerces.framework.XMLDTDScanner
Report the parenthesis nesting depth.
parentNode() - Method in interface org.w3c.dom.traversal.TreeWalker
Moves to and returns the closest visible ancestor node of the current node.
parse(File) - Method in class javax.xml.parsers.DocumentBuilder
Parses the content of the given File and returns a Document object.
parse(File, HandlerBase) - Method in class javax.xml.parsers.SAXParser
Parses the content of the given File as an XML document using the specified HandlerBase object.
parse(InputSource) - Method in class javax.xml.parsers.DocumentBuilder
Parses the content of the given InputSource and returns a Document object.
parse(InputSource) - Method in class org.apache.xalan.xpath.dtm.DTMLiaison
Parse an XML document.
parse(InputSource) - Method in class org.apache.xalan.xpath.xdom.XercesLiaison
Parse an XML document.
parse(InputSource) - Method in class org.apache.xalan.xpath.xml.XMLParserLiaisonDefault
Parse an XML document.
parse(InputSource) - Method in class org.apache.xalan.xpath.xml.JaxpLiaison
 
parse(InputSource) - Method in class org.apache.xerces.framework.XMLParser
Parses the specified input source.
parse(InputSource) - Method in class org.enhydra.xml.io.DOMParser
Parse the content of the given input source as an XML document and return a new DOM Document object.
parse(InputSource) - Method in interface org.xml.sax.Parser
Deprecated. Parse an XML document.
parse(InputSource) - Method in interface org.xml.sax.XMLReader
Parse an XML document.
parse(InputSource) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Parse the document.
parse(InputSource) - Method in class org.xml.sax.helpers.XMLFilterImpl
Parse a document.
parse(InputSource) - Method in class org.xml.sax.helpers.ParserAdapter
Parse an XML document.
parse(InputSource, HandlerBase) - Method in class javax.xml.parsers.SAXParser
Parses the content of the given InputSource as an XML document using the specified HandlerBase object.
parse(InputStream) - Method in class javax.xml.parsers.DocumentBuilder
Parses the contents of the given InputStream and returns a Document object.
parse(InputStream, HandlerBase) - Method in class javax.xml.parsers.SAXParser
Parses the contents of the given InputStream as an XML document using the specified HandlerBase object.
parse(String) - Method in class javax.xml.parsers.DocumentBuilder
Parses the content of the given URI and returns a Document object.
parse(String) - Method in class org.apache.xalan.xpath.xml.XMLParserLiaisonDefault
Parse an XML document from a system identifier (URI).
parse(String) - Method in class org.apache.xerces.framework.XMLParser
Parses the input source specified by the given system identifier.
parse(String) - Method in interface org.xml.sax.Parser
Deprecated. Parse an XML document from a system identifier (URI).
parse(String) - Method in interface org.xml.sax.XMLReader
Parse an XML document from a system identifier (URI).
parse(String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Parse the document.
parse(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Parse a document.
parse(String) - Method in class org.xml.sax.helpers.ParserAdapter
Parse an XML document.
parse(String, HandlerBase) - Method in class javax.xml.parsers.SAXParser
Parses the content of the given URI as an XML document using the specified HandlerBase object.
parseCgiArgs() - Method in class com.lutris.appserver.server.jolt.joltpo.JoltPage
Parse CGI arguments into a keyword/value table and save in the page data object.
parseClassPath(String) - Static method in class com.lutris.classloader.MultiClassLoader
Parse a class-path string using the system path separator.
parseParameters(String) - Method in class com.lutris.mime.MimeHeader
Parses the a given string into key=parameter pairs in accordance with RFC2045 Section 5.1 Page 11.
parsePostData(int, ServletInputStream) - Static method in class javax.servlet.http.HttpUtils
Parses data from an HTML form that the client sends to the server using the HTTP POST method and the application/x-www-form-urlencoded MIME type.
parseQueryString(String) - Static method in class javax.servlet.http.HttpUtils
Parses a query string passed from the client to the server and builds a HashTable object with key-value pairs.
Parser - interface org.xml.sax.Parser.
Deprecated. This interface has been replaced by the SAX2 XMLReader interface, which includes Namespace support.
PARSER_PATH - Static variable in class org.apache.xalan.xslt.Constants
 
ParserAdapter - class org.xml.sax.helpers.ParserAdapter.
Adapt a SAX1 Parser as a SAX2 XMLReader.
ParserAdapter() - Constructor for class org.xml.sax.helpers.ParserAdapter
Construct a new parser adapter.
ParserAdapter(Parser) - Constructor for class org.xml.sax.helpers.ParserAdapter
Construct a new parser adapter.
ParserConfigurationException - exception javax.xml.parsers.ParserConfigurationException.
This exception is thrown if a factory cannot configure a parser given its current configuration parameters.
ParserConfigurationException() - Constructor for class javax.xml.parsers.ParserConfigurationException
Constructs a new ParserConfigurationException with no detail message.
ParserConfigurationException(String) - Constructor for class javax.xml.parsers.ParserConfigurationException
Constructs a new ParserConfigurationException with the given detail message.
ParserFactory - class org.xml.sax.helpers.ParserFactory.
Deprecated. This class works with the deprecated Parser interface.
parseSome() - Method in class org.apache.xerces.framework.XMLParser
Application-driven parsing.
parseSome(boolean) - Method in class org.apache.xerces.framework.XMLDocumentScanner
Entry point for parsing
parseSomeSetup(InputSource) - Method in class org.apache.xerces.framework.XMLParser
Setup for application-driven parsing.
parseXML(String, String) - Method in class org.apache.xalan.xpath.XPathSupportDefault
Deprecated.  
parseXML(URL, DocumentHandler, Document) - Method in interface org.apache.xalan.xpath.XPathSupport
Deprecated.  
parseXML(URL, DocumentHandler, Document) - Method in class org.apache.xalan.xpath.XPathSupportDefault
Take a user string and try and parse XML, and also return the url.
parseXML(URL, DocumentHandler, Document) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Read in the XML file, either producing a Document or calling SAX events, and register the document in a table.
part - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity part (?).
partialContent - Static variable in class com.lutris.http.HttpStatus
 
passivateSession(Thread, String) - Method in interface com.lutris.appserver.server.session.SessionManager
Puts a session into the 'passive' state.
passivateSession(Thread, String) - Method in class com.lutris.appserver.server.session.StandardSessionManager
Puts a session into the 'passive' state.
passivateSession(Thread, String) - Method in interface com.lutris.appserver.server.session.StandardSessionHome
 
password - Variable in class com.lutris.appserver.server.sql.standard.StandardConnectionAllocator
SQL password..
password - Variable in class com.lutris.appserver.server.sql.standard.StandardDBConnection
Database user password.
password - Variable in class com.lutris.http.BasicAuthResult
The password that was sent along with the request.
PathExpr() - Method in class org.apache.xalan.xpath.XPathProcessorImpl
PathExpr ::= LocationPath | FilterExpr | FilterExpr '/' RelativeLocationPath | FilterExpr '//' RelativeLocationPath
Pattern() - Method in class org.apache.xalan.xpath.XPathProcessorImpl
Pattern ::= LocationPathPattern | Pattern '|' LocationPathPattern
paymentRequired - Static variable in class com.lutris.http.HttpStatus
 
peek() - Method in class org.apache.xalan.xpath.xml.BoolStack
Looks at the object at the top of this stack without removing it from the stack.
peek() - Method in class org.apache.xalan.xpath.xml.StringVector
Tell if the table contains the given string.
peek() - Method in class org.apache.xalan.xpath.xml.IntStack
Looks at the object at the top of this stack without removing it from the stack.
peekAheadString(int) - Method in class com.lutris.util.BMByteSearchStream
Returns the next length bytes of the input buffer as a string.
percentWidth - Variable in class com.lutris.html.HtmlTableCell
 
permil - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity permil (?).
perp - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity perp (?).
persistent - Variable in class com.lutris.appserver.server.sql.CoreDO
 
PersistentStore - interface com.lutris.util.PersistentStore.
Persitent storage interface.
PersistentStoreException - exception com.lutris.util.PersistentStoreException.
This exception is thrown by objects that implement persistent storage.
PersistentStoreException(String) - Constructor for class com.lutris.util.PersistentStoreException
Construct a exception without a specified cause.
PersistentStoreException(String, Throwable) - Constructor for class com.lutris.util.PersistentStoreException
Construct a exception with an associated causing exception.
PersistentStoreException(Throwable) - Constructor for class com.lutris.util.PersistentStoreException
Construct a exception with an associated causing exception.
phi - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity phi (?).
Phi - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Phi (?).
pi - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity pi (?).
Pi - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Pi (?).
piv - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity piv (?).
plus(XPathSupport, Node, int) - Method in class org.apache.xalan.xpath.XPath
Give the sum of two arguments.
plusmn - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity plusmn (±).
pop() - Method in class org.apache.xalan.xpath.xml.BoolStack
Removes the object at the top of this stack and returns that object as the value of this function.
pop() - Method in class org.apache.xalan.xpath.xml.StringVector
Tell if the table contains the given string.
pop() - Method in class org.apache.xalan.xpath.xml.IntStack
Removes the object at the top of this stack and returns that object as the value of this function.
popBody() - Method in class javax.servlet.jsp.PageContext
Return the previous JspWriter "out" saved by the matching pushBody(), and update the value of the "out" attribute in the page scope attribute namespace of the PageConxtext
popContext() - Method in class org.xml.sax.helpers.NamespaceSupport
Revert to the previous Namespace context.
popContextNodeList() - Method in interface org.apache.xalan.xpath.XPathSupport
Pop the current context node list.
popContextNodeList() - Method in class org.apache.xalan.xpath.XPathSupportDefault
Pop the current context node list.
popContextNodePosition() - Method in interface org.apache.xalan.xpath.XPathSupport
Pop the current context node position.
popContextNodePosition() - Method in class org.apache.xalan.xpath.XPathSupportDefault
Pop the current context node position.
popXPathContext() - Method in interface org.apache.xalan.xpath.XPathSupport
Pop the current XPathContext.
popXPathContext() - Method in class org.apache.xalan.xpath.XPathSupportDefault
Pop the current XPathContext.
pound - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity pound (£).
preconditionFailed - Static variable in class com.lutris.http.HttpStatus
 
Predicate() - Method in class org.apache.xalan.xpath.XPathProcessorImpl
Predicate ::= '[' PredicateExpr ']'
predicate(XPathSupport, Node, int) - Method in class org.apache.xalan.xpath.XPath
Evaluate a predicate.
predicate(XPath, XPathSupport, Node, int) - Method in class org.apache.xalan.xpath.SimpleNodeLocator
Execute a single predicate for a single node.
PredicateExpr() - Method in class org.apache.xalan.xpath.XPathProcessorImpl
PredicateExpr ::= Expr
predicates(XPath, XPathSupport, Node, int, MutableNodeList, int[]) - Method in class org.apache.xalan.xpath.SimpleNodeLocator
Qualify a node list by it's predicates.
prefix - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
 
PrefixResolver - interface org.apache.xalan.xpath.xml.PrefixResolver.
This class that implements this interface can resolve prefixes to namespaces.
PrefixResolverDefault - class org.apache.xalan.xpath.xml.PrefixResolverDefault.
This class implements a generic PrefixResolver that can be used to perform prefix-to-namespace lookup for the XPath object.
PrefixResolverDefault(Node) - Constructor for class org.apache.xalan.xpath.xml.PrefixResolverDefault
Construct a PrefixResolverDefault object.
preFormatNode(Node) - Method in interface org.enhydra.xml.io.Formatter
Format the contents of a node that can later be returned by a node implementing FormattedText.
PreFormattedText - interface org.enhydra.xml.io.PreFormattedText.
 
PreFormattedTextDocument - interface org.enhydra.xml.io.PreFormattedTextDocument.
 
prepare() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
prepareCall(String) - Method in interface com.lutris.appserver.server.sql.DBConnection
Creates a CallableStatement object for calling database stored procedures.
prepareCall(String) - Method in class com.lutris.appserver.server.sql.standard.StandardDBConnection
Creates a CallableStatement object for calling database stored procedures.
prepareStatement(String) - Method in interface com.lutris.appserver.server.sql.DBConnection
Get a prepared statement given an SQL string.
prepareStatement(String) - Method in class com.lutris.appserver.server.sql.standard.StandardDBConnection
Get a prepared statement given an SQL string.
presentationComms - Variable in class com.lutris.appserver.server.jolt.joltpo.JoltPage
 
presentationManager - Variable in class com.lutris.appserver.server.StandardApplication
Presentation manager instance for application.
preventDefault() - Method in interface org.w3c.dom.events.Event
If an event is cancelable, the preventDefault method is used to signify that the event is to be canceled, meaning any default action normally taken by the implementation as a result of the event will not occur.
previousNode() - Method in interface org.w3c.dom.traversal.NodeIterator
Returns the previous node in the set and moves the position of the iterator backwards in the set.
previousNode() - Method in interface org.w3c.dom.traversal.TreeWalker
Moves the TreeWalker to the previous visible node in document order relative to the current node, and returns the new node.
previousSibling() - Method in interface org.w3c.dom.traversal.TreeWalker
Moves the TreeWalker to the previous sibling of the current node, and returns the new node.
PrimaryExpr() - Method in class org.apache.xalan.xpath.XPathProcessorImpl
PrimaryExpr ::= VariableReference | '(' Expr ')' | Literal | Number | FunctionCall
prime - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity prime (?).
Prime - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Prime (?).
PRINT_ALL - Static variable in class org.enhydra.xml.dom.DOMInfo
All Print options, except NO_RECURSION.
PRINT_ALL - Static variable in class org.enhydra.xml.xmlc.XMLCUtil
Deprecated. Use DOMInfo
PRINT_ATTR_DETAILS - Static variable in class org.enhydra.xml.dom.DOMInfo
Print attributes as the Nodes that represent them.
PRINT_CDATA - Static variable in class org.enhydra.xml.xmlc.XMLCUtil
Deprecated. Use DOMInfo
PRINT_COMMENT - Static variable in class org.enhydra.xml.xmlc.XMLCUtil
Deprecated. Use DOMInfo
PRINT_DEFAULT - Static variable in class org.enhydra.xml.dom.DOMInfo
Default print options.
PRINT_DEFAULT - Static variable in class org.enhydra.xml.xmlc.XMLCUtil
Deprecated. Use DOMInfo
PRINT_DOCUMENTTYPE - Static variable in class org.enhydra.xml.xmlc.XMLCUtil
Deprecated. Use DOMInfo
PRINT_TEXT - Static variable in class org.enhydra.xml.xmlc.XMLCUtil
Deprecated. Use DOMInfo
print(boolean) - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationOutputStream
Prints the boolean provided.
print(boolean) - Method in class javax.servlet.ServletOutputStream
Writes a boolean value to the client, with no carriage return-line feed (CRLF) character at the end.
print(boolean) - Method in class javax.servlet.jsp.JspWriter
Print a boolean value.
print(char) - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationOutputStream
 
print(char) - Method in class javax.servlet.ServletOutputStream
Writes a character to the client, with no carriage return-line feed (CRLF) at the end.
print(char) - Method in class javax.servlet.jsp.JspWriter
Print a character.
print(char[]) - Method in class javax.servlet.jsp.JspWriter
Print an array of characters.
print(double) - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationOutputStream
Prints the double provided.
print(double) - Method in class javax.servlet.ServletOutputStream
Writes a double value to the client, with no carriage return-line feed (CRLF) at the end.
print(double) - Method in class javax.servlet.jsp.JspWriter
Print a double-precision floating-point number.
print(float) - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationOutputStream
Prints the float provided.
print(float) - Method in class javax.servlet.ServletOutputStream
Writes a float value to the client, with no carriage return-line feed (CRLF) at the end.
print(float) - Method in class javax.servlet.jsp.JspWriter
Print a floating-point number.
print(int) - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationOutputStream
Prints the integer provided.
print(int) - Method in class javax.servlet.ServletOutputStream
Writes an int to the client, with no carriage return-line feed (CRLF) at the end.
print(int) - Method in class javax.servlet.jsp.JspWriter
Print an integer.
print(long) - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationOutputStream
Prints the long provided.
print(long) - Method in class javax.servlet.ServletOutputStream
Writes a long value to the client, with no carriage return-line feed (CRLF) at the end.
print(long) - Method in class javax.servlet.jsp.JspWriter
Print a long integer.
print(Object) - Method in class javax.servlet.jsp.JspWriter
Print an object.
print(String) - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationOutputStream
Prints the string provided.
print(String) - Method in class javax.servlet.ServletOutputStream
Writes a String to the client, without a carriage return-line feed (CRLF) character at the end.
print(String) - Method in class javax.servlet.jsp.JspWriter
Print a string.
printArgOptions(XPATHErrorResources) - Static method in class org.apache.xalan.xpath.Process
Print argument options.
printArgOptions(XSLTErrorResources) - Static method in class org.apache.xalan.xslt.Process
Prints argument options.
printCopyrightHeader() - Method in class com.lutris.appserver.server.StandardApplication
 
printDoctypeURL(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Print a document type public or system identifier URL.
Printer - class org.apache.xml.serialize.Printer.
The printer is responsible for sending text to the output stream or writer.
Printer(Writer, OutputFormat) - Constructor for class org.apache.xml.serialize.Printer
 
printEscaped(char) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
printEscaped(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Escapes a string so it may be printed as text content or attribute value.
printIndent() - Method in class org.enhydra.xml.dom.DOMInfoPrinter
 
println() - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationOutputStream
Prints a CRLF.
println() - Method in class javax.servlet.ServletOutputStream
Writes a carriage return-line feed (CRLF) to the client.
println() - Method in class javax.servlet.jsp.JspWriter
Terminate the current line by writing the line separator string.
println(boolean) - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationOutputStream
Prints the boolean provided, followed by a CRLF.
println(boolean) - Method in class javax.servlet.ServletOutputStream
Writes a boolean value to the client, followed by a carriage return-line feed (CRLF).
println(boolean) - Method in class javax.servlet.jsp.JspWriter
Print a boolean value and then terminate the line.
println(char) - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationOutputStream
Prints the character provided, followed by a CRLF.
println(char) - Method in class javax.servlet.ServletOutputStream
Writes a character to the client, followed by a carriage return-line feed (CRLF).
println(char) - Method in class javax.servlet.jsp.JspWriter
Print a character and then terminate the line.
println(char[]) - Method in class javax.servlet.jsp.JspWriter
Print an array of characters and then terminate the line.
println(double) - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationOutputStream
Prints the double provided, followed by a CRLF.
println(double) - Method in class javax.servlet.ServletOutputStream
Writes a double value to the client, followed by a carriage return-line feed (CRLF).
println(double) - Method in class javax.servlet.jsp.JspWriter
Print a double-precision floating-point number and then terminate the line.
println(float) - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationOutputStream
Prints the float provided, followed by a CRLF.
println(float) - Method in class javax.servlet.ServletOutputStream
Writes a float value to the client, followed by a carriage return-line feed (CRLF).
println(float) - Method in class javax.servlet.jsp.JspWriter
Print a floating-point number and then terminate the line.
println(int) - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationOutputStream
Prints the integer provided, followed by a CRLF.
println(int) - Method in class javax.servlet.ServletOutputStream
Writes an int to the client, followed by a carriage return-line feed (CRLF) character.
println(int) - Method in class javax.servlet.jsp.JspWriter
Print an integer and then terminate the line.
println(long) - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationOutputStream
Prints the long provided, followed by a CRLF.
println(long) - Method in class javax.servlet.ServletOutputStream
Writes a long value to the client, followed by a carriage return-line feed (CRLF).
println(long) - Method in class javax.servlet.jsp.JspWriter
Print a long integer and then terminate the line.
println(Object) - Method in class javax.servlet.jsp.JspWriter
Print an Object and then terminate the line.
println(String) - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationOutputStream
Prints the string provided, followed by a CRLF.
println(String) - Method in class javax.servlet.ServletOutputStream
Writes a String to the client, followed by a carriage return-line feed (CRLF).
println(String) - Method in class javax.servlet.jsp.JspWriter
Print a String and then terminate the line.
println(String, Throwable) - Method in class com.lutris.logging.LogWriter
Write a string and exception to the log file.
printMsg(int, String) - Static method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
printNode(Node) - Static method in class org.apache.xalan.xslt.trace.TracerEvent
Returns a string representation of the node.
printNode(String, Node, int, PrintWriter) - Static method in class org.enhydra.xml.xmlc.XMLCUtil
Deprecated. Use DOMInfo
printNode(String, Node, OutputStream) - Static method in class org.enhydra.xml.xmlc.XMLCUtil
Deprecated. Use DOMInfo
printNode(String, Node, PrintWriter) - Static method in class org.enhydra.xml.xmlc.XMLCUtil
Deprecated. Use DOMInfo
printNodeList(NodeList) - Static method in class org.apache.xalan.xslt.trace.TracerEvent
Returns a string representation of the node list.
printNodeName(Node) - Method in class org.enhydra.xml.dom.DOMInfoPrinter
 
printNodeName(Node) - Method in class org.enhydra.xml.lazydom.LazyDOMInfoPrinter
 
printSpace() - Method in class org.apache.xml.serialize.Printer
 
printSpace(int) - Method in class org.apache.xalan.xpath.xml.FormatterToXML
Prints n spaces.
printStackTrace() - Method in class com.lutris.util.ChainedException
Prints this ChainedException and its backtrace, and the causes and their stack traces to the standard error stream.
printStackTrace() - Method in class com.lutris.util.FatalExceptionError
Call the encapsulated object printStackTrack method with output to the standard error string.
printStackTrace() - Method in class com.lutris.util.ChainedError
 
printStackTrace() - Method in class com.lutris.util.ChainedRuntimeException
 
printStackTrace() - Method in interface com.lutris.util.ChainedThrowable
 
printStackTrace(PrintStream) - Method in class com.lutris.util.ChainedException
Prints this ChainedException and its backtrace, and the causes and their stack traces to the e specified print stream.
printStackTrace(PrintStream) - Method in class com.lutris.util.FatalExceptionError
Call the encapsulated object printStackTrack method with output to a specified stream.
printStackTrace(PrintStream) - Method in class com.lutris.util.ChainedError
 
printStackTrace(PrintStream) - Method in class com.lutris.util.ChainedRuntimeException
 
printStackTrace(PrintStream) - Method in interface com.lutris.util.ChainedThrowable
 
printStackTrace(PrintStream) - Method in class org.apache.xalan.xpath.XPathException
Print the the trace of methods from where the error originated.
printStackTrace(PrintWriter) - Method in class com.lutris.util.ChainedException
Prints this ChainedException and its backtrace, and the causes and their stack traces to the e specified print writer.
printStackTrace(PrintWriter) - Method in class com.lutris.util.FatalExceptionError
Call the encapsulated object printStackTrack method with output to a specified stream print writer.
printStackTrace(PrintWriter) - Method in class com.lutris.util.ChainedError
 
printStackTrace(PrintWriter) - Method in class com.lutris.util.ChainedRuntimeException
 
printStackTrace(PrintWriter) - Method in interface com.lutris.util.ChainedThrowable
 
printStackTrace(PrintWriter) - Method in class org.apache.xalan.xpath.XPathException
Print the the trace of methods from where the error originated.
printStats(String, Node, int, OutputStream) - Static method in class org.enhydra.xml.dom.DOMStats
Collect and print statistics about a DOM tree or subtree.
printStats(String, Node, int, PrintWriter) - Static method in class org.enhydra.xml.dom.DOMStats
Collect and print statistics about a DOM tree or subtree.
printText(char) - Method in class org.apache.xml.serialize.Printer
 
printText(char[], int, int) - Method in class org.apache.xml.serialize.Printer
 
printText(char[], int, int, boolean, boolean) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Called to print additional text with whitespace handling.
printText(String) - Method in class org.apache.xml.serialize.Printer
 
printText(String, boolean, boolean) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
printText(StringBuffer) - Method in class org.apache.xml.serialize.Printer
 
PrintTraceListener - class org.apache.xalan.xslt.trace.PrintTraceListener.
Implementation of the TraceListener interface that prints each event to standard out as it occurs.
PrintTraceListener(PrintWriter) - Constructor for class org.apache.xalan.xslt.trace.PrintTraceListener
Construct a trace listener.
printTree(String, Node) - Static method in class org.enhydra.xml.dom.DOMInfo
Print a DOM node an its children to stderr..
printTree(String, Node, int, PrintWriter) - Static method in class org.enhydra.xml.dom.DOMInfo
Print a DOM node and its children.
printTree(String, Node, OutputStream) - Static method in class org.enhydra.xml.dom.DOMInfo
Print a DOM node an its children.
printTree(String, Node, PrintWriter) - Static method in class org.enhydra.xml.dom.DOMInfo
Print a DOM node an its children.
problem(short, short, Node, Node, String, int, int) - Method in interface org.apache.xalan.xpath.XPathSupport
Function that is called when a problem event occurs.
problem(short, short, Node, Node, String, int, int) - Method in class org.apache.xalan.xpath.XPathSupportDefault
Function that is called when a problem event occurs.
problem(short, short, Node, Node, String, int, int) - Method in class org.apache.xalan.xpath.xml.XMLParserLiaisonDefault
Function that is called when a problem event occurs.
problem(short, short, Object, Node, String, String, int, int) - Method in class org.apache.xalan.xpath.xml.ProblemListenerDefault
The default problem listener.
problem(short, short, Object, Node, String, String, int, int) - Method in interface org.apache.xalan.xpath.xml.ProblemListener
Function that is called when a problem event occurs.
ProblemListener - interface org.apache.xalan.xpath.xml.ProblemListener.
This is the interface that the XSL processor calls when it has a problem of some kind, either an error or a warning.
ProblemListenerDefault - class org.apache.xalan.xpath.xml.ProblemListenerDefault.
The implementation of the default error handling for Xalan.
ProblemListenerDefault() - Constructor for class org.apache.xalan.xpath.xml.ProblemListenerDefault
Create a ProblemListenerDefault using the default output stream (System.err)
Process - class org.apache.xalan.xpath.Process.
Provides command-line interface to the XPath processor
Process - class org.apache.xalan.xslt.Process.
The main() method handles the Xalan command-line interface.
Process() - Constructor for class org.apache.xalan.xpath.Process
 
Process() - Constructor for class org.apache.xalan.xslt.Process
 
process(XSLTInputSource, XSLTInputSource, XSLTResultTarget) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Transform the source tree to the output in the given result tree target.
process(XSLTInputSource, XSLTInputSource, XSLTResultTarget) - Method in interface org.apache.xalan.xslt.XSLTProcessor
Use the XSL stylesheet to transform the XML input, placing the result in the result tree.
process(XSLTInputSource, XSLTResultTarget) - Method in class org.apache.xalan.xslt.StylesheetRoot
Transform the XML source tree and place the output in the result tree target.
process(XSLTProcessor, Node, XSLTResultTarget) - Method in class org.apache.xalan.xslt.StylesheetRoot
Transform the XML source tree (a DOM Node) and place the output in the result tree target.
process(XSLTProcessor, XSLTInputSource, XSLTResultTarget) - Method in class org.apache.xalan.xslt.StylesheetRoot
Transform the XML source tree and place the output in the result tree target.
processAttribute(String, ElemDesc, String) - Method in class org.apache.xalan.xpath.xml.FormatterToHTML
Process an attribute.
processAttribute(String, String) - Method in class org.apache.xalan.xpath.xml.FormatterToXML
Process an attribute.
processAttributes(Element) - Method in class org.enhydra.xml.dom.DOMTraversal
Process the attributes of an element.
processAttributes(Element) - Method in class org.enhydra.xml.lazydom.LazyDOMTraversal
 
processAttributes(Element) - Method in class org.enhydra.xml.lazydom.LazyDOMSimpleTraversal
 
processAttributes(Node) - Method in class org.enhydra.xml.dom.SimpleDOMTraversal
Process the attributes of an element.
processChildren(Node) - Method in class org.enhydra.xml.dom.DOMTraversal
Process the children of a node.
processChildren(Node) - Method in class org.enhydra.xml.dom.SimpleDOMTraversal
Process the children of a node.
processChildren(Node) - Method in class org.enhydra.xml.lazydom.LazyDOMTraversal
 
processChildren(Node) - Method in class org.enhydra.xml.lazydom.LazyDOMSimpleTraversal
 
processDocumentType(Document) - Method in class org.enhydra.xml.dom.DOMTraversal
Process a DocumentType attribute of a Document node, if it exists.
processDocumentType(Document) - Method in class org.enhydra.xml.dom.SimpleDOMTraversal
Process a DocumentType attribute of a Document node, if it exists.
processDocumentType(Document) - Method in class org.enhydra.xml.lazydom.LazyDOMTraversal
 
processDocumentType(Document) - Method in class org.enhydra.xml.lazydom.LazyDOMSimpleTraversal
 
processDocumentTypeContents(DocumentType) - Method in class org.enhydra.xml.dom.DOMTraversal
Process the contents of a DocumentType node,
processDocumentTypeContents(DocumentType) - Method in class org.enhydra.xml.dom.SimpleDOMTraversal
Process the contents of a DocumentType node,
processDocumentTypeContents(DocumentType) - Method in class org.enhydra.xml.lazydom.LazyDOMTraversal
 
processDocumentTypeContents(DocumentType) - Method in class org.enhydra.xml.lazydom.LazyDOMSimpleTraversal
 
processElement(String, Element, XSLTEngineImpl, Stylesheet, Node, Node, QName, Class, Object) - Method in class org.apache.xalan.xslt.ExtensionNSHandler
Process a call to this extension namespace via an element.
PROCESSING_INSTRUCTION_NODE - Static variable in interface org.w3c.dom.Node
 
processingAttribute() - Method in class org.enhydra.xml.dom.DOMTraversal
Are we currently processing an attribute node or its descendents?
ProcessingInstruction - interface org.w3c.dom.ProcessingInstruction.
The ProcessingInstruction interface represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document.
processingInstruction(int, int) - Method in class org.apache.xalan.xpath.dtm.DTM
XMLDocumentHandler API: Create a PI node.
processingInstruction(int, int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler
callback for processing instruction.
processingInstruction(int, int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler.DTDHandler
Callback for processing instruction in DTD.
processingInstruction(int, int) - Method in class org.apache.xerces.parsers.DOMParser
Processing instruction.
processingInstruction(int, int) - Method in class org.apache.xerces.parsers.SAXParser
Processing instruction.
processingInstruction(String, String) - Method in class org.apache.xalan.xpath.xml.FormatterToXML
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.apache.xalan.xpath.xml.FormatterToHTML
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.apache.xalan.xpath.xml.FormatterToText
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.apache.xalan.xpath.xml.FormatterToDOM
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.apache.xalan.xslt.StylesheetHandler
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Implement the processingInstruction event.
processingInstruction(String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
processingInstruction(String, String) - Method in class org.apache.xml.serialize.TextSerializer
 
processingInstruction(String, String) - Method in interface org.xml.sax.ContentHandler
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of a processing instruction.
processingInstruction(String, String) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 processing instruction event.
processingInstruction(String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a processing instruction event.
processingInstruction(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 processing instruction event.
processLocatedNode(XPathSupport, Node, Object) - Method in interface org.apache.xalan.xpath.NodeCallback
 
processLocatedNode(XPathSupport, Node, Object) - Method in class org.apache.xalan.xslt.ElemTemplateElement
Implementation of NodeCallback interface.
processName(String, String[], boolean) - Method in class org.xml.sax.helpers.NamespaceSupport
Process a raw XML 1.0 name.
processNode(Node) - Method in class org.enhydra.xml.dom.DOMTraversal
Processing based on node type.
processNode(Node) - Method in class org.enhydra.xml.dom.SimpleDOMTraversal
Processing based on node type.
processNode(Node) - Method in class org.enhydra.xml.lazydom.LazyDOMTraversal
 
processNode(Node) - Method in class org.enhydra.xml.lazydom.LazyDOMSimpleTraversal
 
processor - Variable in class org.apache.xalan.xslt.XSLProcessorContext
 
processPrefixControl(String, String, StringToStringTable) - Method in class org.apache.xalan.xslt.ElemTemplateElement
Process the exclude-result-prefixes or the extension-element-prefixes attributes, for the purpose of prefix exclusion.
processStylesheet(String) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Given a URI to an XSL stylesheet, Compile the stylesheet into an internal representation.
processStylesheet(String) - Method in interface org.apache.xalan.xslt.XSLTProcessor
Given a URL to (or file name of) an XSL stylesheet, Compile the stylesheet into an internal representation, and use it to set the XSLTProcessor Stylesheet property.
processStylesheet(XSLTInputSource) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Given a URI to an XSL stylesheet, Compile the stylesheet into an internal representation.
processStylesheet(XSLTInputSource) - Method in interface org.apache.xalan.xslt.XSLTProcessor
Compile the XSL stylesheet represented by an XSLTInputSource object into an internal representation, and use it to set the XSLTProcessor Stylesheet property.
prod - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity prod (?).
PRODUCT - Static variable in class org.apache.xalan.xslt.XSLProcessorVersion
Constant name of product.
prop - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity prop (?).
protocol(XSLProcessorContext, ElemExtensionCall) - Static method in class org.apache.xalan.xslt.extensions.RowSetLocator
A list of arbitrary string tag/value pairs as connection arguments; normally at least a "user" and "password" property should be included.
proxyAuthenticationRequired - Static variable in class com.lutris.http.HttpStatus
 
PSEUDONAME_ANY - Static variable in class org.apache.xalan.xpath.XPath
used mainly for keys in the pattern lookup table, for those nodes that don't have unique lookup values.
PSEUDONAME_COMMENT - Static variable in class org.apache.xalan.xpath.XPath
used mainly for keys in the pattern lookup table, for those nodes that don't have unique lookup values.
PSEUDONAME_OTHER - Static variable in class org.apache.xalan.xpath.XPath
used mainly for keys in the pattern lookup table, for those nodes that don't have unique lookup values.
PSEUDONAME_PI - Static variable in class org.apache.xalan.xpath.XPath
used mainly for keys in the pattern lookup table, for those nodes that don't have unique lookup values.
PSEUDONAME_ROOT - Static variable in class org.apache.xalan.xpath.XPath
used mainly for keys in the pattern lookup table, for those nodes that don't have unique lookup values.
PSEUDONAME_TEXT - Static variable in class org.apache.xalan.xpath.XPath
used mainly for keys in the pattern lookup table, for those nodes that don't have unique lookup values.
psi - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity psi (?).
Psi - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Psi (?).
push(boolean) - Method in class org.apache.xalan.xpath.xml.BoolStack
Pushes an item onto the top of this stack.
push(int) - Method in class org.apache.xalan.xpath.xml.IntStack
Pushes an item onto the top of this stack.
push(String) - Method in class org.apache.xalan.xpath.xml.StringVector
Tell if the table contains the given string.
pushBody() - Method in class javax.servlet.jsp.PageContext
Return a new BodyContent object, save the current "out" JspWriter, and update the value of the "out" attribute in the page scope attribute namespace of the PageContext
pushContext() - Method in class org.xml.sax.helpers.NamespaceSupport
Start a new Namespace context.
pushContextNodeList(NodeList) - Method in interface org.apache.xalan.xpath.XPathSupport
Set the current context node list.
pushContextNodeList(NodeList) - Method in class org.apache.xalan.xpath.XPathSupportDefault
Set the current context node list.
pushContextNodePosition() - Method in interface org.apache.xalan.xpath.XPathSupport
Push the current context node position.
pushContextNodePosition() - Method in class org.apache.xalan.xpath.XPathSupportDefault
Push the current context node position.
pushDummyXPathContext() - Method in interface org.apache.xalan.xpath.XPathSupport
Push a dummy XPathContext so we can tell that the top-level xpath isn't in effect.
pushDummyXPathContext() - Method in class org.apache.xalan.xpath.XPathSupportDefault
Push a dummy XPathContext so we can tell that the top-level xpath isn't in effect.
pushXPathContext(XPath, XPathSupport, Node, PrefixResolver) - Method in interface org.apache.xalan.xpath.XPathSupport
Push the current XPath selection, needed for support of the last() function in depth-first execution.
pushXPathContext(XPath, XPathSupport, Node, PrefixResolver) - Method in class org.apache.xalan.xpath.XPathSupportDefault
Push the current XPath selection, needed for support of the last() function in depth-first execution.
put(String, Object) - Method in class org.apache.xalan.xpath.xml.Trie
 
put(String, String) - Method in class org.apache.xalan.xpath.xml.StringToStringTable
Append a string onto the vector.
putParameter(String, String) - Method in class com.lutris.mime.MimeHeader
Used by derived classes to put a parameter into the internal parameter value holder.
putValue(String, Object) - Method in interface javax.servlet.http.HttpSession
Deprecated. As of Version 2.2, this method is replaced by HttpSession.setAttribute(java.lang.String, java.lang.Object)

Enhydra 3.1 API
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _