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

A

ApplierError - exception net.openmarkup.ApplierError.
Exception thrown by an AttributeApplier when a severe error occurs.
ApplierError() - Constructor for class net.openmarkup.ApplierError
 
ApplierError(String) - Constructor for class net.openmarkup.ApplierError
 
ApplierError(String, Throwable) - Constructor for class net.openmarkup.ApplierError
 
ApplierError(Throwable) - Constructor for class net.openmarkup.ApplierError
 
ApplierException - exception net.openmarkup.ApplierException.
Exception thrown by an AttributeApplier.
ApplierException() - Constructor for class net.openmarkup.ApplierException
 
ApplierException(String) - Constructor for class net.openmarkup.ApplierException
 
ApplierException(String, Throwable) - Constructor for class net.openmarkup.ApplierException
 
ApplierException(Throwable) - Constructor for class net.openmarkup.ApplierException
 
ApplierGlitch - exception net.openmarkup.ApplierGlitch.
Exception thrown by an AttributeApplier when a minor glitch occurs.
ApplierGlitch() - Constructor for class net.openmarkup.ApplierGlitch
 
ApplierGlitch(String) - Constructor for class net.openmarkup.ApplierGlitch
 
ApplierGlitch(String, Throwable) - Constructor for class net.openmarkup.ApplierGlitch
 
ApplierGlitch(Throwable) - Constructor for class net.openmarkup.ApplierGlitch
 
ApplierWarning - exception net.openmarkup.ApplierWarning.
Exception thrown by an AttributeApplier when a moderate error occurs.
ApplierWarning() - Constructor for class net.openmarkup.ApplierWarning
 
ApplierWarning(String) - Constructor for class net.openmarkup.ApplierWarning
 
ApplierWarning(String, Throwable) - Constructor for class net.openmarkup.ApplierWarning
 
ApplierWarning(Throwable) - Constructor for class net.openmarkup.ApplierWarning
 
AssimilatorError - exception net.openmarkup.AssimilatorError.
Exception thrown by an ElementAssimilator when a severe error occurs.
AssimilatorError() - Constructor for class net.openmarkup.AssimilatorError
 
AssimilatorError(String) - Constructor for class net.openmarkup.AssimilatorError
 
AssimilatorError(String, Throwable) - Constructor for class net.openmarkup.AssimilatorError
 
AssimilatorError(Throwable) - Constructor for class net.openmarkup.AssimilatorError
 
AssimilatorException - exception net.openmarkup.AssimilatorException.
Exception thrown by an ElementAssimilator.
AssimilatorException() - Constructor for class net.openmarkup.AssimilatorException
 
AssimilatorException(String) - Constructor for class net.openmarkup.AssimilatorException
 
AssimilatorException(String, Throwable) - Constructor for class net.openmarkup.AssimilatorException
 
AssimilatorException(Throwable) - Constructor for class net.openmarkup.AssimilatorException
 
AssimilatorGlitch - exception net.openmarkup.AssimilatorGlitch.
Exception thrown by an ElementAssimilator when a minor glitch occurs.
AssimilatorGlitch() - Constructor for class net.openmarkup.AssimilatorGlitch
 
AssimilatorGlitch(String) - Constructor for class net.openmarkup.AssimilatorGlitch
 
AssimilatorGlitch(String, Throwable) - Constructor for class net.openmarkup.AssimilatorGlitch
 
AssimilatorGlitch(Throwable) - Constructor for class net.openmarkup.AssimilatorGlitch
 
AssimilatorWarning - exception net.openmarkup.AssimilatorWarning.
Exception thrown by an ElementAssimilator when a moderate error occurs.
AssimilatorWarning() - Constructor for class net.openmarkup.AssimilatorWarning
 
AssimilatorWarning(String) - Constructor for class net.openmarkup.AssimilatorWarning
 
AssimilatorWarning(String, Throwable) - Constructor for class net.openmarkup.AssimilatorWarning
 
AssimilatorWarning(Throwable) - Constructor for class net.openmarkup.AssimilatorWarning
 
AttributeApplier - interface net.openmarkup.AttributeApplier.
Interface for applying the value of an attribute from a given namespace to the specified target Realizable object.
AttributeHandler - class net.openmarkup.AttributeHandler.
Immutably binds an attribute type identified by a namespaceURI and localName to the specified AttributeApplier.
AttributeHandler(String, String, AttributeApplier) - Constructor for class net.openmarkup.AttributeHandler
 
Attributes - class net.openmarkup.Attributes.
Defines a collection of enumeration constants for names of attributes.
add(Vocabulary) - Method in interface net.openmarkup.ObjectRealizer
Adds the specified vocabulary to this ObjectRealizer.
apply(Realizable, String, String, String) - Method in interface net.openmarkup.AttributeApplier
Applies the value of the attribute identified by the specified namespaceURI and attributeName to the specified target Realizable element.
apply(Realizable, String, String, String) - Method in class net.openmarkup.DefaultAttributeApplier
Empty method does nothing; leaves target Realizable element unchanged.
apply(Object, String, String) - Method in interface net.openmarkup.PropertyApplier
Applies the value of the property identified by key to the specified target object.
assimilate(Realizable, Realizable) - Method in class net.openmarkup.DefaultElementAssimilator
Empty method does nothing; leaves parent and child Realizable elements unchanged.
assimilate(Realizable, Realizable) - Method in interface net.openmarkup.ElementAssimilator
Assimilate the specified child element into the specified parent element.

B

BASE - Static variable in class net.openmarkup.Attributes
Represents the local name of the "base" attribute.

C

CLASS - Static variable in class net.openmarkup.Attributes
Represents the local name of the "class" attribute.

D

DESCRIPTION - Static variable in class net.openmarkup.Attributes
Represents the local name of the "description" attribute.
DefaultAttributeApplier - class net.openmarkup.DefaultAttributeApplier.
Inert attribute applier leaves target Realizable element unchanged.
DefaultElementAssimilator - class net.openmarkup.DefaultElementAssimilator.
Inert element assimilator leaves parent and child elements unchanged.
Document - interface net.openmarkup.Document.
Extension of the DOM Document interface with utility methods.

E

ElementAssimilator - interface net.openmarkup.ElementAssimilator.
Interface for assimilating a child element into a parent element.
ElementHandler - class net.openmarkup.ElementHandler.
Immutably binds an element type to an element assimilator.
ElementHandler(ElementType, ElementAssimilator) - Constructor for class net.openmarkup.ElementHandler
 
ElementType - class net.openmarkup.ElementType.
Defines an element type, complete with a namespace URI, local name, the element implementation class that is used to represent elements of this type at run time, and the default class of objects realized from this element type.
ElementType(String, String) - Constructor for class net.openmarkup.ElementType
Defines an ElementType with the specified local name within the specified namespace.
ElementType(String, String, String) - Constructor for class net.openmarkup.ElementType
Defines an ElementType with the specified local name within the specified namespace.
ElementType(String, String, String, String) - Constructor for class net.openmarkup.ElementType
Defines an ElementType with the specified local name within the specified namespace.
Env - class net.openmarkup.Env.
Environment variables and configuration parameters for ObjectRealizer.
Env() - Constructor for class net.openmarkup.Env
 
Error - interface net.openmarkup.Error.
Tagging interface for severe exceptions of any type that cannot be corrected automatically.
equals(Object) - Method in class net.openmarkup.ElementType
Same as the superclass version, but may not be overridden any further.

F

family() - Method in class net.openmarkup.Vocabulary
Returns the list of ElementType members of this Vocabulary.

G

GUID - Static variable in class net.openmarkup.Attributes
Represents the local name of the "guid" attribute.
Glitch - interface net.openmarkup.Glitch.
Tagging interface for mild exceptions of any type that may be corrected automatically without bothering the end user with minor details.
get() - Static method in class net.openmarkup.DefaultAttributeApplier
Returns the Singleton instance of this class.
get() - Static method in class net.openmarkup.DefaultElementAssimilator
Returns the Singleton instance of this class.
getApplier() - Method in class net.openmarkup.AttributeHandler
Returns the AttributeApplier that is bound to this AttributeHandler.
getAttribute() - Method in class net.openmarkup.AttributeHandler
Returns the local name of the attribute that is handled by this AttributeHandler.
getAttributeHandler(String, String) - Method in interface net.openmarkup.Realizable
Returns the AttributeHandler for the specified attribute name if the attribute name is recognized; otherwise, this method returns null.
getAttributeNSOptional(String, String) - Method in interface net.openmarkup.Realizable
Returns the value of the specified attribute, using the given namepsace, if possible.
getClass(String) - Static method in class net.openmarkup.Env
Convenience method to obtain a reference to the class of the given name.
getClassLoader() - Static method in class net.openmarkup.Env
Returns the class loader used to load this class.
getClientProperty(Object) - Method in interface net.openmarkup.PropertyMap
Gets client property (also known as user data) identified by the specified key.
getConstructor() - Method in class net.openmarkup.ElementType
Returns a constructor suitable for instantiating the element implementation class.
getDefaultBaseURL() - Method in interface net.openmarkup.ObjectRealizer
 
getDefaultElementImplClassName() - Static method in class net.openmarkup.Env
Returns the name of the element implementation class that may be instantiated for all element types for which a specialized element implementation class is not available.
getDelegate() - Method in interface net.openmarkup.Realizable
Returns the object that this Realizable delegates object realization tasks to.
getDocumentBuilderFactoryClassName() - Static method in class net.openmarkup.Env
Returns the name of the document builder factory class.
getElement(String) - Method in interface net.openmarkup.Document
Returns the Element identified by the specified URI string.
getElement(URL) - Method in interface net.openmarkup.ObjectRealizer
Returns the element representing the object description identified by the specified URL.
getElement(String) - Method in interface net.openmarkup.ObjectRealizer
Returns the element representing the object description identified by the specified uriString.
getElement(URL, String) - Method in interface net.openmarkup.ObjectRealizer
Same as ObjectRealizer.getElement(String) except that the specified uriString is resolved against the specified baseURL to locate the document containing the object description.
getElementAssimilator() - Method in class net.openmarkup.ElementHandler
Get the element assimilator
getElementConstructor(Class) - Static method in class net.openmarkup.Env
Returns the Constructor for the specified element implementation class.
getElementHandler(String, String) - Method in interface net.openmarkup.Realizable
Returns the ElementHandler for the specified element name if the element name is recognized by this Realizable; otherwise, this method returns null.
getElementType() - Method in class net.openmarkup.ElementHandler
 
getElementType() - Method in interface net.openmarkup.Realizable
Returns the element type of this Realizable.
getFactoryInstantiationMethod() - Static method in class net.openmarkup.Env
Temporary method -- Remove when JAXP limitation has been fixed.
getFullName() - Method in class net.openmarkup.ElementType
Returns the full name of the element type with the namespace URI and local name separated by a colon.
getImplementationClass() - Method in class net.openmarkup.ElementType
Returns the element implementation class that provides the runtime representation of an instance of this element type.
getInterceptorClasses() - Static method in class net.openmarkup.Interceptor
 
getKey() - Method in interface net.openmarkup.NamedPropertyMap
 
getLocalName() - Method in class net.openmarkup.ElementType
Returns the local name of the element type.
getLogger() - Static method in class net.openmarkup.Scribe
 
getNamespace() - Method in class net.openmarkup.AttributeHandler
Returns the namespace URI for the attribute that is handled by this AttributeHandler.
getNamespaceURI() - Method in class net.openmarkup.ElementType
Returns the namespace URI of the element type.
getObject(URL) - Method in interface net.openmarkup.ObjectRealizer
Returns the object realized from the object description identified by the specified URL.
getObject(String) - Method in interface net.openmarkup.ObjectRealizer
Returns the object realized from the object description identified by the specified uriString.
getObject(URL, String) - Method in interface net.openmarkup.ObjectRealizer
Same as ObjectRealizer.getObject(String) except that the specified uriString is resolved against the specified baseURL to locate the document containing the object description.
getObject() - Method in interface net.openmarkup.Realizable
Returns the object that is realized from this element.
getObjectClassName() - Method in class net.openmarkup.ElementType
Returns the name of the class of objects realized from this element type.
getObjectClassName() - Method in interface net.openmarkup.Realizable
Returns the class name of the object that is realized from this Realizable, taking into account the class name specified through the class attribute of this element.
getObjectRealizer() - Method in interface net.openmarkup.Document
Returns the object realizer that created this document.
getObjectRealizer() - Method in interface net.openmarkup.Realizable
Returns the object realizer that created this document.
getProperty(String) - Static method in class net.openmarkup.Env
Returns the value of the specified configuration property.
getReferenceElementImplClassName() - Static method in class net.openmarkup.Env
Returns the name of the element implementation class that implements support for reference elements.
getReferenceElementSuffix() - Static method in class net.openmarkup.Env
Returns the suffix that must be appended to the name of an element type to derive the name of the corresponding reference element type.
getReferenceElementType() - Method in class net.openmarkup.ElementType
Returns the reference type for this element type.
getResolvedURL(String) - Method in interface net.openmarkup.Document
Resolves the specified URI string against this document's base URL, and returns the resulting URL.
getResolvedURL(String) - Method in interface net.openmarkup.Realizable
Resolves the specified URI string against the xml:base attributes, if any.
getRootElementLocalName() - Static method in class net.openmarkup.Env
Returns the local part of the root element name.
getRootElementNamespaceURI() - Static method in class net.openmarkup.Env
Returns the namespace URI of the root element.
getTitle() - Method in interface net.openmarkup.NamedPropertyMap
 

H

HREF - Static variable in class net.openmarkup.Attributes
Represents the local name of the "href" attribute.
hashCode() - Method in class net.openmarkup.ElementType
Same as the superclass version, but may not be overridden any further.

I

ID - Static variable in class net.openmarkup.Attributes
Represents the local name of the "id" attribute.
INDEX - Static variable in class net.openmarkup.Attributes
Represents the local name of the "index" attribute.
Interceptor - class net.openmarkup.Interceptor.
Interceptor
Interceptor(Object) - Constructor for class net.openmarkup.Interceptor
 
invoke(Object, Method, Object[]) - Method in class net.openmarkup.Interceptor
Heart of the interceptor
isNativeElementImplementation(Class) - Static method in class net.openmarkup.Env
Tests whether the specified element implementation class is a native implementation class or a plugin.

K

KEY - Static variable in class net.openmarkup.Attributes
Represents the local name of the "key" attribute.

L

LOCALE - Static variable in class net.openmarkup.Attributes
Represents the local name of the "locale" attribute.
LoggingInterceptor - class net.openmarkup.LoggingInterceptor.
LoggingInterceptor
LoggingInterceptor(Object) - Constructor for class net.openmarkup.LoggingInterceptor
 

M

METHOD - Static variable in class net.openmarkup.Attributes
Represents the local name of the "method" attribute.

N

NAME - Static variable in class net.openmarkup.Attributes
Represents the local name of the "name" attribute.
NAMESPACE - Static variable in class net.openmarkup.Attributes
Represents the local name of the "namespace" attribute.
NamedPropertyMap - interface net.openmarkup.NamedPropertyMap.
Provides support for setting and getting client properties (also known as "user data").
Namespace - class net.openmarkup.Namespace.
Useful namespace constants.
net.openmarkup - package net.openmarkup
Open interface for XML object realization.

O

OM - Static variable in class net.openmarkup.Namespace
OM namespace
ObjectRealizer - interface net.openmarkup.ObjectRealizer.
An object realizer enables a new method of developing rich, dynamically composable, data-driven applications by describing their composition and configuration declaratively in XML documents.

P

PARAMS - Static variable in class net.openmarkup.Attributes
Represents the local name of the "params" attribute.
PROPERTY - Static variable in class net.openmarkup.Attributes
Represents the local name of the "property" attribute.
PropertyApplier - interface net.openmarkup.PropertyApplier.
Interface for applying the value of a named property to the target object.
PropertyMap - interface net.openmarkup.PropertyMap.
Provides support for setting and getting client properties (also known as "user data").
processAfter(Method, Object) - Method in class net.openmarkup.Interceptor
Called after a method is invoked.
processBefore(Method, Object[]) - Method in class net.openmarkup.Interceptor
Called before method is invoked.
processBefore(Method, Object[]) - Method in class net.openmarkup.LoggingInterceptor
 
processError(Object, Method, Object[], Throwable) - Method in class net.openmarkup.Interceptor
Error handling method.
processError(Object, Method, Object[], Throwable) - Method in class net.openmarkup.LoggingInterceptor
 
putClientProperty(Object, Object) - Method in interface net.openmarkup.PropertyMap
Saves the specified value object as a client property (also known as user data) for subsequent retrieval using the specified key.

R

Realizable - interface net.openmarkup.Realizable.
Run-time representation of an element.

S

Scribe - class net.openmarkup.Scribe.
Scribe
Scribe() - Constructor for class net.openmarkup.Scribe
 
setDefaultBaseURL(URL) - Method in interface net.openmarkup.ObjectRealizer
 
setTitle(String) - Method in interface net.openmarkup.NamedPropertyMap
 

T

TARGET - Static variable in class net.openmarkup.Attributes
Represents the local name of the "target" attribute.
TITLE - Static variable in class net.openmarkup.Attributes
Represents the local name of the "title" attribute.
TYPE - Static variable in class net.openmarkup.Attributes
Represents the local name of the "type" attribute.
toString() - Method in class net.openmarkup.ElementHandler
 
toString() - Method in class net.openmarkup.ElementType
Same as ElementType.getLocalName().

U

UnknownElementTypeException - exception net.openmarkup.UnknownElementTypeException.
Exception thrown when an unknown element type is encountered during object realization.
UnknownElementTypeException() - Constructor for class net.openmarkup.UnknownElementTypeException
 
UnknownElementTypeException(String) - Constructor for class net.openmarkup.UnknownElementTypeException
 
UnknownElementTypeException(String, Throwable) - Constructor for class net.openmarkup.UnknownElementTypeException
 
UnknownElementTypeException(Throwable) - Constructor for class net.openmarkup.UnknownElementTypeException
 

V

VALUE - Static variable in class net.openmarkup.Attributes
Represents the local name of the "value" attribute.
VERSION - Static variable in class net.openmarkup.Attributes
Represents the local name of the "version" attribute.
Vocabulary - class net.openmarkup.Vocabulary.
All public fields accessible from this class must be public static final ElementType.
Vocabulary() - Constructor for class net.openmarkup.Vocabulary
 

W

Warning - interface net.openmarkup.Warning.
Tagging interface for moderate exceptions of any type that may be corrected automatically, but with explicit notification to the end user.
wrap(Object) - Static method in class net.openmarkup.Interceptor
Wrap delegate with default interceptors.
wrap(Object, Class[]) - Static method in class net.openmarkup.Interceptor
Wrap delegate with explicit interceptors, forming a "chain of responsibility".

X

XLINK - Static variable in class net.openmarkup.Namespace
XLink namespace
XML - Static variable in class net.openmarkup.Namespace
XML namespace
XSI - Static variable in class net.openmarkup.Namespace
XML Schema for Instances namespace

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

Copyright 2003-2004 eNode, Inc. All rights reserved.