KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > w3c > dom > NamedNodeMap > Top Examples

  • org.apache.axis.wsdl.symbolTable.SymbolTable
    This class represents a table of all of the top-level symbols from a set of WSDL Definitions and DOM Documents: XML types; WSDL messages, portTypes, bindings, and services. <p/> This symbolTable contains entries of the form <key, value> where key is of type QName and value is of type ...
  • org.jboss.cache.TreeCache
    A tree-like structure that is replicated across several members. Updates will be multicast to all group members reliably and in the same order. User has the option to set transaction isolation level now (e.g., <code>SERIALIZABLE</code>, or <code>REPEATABLE_READ</code>. @au ...
  • org.webdocwf.util.loader.ConfigReader
    Class read configuration parameters from configuration XML file. @author Zoran Milakovic, Radoslav Dutina @version 1.1
  • org.apache.log4j.lf5.viewer.configure.ConfigurationManager
    <p>ConfigurationManager handles the storage and retrival of the state of the CategoryExplorer @author Richard Hurst @author Brad Marlborough Contributed by ThoughtWorks Inc.
  • org.eclipse.pde.internal.builders.FeatureErrorReporter
  • com.jcorporate.expresso.core.controller.ControllerResponse
    A ControllerResponse object contains the vector of Inputs, Outputs and Transitions that results from a call to "newState(String)" for a particular controller. <p>Once a state has been processed, the ControllerResponse object is usually saved in the Servlet Request Context where it can be ret ...
  • org.webdocwf.util.loader.JdbcParametersElement
    JdbcParametersElement class sets the jdbc parameters @author Radoslav Dutina @version 1.0
  • com.sun.org.apache.xerces.internal.parsers.AbstractDOMParser
    This is the base class of all DOM parsers. It implements the XNI callback methods to create the DOM tree. After a successful parse of an XML document, the DOM Document object can be queried using the <code>getDocument</code> method. The actual pipeline is defined in parser configuratio ...
  • org.apache.axis.utils.SOAPMonitor
    This is a SOAP Monitor Application class. This class provides the user interface for deploying the SOAP monitor service and displaying data from the service. @author Toshiyuki Kimura (toshi@apache.org) @author Brian Price (pricebe@us.ibm.com)
  • org.eclipse.jface.text.templates.persistence.TemplateReaderWriter
    Serializes templates as character or byte stream and reads the same format back. <p> Clients may instantiate this class, it is not intended to be subclassed.</p> @since 3.0
  • com.jcorporate.expresso.core.controller.ControllerElement
    A ControllerElement is the superclass for the three types of objects that are produced by a Controller when it transitions from one state to another. Output, Input and Transition objects all extend this class, and share the behaviors specified here. IMPORTANT NOTE: We don't use Logging (e.g. log4j ...
  • org.jbpm.bpel.xml.util.NodeUtil
    @author Alejandro Guízar @version $Revision: 1.3 $ $Date: 2005/06/23 20:48:05 $
  • XConfToolTask
    Ant task to patch xmlfiles. replace-properties no|false,anything else xpath: xpath expression for context node unless-path: xpath expression that must return empty node set unless: (deprecated) xpath expression that must return empty node set if-prop: use path file only when project property is ...
  • com.sun.org.apache.xpath.internal.jaxp.JAXPPrefixResolver
    <meta name="usage" content="general"/> This class implements a Default PrefixResolver which can be used to perform prefix-to-namespace lookup for the XPath object. This class delegates the resolution to the passed NamespaceContext
  • freemarker.template.utility.DOMNodeModel
    A convenient wrapper class for wrapping a Node in the W3C DOM API. @author <a HREF="mailto:jon@revusky.com">Jonathan Revusky</a>
Popular Tags