< 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 _

O

oacute - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity oacute (ó).
Oacute - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Oacute (Ó).
ocirc - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity ocirc (ô).
Ocirc - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Ocirc (Ô).
oelig - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity oelig (œ).
OElig - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity OElig (Œ).
ograve - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity ograve (ò).
Ograve - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Ograve (Ò).
oline - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity oline (?).
omega - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity omega (?).
Omega - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Omega (?).
omicron - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity omicron (?).
Omicron - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Omicron (?).
OMIT_IMPLEMENTATION - Static variable in class org.enhydra.xml.xmlc.codegen.JavaModifiers
Don't include field or method in implementation if generating an interface and an implementation.
OMIT_INTERFACE - Static variable in class org.enhydra.xml.xmlc.codegen.JavaModifiers
Don't include field or method in interface if generating an interface and an implementation.
open() - Method in class org.enhydra.xml.io.ClosingInputSource
If the resource is specified by system id, open it now as a byte stream.
open() - Method in class org.enhydra.xml.lazydom.html.LazyHTMLDocument
 
open() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedHTMLDocument
 
open() - Method in class org.enhydra.xml.xmlc.html.HTMLObjectImpl
 
open(InputSource) - Static method in class org.enhydra.xml.io.InputSourceOps
Open a character input stream for an input source if one is not already open.
openSystemId(String) - Static method in class org.enhydra.xml.io.InputSourceOps
Open a bytestream given a system id.
oplus - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity oplus (?).
Option - class org.enhydra.xml.xmlc.commands.options.Option.
Definition of an option.
OPTION - Static variable in class org.enhydra.xml.lazydom.html.HTMLCollectionImpl
Request collection of all options in selection: <OPTION> elments in <SELECT> or <OPTGROUP>.
Option(String, int, boolean, String) - Constructor for class org.enhydra.xml.xmlc.commands.options.Option
Construct a new instance of the object.
OptionFileParser - class org.enhydra.xml.xmlc.commands.options.OptionFileParser.
Parse an XMLC options file.
OptionFileParser(InputSource) - Constructor for class org.enhydra.xml.xmlc.commands.options.OptionFileParser
Construct, parsing contents of file.
OptionFileParser(Reader) - Constructor for class org.enhydra.xml.xmlc.commands.options.OptionFileParser
Construct, parsing contents of file.
OptionSet - class org.enhydra.xml.xmlc.commands.options.OptionSet.
Class that contains a set of XMLC options.
OptionSet() - Constructor for class org.enhydra.xml.xmlc.commands.options.OptionSet
 
OptionsParser - class org.enhydra.xml.xmlc.commands.options.OptionsParser.
Parse XMLC options, including options files.
OptionsParser(OptionSet, ErrorReporter) - Constructor for class org.enhydra.xml.xmlc.commands.options.OptionsParser
Constructor.
or - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity or (?).
ordf - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity ordf (ª).
ordm - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity ordm (º).
org.enhydra.error - package org.enhydra.error
org.enhydra.error provides Enhydra error handling support.
org.enhydra.xml.dom - package org.enhydra.xml.dom
org.enhydra.xml.dom provides various classes for operating on DOM's.
org.enhydra.xml.io - package org.enhydra.xml.io
org.enhydra.xml.io provides input (parsing) and output (formatting) routines for XML and HTML.
org.enhydra.xml.lazydom - package org.enhydra.xml.lazydom
org.enhydra.xml.lazydom implements a DOM used for templates that is expanded in a lazy manner.
org.enhydra.xml.lazydom.html - package org.enhydra.xml.lazydom.html
org.enhydra.xml.lazydom.html provides the HTML implementation for Lazydom.
org.enhydra.xml.xmlc - package org.enhydra.xml.xmlc
 
org.enhydra.xml.xmlc.codegen - package org.enhydra.xml.xmlc.codegen
org.enhydra.xml.xmlc.codegen provides interfaces and support class for code generation.
org.enhydra.xml.xmlc.commands - package org.enhydra.xml.xmlc.commands
 
org.enhydra.xml.xmlc.commands.options - package org.enhydra.xml.xmlc.commands.options
org.enhydra.xml.xmlc.commands.options provides support for command line options.
org.enhydra.xml.xmlc.commands.xmlc - package org.enhydra.xml.xmlc.commands.xmlc
 
org.enhydra.xml.xmlc.compiler - package org.enhydra.xml.xmlc.compiler
 
org.enhydra.xml.xmlc.deferredparsing - package org.enhydra.xml.xmlc.deferredparsing
org.enhydra.xml.xmlc.deferredparsing provides support for deferred parsing of *ML objects.
org.enhydra.xml.xmlc.dom - package org.enhydra.xml.xmlc.dom
 
org.enhydra.xml.xmlc.dom.generic - package org.enhydra.xml.xmlc.dom.generic
org.enhydra.xml.xmlc.dom.generic provides base support that should work with any W3C DOM implementation.
org.enhydra.xml.xmlc.dom.lazydom - package org.enhydra.xml.xmlc.dom.lazydom
 
org.enhydra.xml.xmlc.dom.xerces - package org.enhydra.xml.xmlc.dom.xerces
 
org.enhydra.xml.xmlc.html - package org.enhydra.xml.xmlc.html
 
org.enhydra.xml.xmlc.html.parsers - package org.enhydra.xml.xmlc.html.parsers
 
org.enhydra.xml.xmlc.html.parsers.swing - package org.enhydra.xml.xmlc.html.parsers.swing
 
org.enhydra.xml.xmlc.html.parsers.tidy - package org.enhydra.xml.xmlc.html.parsers.tidy
 
org.enhydra.xml.xmlc.metadata - package org.enhydra.xml.xmlc.metadata
org.enhydra.xml.xmlc.metadata provides XMLC metadata support classes.
org.enhydra.xml.xmlc.misc - package org.enhydra.xml.xmlc.misc
 
org.enhydra.xml.xmlc.parsers - package org.enhydra.xml.xmlc.parsers
 
org.enhydra.xml.xmlc.parsers.xerces - package org.enhydra.xml.xmlc.parsers.xerces
 
org.enhydra.xml.xmlc.servlet - package org.enhydra.xml.xmlc.servlet
 
oslash - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity oslash (ø).
Oslash - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Oslash (Ø).
otilde - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity otilde (õ).
Otilde - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Otilde (Õ).
otimes - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity otimes (?).
ouml - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity ouml (ö).
Ouml - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Ouml (Ö).
OutputOptions - class org.enhydra.xml.io.OutputOptions.
Object that specifies how a HTML or XML file will be formatted.
OutputOptions.Format - class org.enhydra.xml.io.OutputOptions.Format.
Desired output format enumerated type.
OutputOptions.Format(String) - Constructor for class org.enhydra.xml.io.OutputOptions.Format
Constructor (package only)
OutputOptions() - Constructor for class org.enhydra.xml.io.OutputOptions
Construct with default values.
OutputOptions(OutputOptions) - Constructor for class org.enhydra.xml.io.OutputOptions
Copy constructor.

< 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 _
Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.