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

S

SearchElement - Class in org.enhydra.xml
 
SearchElement() - Constructor for class org.enhydra.xml.SearchElement
Constructs an empty SearchElement.
SearchElement(Document, String) - Constructor for class org.enhydra.xml.SearchElement
Constructs an SearchElement with a given document owner and node name.
SearchElement(Node) - Constructor for class org.enhydra.xml.SearchElement
Constructs an SearchElement with a given Node.
SearchElement(SearchElement) - Constructor for class org.enhydra.xml.SearchElement
Constructs an SearchElement with a given SearchElement.
serialize(Node, String, Properties) - Static method in class org.enhydra.xml.XMLDocumentFactory
Serializes node with all subnodes to the xml file with the given name, and with the Properties of the xml declaration.
serialize(Node) - Method in class org.enhydra.xml.XMLDocumentFactory
Serializes node with all subnodes to the xml file with the default Properties of the xml declaration.
set(String, Object) - Method in class com.lutris.util.KeywordValueTable
Set the value of a field.
set(String, String) - Method in class org.enhydra.util.JNDIAdapter
Sets the value of a field with the defined key.
setAttr(String, String) - Method in class org.enhydra.xml.SearchElement
Sets the value of an attribute found on the given path.
setAttribute(String, String) - Method in class org.enhydra.xml.ElementImpl
To the name attribute set value to value.
setAttributeNode(Attr) - Method in class org.enhydra.xml.ElementImpl
Add new attribute to this node.
setAttributeNodeNS(Attr) - Method in class org.enhydra.xml.ElementImpl
Equivalent to setAttributeNode(newAttr).
setAttributeNS(String, String, String) - Method in class org.enhydra.xml.ElementImpl
Equivalent to setAttribute(qualifiedName, value).
setClassPath(String) - Method in class com.lutris.classloader.MultiClassLoader
Sets class loader with specified class path.
setClassPath(String[]) - Method in class com.lutris.classloader.MultiClassLoader
Sets class loader with specified class path.
setClassPath(File) - Method in class com.lutris.classloader.MultiClassLoader
Sets class loader with specified class path.
setClassPath(File[]) - Method in class com.lutris.classloader.MultiClassLoader
Sets class loader with specified class path.
setClassPath(URL) - Method in class com.lutris.classloader.MultiClassLoader
Sets class loader with specified class path.
setClassPath(URL[]) - Method in class com.lutris.classloader.MultiClassLoader
Sets class loader with specified class path.
setConfigFile(ConfigFileInterface) - Method in class com.lutris.util.Config
Sets the ConfigFile associated with this object.
setData(String) - Method in class org.enhydra.xml.CharacterDataImpl
Sets the new value of this node.
setDebugStream(PrintStream) - Method in class com.lutris.util.ConfigParserTokenManager
 
setDefault(String, Object) - Method in class com.lutris.util.KeywordValueTable
Sets a default value for a keyword.
setDelegate(XMLObject) - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
setDocument(Document, String, String) - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
Set the DOM document associated with this object and optional encoding.
setDocument(Document, String, String) - Method in class org.enhydra.util.jivan.JivanSimpleXMLObjectImpl
Set the Jivan implemented DOM document associated with this object and optional encoding.
setDocument(Document, String) - Method in class org.enhydra.util.jivan.JivanSimpleXMLObjectImpl
Set the Jivan implemented DOM document associated with this object and optional encoding.
setDocument(Document) - Method in class org.enhydra.util.jivan.JivanSimpleXMLObjectImpl
Set the Jivan implemented DOM document associated with this object and optional encoding.
setDocument(DocumentManager, String, String) - Method in class org.enhydra.util.jivan.JivanSimpleXMLObjectImpl
Set the Jivan implemented DOM document associated with this object via corresponding DocumentManager and optional encoding.
setDocument(DocumentManager, String) - Method in class org.enhydra.util.jivan.JivanSimpleXMLObjectImpl
Set the Jivan implemented DOM document associated with this object via corresponding DocumentManager and optional encoding.
setDocument(DocumentManager) - Method in class org.enhydra.util.jivan.JivanSimpleXMLObjectImpl
Set the Jivan implemented DOM document associated with this object via corresponding DocumentManager and optional encoding.
setDocumentURI(String) - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
setEncoding(String) - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
See org.w3c.dom.Document#setEncoding
setHeight(int) - Method in class org.enhydra.tool.swing.layout.XYConstraints
 
setHeight(int) - Method in class org.enhydra.tool.swing.layout.XYLayout
 
setIdAttribute(String, boolean) - Method in class org.enhydra.xml.ElementImpl
 
setIdAttributeNode(Attr, boolean) - Method in class org.enhydra.xml.ElementImpl
 
setIdAttributeNS(String, String, boolean) - Method in class org.enhydra.xml.ElementImpl
 
setNodeValue(String) - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
setNodeValue(String) - Method in class org.enhydra.xml.AttrImpl
Sets the value of this node to the given one.
setNodeValue(String) - Method in class org.enhydra.xml.NodeImpl
Sets the node value of this node.
setParent(ClassLoader) - Method in class com.lutris.classloader.MultiClassLoader
Set the parent class loader for delegation.
setPrefix(String) - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
setPrefix(String) - Method in class org.enhydra.xml.NodeImpl
Does nothing, since namespaces are not supported.
setSecondary(ClassLoader) - Method in class com.lutris.classloader.MultiClassLoader
Set the secondary class loader.
setStandalone(boolean) - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
See org.w3c.dom.Document#setStandalone
setStrictErrorChecking(boolean) - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
See org.w3c.dom.Document#setStrictErrorChecking
setTab(String) - Method in class org.enhydra.xml.Indent
Sets the tab string.
setText(String) - Method in class org.enhydra.xml.HashMapElement
Set the value of the first text child node to the given text, and remove all other text child nodes.
setText(String, String) - Method in class org.enhydra.xml.SearchElement
Sets the given text to the Element found on the given path.
setTextContent(String) - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
setTextContent(String) - Method in class org.enhydra.xml.AttrImpl
 
setTextContent(String) - Method in class org.enhydra.xml.ElementImpl
 
setTextContent(String) - Method in class org.enhydra.xml.NodeImpl
 
setUserData(String, Object, UserDataHandler) - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
setUserData(String, Object, UserDataHandler) - Method in class org.enhydra.xml.AttrImpl
 
setUserData(String, Object, UserDataHandler) - Method in class org.enhydra.xml.ElementImpl
 
setUserData(String, Object, UserDataHandler) - Method in class org.enhydra.xml.NodeImpl
 
setValue(String) - Method in class org.enhydra.xml.AttrImpl
Sets the value of this attribute to the given one.
setVersion(String) - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
See org.w3c.dom.Document#setVersion
setWidth(int) - Method in class org.enhydra.tool.swing.layout.XYConstraints
 
setWidth(int) - Method in class org.enhydra.tool.swing.layout.XYLayout
 
setX(int) - Method in class org.enhydra.tool.swing.layout.XYConstraints
 
setXmlStandalone(boolean) - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
setXmlVersion(String) - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
setY(int) - Method in class org.enhydra.tool.swing.layout.XYConstraints
 
shouldReload() - Method in class com.lutris.classloader.MultiClassLoader
Determine if the classes loaded by this class loader have been modified.
SimpleCharStream - Class in com.lutris.util
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class com.lutris.util.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class com.lutris.util.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class com.lutris.util.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class com.lutris.util.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class com.lutris.util.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class com.lutris.util.SimpleCharStream
 
SimpleXMLObjectImpl - Class in org.enhydra.util.dom
Title: SimpleXMLObjectImpl
SimpleXMLObjectImpl() - Constructor for class org.enhydra.util.dom.SimpleXMLObjectImpl
Constructor.
specialConstructor - Variable in exception com.lutris.util.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class com.lutris.util.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
splitText(int) - Method in class org.enhydra.xml.TextImpl
 
staticFlag - Static variable in class com.lutris.util.SimpleCharStream
 
STRING - Static variable in interface com.lutris.util.ConfigParserConstants
 
substringData(int, int) - Method in class org.enhydra.xml.CharacterDataImpl
Returns the substring from the node's value.
SwitchTo(int) - Method in class com.lutris.util.ConfigParserTokenManager
 
syncAccessMethods() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
syncWithDocument(Node) - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
Method is not implemented yet.

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