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 _

N

nabla - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity nabla (?).
name - Variable in class com.lutris.classloader.Resource
The file name of the resource relative to the location.
name - Variable in class com.lutris.dods.builder.generator.query.RDBTable
 
name - Variable in class com.lutris.dods.builder.generator.query.RDBColumn
 
namedItem(String) - Method in interface org.w3c.dom.html.HTMLCollection
This method retrieves a Node using a name.
NamedNodeMap - interface org.w3c.dom.NamedNodeMap.
Objects implementing the NamedNodeMap interface are used to represent collections of nodes that can be accessed by name.
nameParamName - Static variable in class com.lutris.applet.LBSConnection
 
names() - Method in class com.lutris.appserver.server.jolt.joltpo.JoltCallArgs
Get the list of all argument names.
NameSpace - class org.apache.xalan.xpath.xml.NameSpace.
A representation of a namespace.
NAMESPACE_ERR - Static variable in class org.w3c.dom.DOMException
 
NameSpace(String, String) - Constructor for class org.apache.xalan.xpath.xml.NameSpace
Construct a namespace for placement on the result tree namespace stack.
NamespaceSupport - class org.xml.sax.helpers.NamespaceSupport.
Encapsulate Namespace logic for use by SAX drivers.
NamespaceSupport() - Constructor for class org.xml.sax.helpers.NamespaceSupport
Create a new Namespace support object.
namespaceUri - Variable in class org.apache.xalan.xpath.ExtensionFunctionHandler
 
nbsp - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity nbsp ( ).
NCName() - Method in class org.apache.xalan.xpath.XPathProcessorImpl
NCName ::= (Letter | '_') (NCNameChar)* NCNameChar ::= Letter | Digit | '.' | '-' | '_' | CombiningChar | Extender
ndash - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity ndash (?).
ne - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity ne (?).
neg(XPathSupport, Node, int) - Method in class org.apache.xalan.xpath.XPath
Return the negation of a number.
negateCurrency() - Method in class com.lutris.util.Currency
Returns a Currency whose value is -1 * this.
NESTED - Static variable in class javax.servlet.jsp.tagext.VariableInfo
Different types of scope for an scripting variable introduced by this action
newDocument() - Method in class javax.xml.parsers.DocumentBuilder
Creates an new Document instance from the underlying DOM implementation.
newDocument() - Method in class org.enhydra.xml.io.DOMParser
Obtain a new instance of a DOM Document object to build a DOM tree with.
newDocumentBuilder() - Method in class javax.xml.parsers.DocumentBuilderFactory
Returns a new configured instance of type DocumentBuilder.
newInstance() - Static method in class javax.xml.parsers.SAXParserFactory
Returns a new instance of a SAXParserFactory.
newInstance() - Static method in class javax.xml.parsers.DocumentBuilderFactory
Returns a new instance of a DocumentBuilderFactory.
newLine() - Method in class javax.servlet.jsp.JspWriter
Write a line separator.
newlineString - Variable in class com.lutris.mime.MultipartMimeInput
The string that represents a newline for this instance of input.
newSAXParser() - Method in class javax.xml.parsers.SAXParserFactory
Returns a new configured instance of type SAXParser.
newSection() - Method in class com.lutris.util.KeywordValueTable
Allocate a new section.
newSection() - Method in class com.lutris.util.Config
Allocate a new section.
newSession(String) - Method in class com.lutris.appserver.server.session.StandardSessionManager
Deprecated. The instance of StandardSessionHome should be replaced instead of extending this method.
newSessionKey() - Method in class com.lutris.appserver.server.session.StandardSessionKeyGen
Generates a new random key to identify a session.
next() - Method in interface com.lutris.appserver.server.sql.DBQuery
Returns a new object representing the next result form the query.
next() - Method in class com.lutris.appserver.server.sql.standard.StandardDBQuery
Returns a new object representing the next result form the query.
next(ResultSet) - Method in interface com.lutris.appserver.server.sql.Query
Method to get next object from query results.
next(ResultSet) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
WARNING! This method is disabled and should never be called.
nextElement() - Method in class gnu.regexp.REMatchEnumeration
Returns the next match in the input text.
nextMatch() - Method in class gnu.regexp.REMatchEnumeration
Returns the next match in the input text.
nextNode() - Method in interface org.w3c.dom.traversal.NodeIterator
Returns the next node in the set and advances the position of the iterator in the set.
nextNode() - Method in interface org.w3c.dom.traversal.TreeWalker
Moves the TreeWalker to the next visible node in document order relative to the current node, and returns the new node.
nextPart() - Method in class com.lutris.mime.MultipartMimeInput
Returns the next section of the Multipart MIME stream as a MultipartMimeInputStream object.
nextSibling() - Method in interface org.w3c.dom.traversal.TreeWalker
Moves the TreeWalker to the next sibling of the current node, and returns the new node.
ni - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity ni (?).
NO_BUFFER - Static variable in class javax.servlet.jsp.JspWriter
constant indicating that the Writer is not buffering output
NO_DATA_ALLOWED_ERR - Static variable in class org.w3c.dom.DOMException
 
NO_ENCODING - Static variable in class com.lutris.appserver.server.jolt.joltpo.JoltPage
Use no encoding.
NO_MODIFICATION_ALLOWED_ERR - Static variable in class org.w3c.dom.DOMException
 
NO_RECURSION - Static variable in class org.enhydra.xml.dom.DOMInfo
Don't recurse, just print the specified node.
noContent - Static variable in class com.lutris.http.HttpStatus
 
Node - interface org.w3c.dom.Node.
The Node interface is the primary datatype for the entire Document Object Model.
NodeCallback - interface org.apache.xalan.xpath.NodeCallback.
This interface describes a callback that may be executed when a node is found, if the XPath query can be done in document order.
nodeClassToInterface(Node) - Method in class org.enhydra.wireless.wml.WMLDomFactory
 
nodeClassToInterface(Node) - Method in interface org.enhydra.xml.xmlc.dom.XMLCDomFactory
Convert an implementation-specific DOM node class name to the external interface or class name that should be used to reference it.
nodeClassToInterface(Node) - Method in class org.enhydra.xml.xmlc.dom.XMLCDocument
 
NodeFilter - interface org.w3c.dom.traversal.NodeFilter.
Filters are objects that know how to "filter out" nodes.
NodeIterator - interface org.w3c.dom.traversal.NodeIterator.
NodeIterators are used to step through a set of nodes, e.g.
NodeList - interface org.w3c.dom.NodeList.
The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented.
NodeListImpl - class org.apache.xalan.xpath.NodeListImpl.
Local implementation of NodeList.
NodeListImpl() - Constructor for class org.apache.xalan.xpath.NodeListImpl
Construct a NodeListImpl.
NODENAME - Static variable in class org.apache.xalan.xpath.XPath
[NODENAME] [index to ns token or EMPTY] [index to name token] returns: XBoolean
Nodeset - class org.apache.xalan.xslt.extensions.Nodeset.
This class is an extension implementing implements the node-set function found in xt and saxon as a Xalan extension.
nodeset() - Method in class org.apache.xalan.xpath.XObject
Cast result object to a nodelist.
nodeset() - Method in class org.apache.xalan.xpath.XNull
Cast result object to a nodelist.
nodeset() - Method in class org.apache.xalan.xpath.XNodeSet
Cast result object to a nodelist.
Nodeset() - Constructor for class org.apache.xalan.xslt.extensions.Nodeset
 
nodeset(Node) - Method in class org.apache.xalan.xslt.extensions.Nodeset
 
NodeTest(int) - Method in class org.apache.xalan.xpath.XPathProcessorImpl
NodeTest ::= WildcardName | NodeType '(' ')' | 'processing-instruction' '(' Literal ')'
nodeTest(XPath, XPathSupport, Node, int, int, int) - Method in class org.apache.xalan.xpath.SimpleNodeLocator
Test a node to see if it matches the given node test.
NODETYPE_ANYELEMENT - Static variable in class org.apache.xalan.xpath.XPath
[NODETYPE_ANY] No size or arguments.
NODETYPE_COMMENT - Static variable in class org.apache.xalan.xpath.XPath
[NODETYPE_COMMENT] No size or arguments.
NODETYPE_NODE - Static variable in class org.apache.xalan.xpath.XPath
[NODETYPE_NODE] No size or arguments.
NODETYPE_PI - Static variable in class org.apache.xalan.xpath.XPath
[NODETYPE_PI] [index to token] Note: must not overlap function OP number! returns: XBoolean
NODETYPE_ROOT - Static variable in class org.apache.xalan.xpath.XPath
[NODETYPE_ROOT] No size or arguments.
NODETYPE_TEXT - Static variable in class org.apache.xalan.xpath.XPath
[NODETYPE_TEXT] No size or arguments.
nodeTypeToName(short) - Static method in class org.enhydra.xml.dom.DOMInfo
Convert a node type to a name.
NodeVector - class org.apache.xalan.xpath.xml.NodeVector.
A very simple table that stores a list of Nodes.
NodeVector() - Constructor for class org.apache.xalan.xpath.xml.NodeVector
Default constructor.
NodeVector(int) - Constructor for class org.apache.xalan.xpath.xml.NodeVector
Construct a NodeVector, using the given block size.
noModifibcationAllowedErr() - Static method in class org.enhydra.xml.lazydom.LazyDOMException
Throw a NO_MODIFICATION_ALLOWED_ERR error.
nonAuthoritativeInformation - Static variable in class com.lutris.http.HttpStatus
 
NonUniqueQueryException - exception com.lutris.dods.builder.generator.query.NonUniqueQueryException.
 
NonUniqueQueryException(String) - Constructor for class com.lutris.dods.builder.generator.query.NonUniqueQueryException
Construct a exception without a specified cause.
NonUniqueQueryException(String, Throwable) - Constructor for class com.lutris.dods.builder.generator.query.NonUniqueQueryException
Construct a exception with an associated causing exception.
NORMAL_LOAD - Static variable in interface com.lutris.classloader.MultiClassLoader.ClassFilter
Value returned to indicate that we don't care, other filters maybe checked.
normalize() - Method in class org.apache.xalan.xpath.dtm.DTMProxy
 
normalize() - Method in class org.apache.xalan.xslt.UnImplNode
Unimplemented.
normalize() - Method in class org.apache.xalan.xslt.ResultTreeFrag
Unimplemented.
normalize() - Method in class org.enhydra.xml.lazydom.LazyEntity
 
normalize() - Method in class org.enhydra.xml.lazydom.LazyEntityReference
 
normalize() - Method in class org.enhydra.xml.lazydom.LazyDocument
 
normalize() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
normalize() - Method in interface org.w3c.dom.Node
Puts all Text nodes in the full depth of the sub-tree underneath this Node , including attribute nodes, into a "normal" form where only markup (e.g., tags, comments, processing instructions, CDATA sections, and entity references) separates Text nodes, i.e., there are neither adjacent Text nodes nor empty Text nodes.
normalizeDefaultAttValue(QName, int, int, int, boolean) - Method in class org.apache.xerces.framework.XMLDTDScanner
 
not - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity not (¬).
NOT_EQUAL - Static variable in class com.lutris.dods.builder.generator.query.QueryBuilder
 
NOT_EXACT - Static variable in class com.lutris.dods.builder.generator.query.QueryBuilder
Deprecated. Use addWhere() methods instead of addWhereClause() methods.
NOT_FOUND - Static variable in class com.lutris.util.ConfigException
The reason field may contain this value to indicate that a syntax error in the configuration input file or stream caused this exception.
NOT_FOUND_ERR - Static variable in class org.w3c.dom.DOMException
 
NOT_NULL - Static variable in class com.lutris.dods.builder.generator.query.QueryBuilder
Deprecated. Use addWhere() methods instead of addWhereClause() methods.
NOT_SUPPORTED_ERR - Static variable in class org.w3c.dom.DOMException
 
notAcceptable - Static variable in class com.lutris.http.HttpStatus
 
Notation - interface org.w3c.dom.Notation.
This interface represents a notation declared in the DTD.
NOTATION_NODE - Static variable in interface org.w3c.dom.Node
 
notationDecl(int, int, int) - Method in class org.apache.xalan.xpath.dtm.DTM
<!NOTATION Name ExternalId>
notationDecl(int, int, int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler.DTDHandler
callback for a notation declaration.
notationDecl(int, int, int) - Method in class org.apache.xerces.parsers.DOMParser
<!NOTATION Name ExternalId>
notationDecl(int, int, int) - Method in class org.apache.xerces.parsers.SAXParser
Receive notification of a notation declaration event.
notationDecl(String, String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
notationDecl(String, String, String) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of a notation declaration.
notationDecl(String, String, String) - Method in interface org.xml.sax.DTDHandler
Receive notification of a notation declaration event.
notationDecl(String, String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a notation declaration event.
notationDecl(String, String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a notation declaration.
notEquals(XObject) - Method in class org.apache.xalan.xpath.XObject
Tell if two objects are functionally not equal.
notEquals(XObject) - Method in class org.apache.xalan.xpath.XNodeSet
Tell if two objects are functionally not equal.
notequals(XPathSupport, Node, int) - Method in class org.apache.xalan.xpath.XPath
Tell if two expressions are functionally not equal.
notFound - Static variable in class com.lutris.http.HttpStatus
 
NOTICE - Static variable in class com.lutris.logging.Logger
Conditions that are not error conditions, but should possi bly be handled specially.
notImplemented - Static variable in class com.lutris.http.HttpStatus
 
notin - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity notin (?).
notModified - Static variable in class com.lutris.http.HttpStatus
 
notNull - Variable in class com.lutris.dods.builder.generator.query.RDBColumn
 
notNull() - Method in class com.lutris.dods.builder.generator.query.RDBColumn
 
nsub - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity nsub (?).
ntilde - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity ntilde (ñ).
Ntilde - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Ntilde (Ñ).
nu - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity nu (?).
Nu - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Nu (?).
NULL_NODE_ID - Static variable in interface org.enhydra.xml.lazydom.LazyNode
Constant to indicate an node does not have an id.
NULL_OK - Static variable in class com.lutris.dods.builder.generator.query.QueryBuilder
Deprecated. Use addWhere() methods instead of addWhereClause() methods.
num() - Method in class org.apache.xalan.xpath.XObject
Cast result object to a number.
num() - Method in class org.apache.xalan.xpath.XNull
Cast result object to a number.
num() - Method in class org.apache.xalan.xpath.XNumber
Cast result object to a number.
num() - Method in class org.apache.xalan.xpath.XRTreeFrag
Cast result object to a number.
num() - Method in class org.apache.xalan.xpath.XBoolean
Cast result object to a number.
num() - Method in class org.apache.xalan.xpath.XNodeSet
Cast result object to a number.
num() - Method in class org.apache.xalan.xpath.XString
Cast result object to a number.
Number() - Method in class org.apache.xalan.xpath.XPathProcessorImpl
Number ::= [0-9]+('.'[0-9]+)? | '.'[0-9]+
number(XPathSupport, Node, int) - Method in class org.apache.xalan.xpath.XPath
Cast an expression to a number.
NumberExpr() - Method in class org.apache.xalan.xpath.XPathProcessorImpl
NumberExpr ::= Expr
numberlit(XPathSupport, Node, int) - Method in class org.apache.xalan.xpath.XPath
Get a literal value.
numLevels - Variable in class com.lutris.logging.StandardLogger
 
numRequests - Variable in class com.lutris.appserver.server.sql.standard.StandardConnectionAllocator
Number of queries or transactions on this logical database.
numSessions(User) - Method in interface com.lutris.appserver.server.session.StandardSessionUserTable
Get the number of sessions for a user.

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 _