Enhydra 3.0.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 _

N

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
 
name - Variable in class org.apache.xerces.dom.NodeImpl
Node name.
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.
NamedNodeMapImpl - class org.apache.xerces.dom.NamedNodeMapImpl.
NamedNodeMaps represent collections of Nodes that can be accessed by name.
NamedNodeMapImpl(Document, NamedNodeMapImpl) - Constructor for class org.apache.xerces.dom.NamedNodeMapImpl
Constructs a named node map.
NamedNodeMapImpl(ElementImpl, NamedNodeMapImpl) - Constructor for class org.apache.xerces.dom.NamedNodeMapImpl
Constructs a named node map.
NameNodeListImpl - class org.apache.html.dom.NameNodeListImpl.
This class implements the DOM's NodeList behavior for HTMLDocuemnt.getElementsByName().
NameNodeListImpl(NodeImpl, String) - Constructor for class org.apache.html.dom.NameNodeListImpl
Constructor.
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_ERR - Static variable in class org.w3c.dom.DOMException
 
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.xerces.dom.AttrNSImpl
DOM2: Namespace URI.
namespaceURI - Variable in class org.apache.xerces.dom.ElementNSImpl
DOM2: Namespace URI.
needsCreateTextSetMethod(Element) - Method in class org.enhydra.xml.xmlc.dom.DefaultXMLDomFactory
 
needsCreateTextSetMethod(Element) - Method in interface org.enhydra.xml.xmlc.dom.XMLCDomFactory
Determine if this element should have an set method created for it's first text child.
needsCreateTextSetMethod(Element) - Method in class org.enhydra.xml.xmlc.dom.DefaultHTMLDomFactory
 
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
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.
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.
nextMatchingElementAfter(Node) - Method in class org.apache.html.dom.NameNodeListImpl
Iterative tree-walker.
nextMatchingElementAfter(Node) - Method in class org.apache.xerces.dom.DeepNodeListImpl
Iterative tree-walker.
nextNode() - Method in class org.apache.xerces.dom.NodeIteratorImpl
Return the next Node in the Iterator.
nextNode() - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the next Node from the current node, after applying filter, whatToshow.
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 - Variable in class org.apache.xerces.dom.NodeImpl
Next sibling.
nextSibling() - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the next sibling Node from the current node, after applying filter, whatToshow.
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.
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
 
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.
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.
NodeContainer - class org.apache.xerces.dom.NodeContainer.
NodeContainer inherits from NodeImpl and adds the capability of having child nodes.
NodeContainer() - Constructor for class org.apache.xerces.dom.NodeContainer
Constructor for serialization.
NodeContainer(DocumentImpl, String, String) - Constructor for class org.apache.xerces.dom.NodeContainer
No public constructor; only subclasses of NodeContainer should be instantiated, and those normally via a Document's factory methods
NodeFilter - interface org.w3c.dom.traversal.NodeFilter.
Filters are objects that know how to "filter out" nodes.
NodeImpl - class org.apache.xerces.dom.NodeImpl.
Node provides the basic structure of a DOM tree.
NodeImpl() - Constructor for class org.apache.xerces.dom.NodeImpl
Constructor for serialization.
NodeImpl(DocumentImpl, String, String) - Constructor for class org.apache.xerces.dom.NodeImpl
No public constructor; only subclasses of Node should be instantiated, and those normally via a Document's factory methods
NodeIterator - interface org.w3c.dom.traversal.NodeIterator.
NodeIterators are used to step through a set of nodes, e.g.
NodeIteratorImpl - class org.apache.xerces.dom.NodeIteratorImpl.
DefaultNodeIterator implements a NodeIterator, which iterates a DOM tree in the expected depth first way.
NodeIteratorImpl(DocumentImpl, Node, int, NodeFilter, boolean) - Constructor for class org.apache.xerces.dom.NodeIteratorImpl
Public constructor
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.
nodeListChanges - Variable in class org.apache.xerces.dom.NodeContainer
Last change number for index caching.
nodeListIndex - Variable in class org.apache.xerces.dom.NodeContainer
Last requested node index.
nodeListLength - Variable in class org.apache.xerces.dom.NodeContainer
Cached node list length.
nodeListNode - Variable in class org.apache.xerces.dom.NodeContainer
Last requested node.
nodes - Variable in class org.apache.xerces.dom.DeepNodeListImpl
 
nodes - Variable in class org.apache.xerces.dom.NamedNodeMapImpl
Nodes.
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.xerces.dom.NodeImpl
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 no adjacent Text nodes.
normalize() - Method in class org.apache.xerces.dom.NodeContainer
Override default behavior to call normalize() on this Node's children.
normalize() - Method in class org.apache.xerces.dom.ElementImpl
In "normal form" (as read from a source file), there will never be two Text children in succession.
normalize() - Method in class org.apache.xerces.dom.AttrImpl
 
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 no adjacent Text nodes.
normalize(String) - Method in class org.apache.xerces.domx.XGrammarWriter
Normalizes the given string.
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
 
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
 
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.xerces.framework.XMLParser
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.
NotationImpl - class org.apache.xerces.dom.NotationImpl.
Notations are how the Document Type Description (DTD) records hints about the format of an XML "unparsed entity" -- in other words, non-XML data bound to this document type, which some applications may wish to consult when manipulating the document.
NotationImpl(DocumentImpl, String) - Constructor for class org.apache.xerces.dom.NotationImpl
Factory constructor.
notationName - Variable in class org.apache.xerces.dom.EntityImpl
Notation name.
notations - Variable in class org.apache.xerces.dom.DocumentTypeImpl
Notations.
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
 
notModified - Static variable in class com.lutris.http.HttpStatus
 
nsName - Variable in class org.apache.xerces.dom.DeepNodeListImpl
 
NULL_OK - Static variable in class com.lutris.dods.builder.generator.query.QueryBuilder
 
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.0.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 _