EAF 7.4 Util
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

newCommentInstance(Node) - Method in class org.enhydra.xml.NodeImpl
Creates new instance of the CommentImpl class.
newDefaultInstance(Node) - Method in class org.enhydra.xml.NodeImpl
Creates new instance of the NodeImpl class.
newElementInstance(Node) - Method in class org.enhydra.xml.HashMapElement
Creates new instance of the HashMapElement class from the given Node.
newElementInstance(Node) - Method in class org.enhydra.xml.NodeImpl
Creates new instance of the ElementImpl class.
newElementInstance(Node) - Method in class org.enhydra.xml.SearchElement
Returns new SearchElement instance from a given Node.
newElementInstance(Node) - Method in class org.enhydra.xml.XMLConfig
Creates new instance of the XMLConfig class from the given Node.
newInstance(Document) - Static method in class org.enhydra.xml.ElementImpl
Creates new instance of ElementImpl from a given document as a Document.
newInstance(Document) - Static method in class org.enhydra.xml.HashMapElement
Creates new instance of HashMapElement from a given document as a Document.
newInstance(Document) - Static method in class org.enhydra.xml.SearchElement
Creates new instance of SearchElement from a given document as a Document.
newSection() - Method in class com.lutris.util.Config
Allocates a new section.
newSection() - Method in class com.lutris.util.KeywordValueTable
Allocate a new section.
newTextInstance(Node) - Method in class org.enhydra.xml.NodeImpl
Creates new instance of the TextImpl class.
newToken(int) - Static method in class com.lutris.util.Token
Returns a new Token object, by default.
newXMLConfigInstance(Document) - Static method in class org.enhydra.xml.XMLConfig
Creates new instance of XMLConfig from a given document as a Document
next - Variable in class com.lutris.util.Token
A reference to the next regular (non-special) token from the input stream.
nextSibling - Variable in class org.enhydra.xml.NodeImpl
The next (right) sibling node of this node, or null if this node is its parent's last child node.
NodeDOMException - Exception in org.enhydra.xml
A class representing a node in a meta-data tree, which extends DOMException class
NodeDOMException(short, String) - Constructor for exception org.enhydra.xml.NodeDOMException
 
NodeImpl - Class in org.enhydra.xml
 
NodeImpl() - Constructor for class org.enhydra.xml.NodeImpl
Constructs an empty NodeImpl.
NodeImpl(NodeImpl) - Constructor for class org.enhydra.xml.NodeImpl
Constructs a NodeImpl from the given node, without creating entire children subtree.
NodeImpl(Node) - Constructor for class org.enhydra.xml.NodeImpl
Constructs an NodeImpl from a given node (creates the children subtree too), as a Node
NodeImpl(Node, boolean) - Constructor for class org.enhydra.xml.NodeImpl
Constructs an NodeImpl from a given node, as a Node, and deep as boolean.
NodeImpl(Document, String) - Constructor for class org.enhydra.xml.NodeImpl
Constructs a NodeImpl from the given document owner and node name.
NodeImpl(Document, String, short) - Constructor for class org.enhydra.xml.NodeImpl
Constructs an NodeImpl from a given document owner, node name and node type.
NodeImpl(Document, String, short, String) - Constructor for class org.enhydra.xml.NodeImpl
Constructs an NodeImpl from a given document owner, node name, node type and node value.
NodeListImpl - Class in org.enhydra.xml
 
NodeListImpl() - Constructor for class org.enhydra.xml.NodeListImpl
Constructs an empty NodeListImpl.
NodeListImpl(List) - Constructor for class org.enhydra.xml.NodeListImpl
Constructs NodeListImpl with the given list of nodes.
nodeName - Variable in class org.enhydra.xml.NodeImpl
The name (tag) of the node as a String.
nodeValue - Variable in class org.enhydra.xml.NodeImpl
The value of the node as a String.
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.enhydra.util.dom.SimpleXMLObjectImpl
 
normalize() - Method in class org.enhydra.xml.NodeImpl
Does nothing, since NodeImpls do not contain Text children.
normalizeDocument() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
numChildren - Variable in class org.enhydra.xml.NodeImpl
The number of child nodes.

EAF 7.4 Util
A B C D E F G H I J K L M N O P Q R S T U V W X