Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W X 

A

AbstractCharactersEvent - Class in javanet.staxutils.events
Abstract base class for various Characters implementations.
AbstractCharactersEvent(String) - Constructor for class javanet.staxutils.events.AbstractCharactersEvent
 
AbstractCharactersEvent(String, Location) - Constructor for class javanet.staxutils.events.AbstractCharactersEvent
 
AbstractCharactersEvent(String, Location, QName) - Constructor for class javanet.staxutils.events.AbstractCharactersEvent
 
AbstractCharactersEvent(Characters) - Constructor for class javanet.staxutils.events.AbstractCharactersEvent
 
AbstractXMLEvent - Class in javanet.staxutils.events
Abstract base class for XMLEvent implementations.
AbstractXMLEvent() - Constructor for class javanet.staxutils.events.AbstractXMLEvent
 
AbstractXMLEvent(Location) - Constructor for class javanet.staxutils.events.AbstractXMLEvent
 
AbstractXMLEvent(Location, QName) - Constructor for class javanet.staxutils.events.AbstractXMLEvent
 
AbstractXMLEvent(XMLEvent) - Constructor for class javanet.staxutils.events.AbstractXMLEvent
 
accept(File, String) - Method in class org.plasma.common.io.FileNameFilter
 
add(String, Object) - Method in interface commonj.sdo.Sequence
Adds a new entry with the specified property name and value to the end of the entries.
add(int, Object) - Method in interface commonj.sdo.Sequence
Adds a new entry with the specified property index and value to the end of the entries.
add(Property, Object) - Method in interface commonj.sdo.Sequence
Adds a new entry with the specified property and value to the end of the entries.
add(int, String, Object) - Method in interface commonj.sdo.Sequence
Adds a new entry with the specified property name and value at the specified entry index.
add(int, int, Object) - Method in interface commonj.sdo.Sequence
Adds a new entry with the specified property index and value at the specified entry index.
add(int, Property, Object) - Method in interface commonj.sdo.Sequence
Adds a new entry with the specified property and value at the specified entry index.
add(String) - Method in interface commonj.sdo.Sequence
Deprecated.
replaced by Sequence.addText(String) in 2.1.0
add(int, String) - Method in interface commonj.sdo.Sequence
Deprecated.
replaced by Sequence.addText(int, String) in 2.1.0
add(XMLEvent) - Method in class javanet.staxutils.BaseXMLEventWriter
 
add(XMLEventReader) - Method in class javanet.staxutils.BaseXMLEventWriter
 
add(XMLEvent) - Method in class javanet.staxutils.helpers.EventWriterDelegate
 
add(XMLEventReader) - Method in class javanet.staxutils.helpers.EventWriterDelegate
Add events from the given reader, one by one.
add(XMLEvent) - Method in class javanet.staxutils.helpers.ListEventConsumer
Adds the event to the internal list.
add(XMLEvent) - Method in class javanet.staxutils.IndentingXMLEventWriter
 
add(XMLEvent) - Method in class javanet.staxutils.XMLEventConsumerDelegate
 
addCData(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a CDATA Characters event.
addComment(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a Comment event.
addDTD(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a DTD event.
addEndDocument() - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds an EndDocument event.
addEndElement(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds an EndElement event.
addEndElement(String, Iterator) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds an EndElement event.
addEndElement(String, String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds an EndElement event.
addEndElement(String, String, Iterator) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds an EndElement event.
addEndElement(QName) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds an EndElement event.
addEndElement(QName, Iterator) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds an EndElement event.
addIgnorableSpace(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds an ignorable space Characters event.
addSpace(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a whitespace Characters event.
addStartDocument() - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a StartDocument event.
addStartDocument(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a StartDocument event.
addStartDocument(String, String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a StartDocument event.
addStartDocument(String, String, boolean) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a StartDocument event.
addStartElement(String, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a StartElement event.
addStartElement(String, Iterator, Iterator, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a StartElement event.
addStartElement(String, String, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a StartElement event.
addStartElement(String, String, Iterator, Iterator, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a StartElement event.
addStartElement(QName, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a StartElement event.
addStartElement(QName, Iterator, Iterator, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a StartElement event.
addText(String) - Method in interface commonj.sdo.Sequence
Adds a new text entry to the end of the Sequence.
addText(int, String) - Method in interface commonj.sdo.Sequence
Adds a new text entry at the given index.
addText(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a Characters event.
addTextElement(String, String, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a simple text element with no attributes or namespace declarations.
addTextElement(QName, String, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a simple text element with no attributes or namespace declarations.
addTextElement(String, boolean, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a boolean text element with no attributes or namespace declarations.
addTextElement(QName, boolean, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a boolean text element with no attributes or namespace declarations.
addTextElement(String, int, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a text element with no attributes or namespace declarations.
addTextElement(QName, int, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a text element with no attributes or namespace declarations.
addTextElement(String, long, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a text element with no attributes or namespace declarations.
addTextElement(QName, long, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a text element with no attributes or namespace declarations.
addTextElement(String, float, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a text element with no attributes or namespace declarations.
addTextElement(QName, float, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a text element with no attributes or namespace declarations.
addTextElement(String, double, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a text element with no attributes or namespace declarations.
addTextElement(QName, double, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a text element with no attributes or namespace declarations.
addTextElement(String, Number, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a text element with no attributes or namespace declarations.
addTextElement(QName, Number, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a text element with no attributes or namespace declarations.
afterData() - Method in class javanet.staxutils.IndentingXMLEventWriter
Note that data were written.
afterData() - Method in class javanet.staxutils.IndentingXMLStreamWriter
Note that data were written.
afterEndDocument() - Method in class javanet.staxutils.IndentingXMLEventWriter
Note that a document was ended.
afterEndDocument() - Method in class javanet.staxutils.IndentingXMLStreamWriter
Note that a document was ended.
afterEndElement() - Method in class javanet.staxutils.IndentingXMLEventWriter
Note that an element was ended.
afterEndElement() - Method in class javanet.staxutils.IndentingXMLStreamWriter
Note that an element was ended.
afterMarkup() - Method in class javanet.staxutils.IndentingXMLEventWriter
Note that markup or indentation was written.
afterMarkup() - Method in class javanet.staxutils.IndentingXMLStreamWriter
Note that markup or indentation was written.
afterStartElement() - Method in class javanet.staxutils.IndentingXMLEventWriter
Note that an element was started.
afterStartElement() - Method in class javanet.staxutils.IndentingXMLStreamWriter
Note that an element was started.
allocate(XMLStreamReader, XMLEventConsumer) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocate(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
Delegates allocation to the appropriate allocateXXX method.
allocateAttributes(Location, XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateCData(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocateCData(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateCharacters(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocateCharacters(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateComment(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocateComment(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateDTD(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocateDTD(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateEndDocument(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocateEndDocument(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateEndElement(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocateEndElement(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateEntityReference(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocateEntityReference(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateEvent() - Method in class javanet.staxutils.XMLStreamEventReader
Reads the next event from the underlying reader.
allocateIgnorableSpace(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocateIgnorableSpace(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateNamespaces(Location, XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateProcessingInstruction(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocateProcessingInstruction(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateStartDocument(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocateStartDocument(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateStartElement(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocateStartElement(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
appendPath(StringBuffer) - Method in class javanet.staxutils.helpers.ElementContext
Appends the current context path to a StringBuffer.
AppException - Exception in org.plasma.common.app
 
AppException(String) - Constructor for exception org.plasma.common.app.AppException
 
AppException(Throwable) - Constructor for exception org.plasma.common.app.AppException
 
arg - Variable in exception org.plasma.common.app.InvalidCommandLineArgException
 
arg - Variable in exception org.plasma.common.app.InvalidCommandLineArgValueException
 
asCharacters() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
asEndElement() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
assertEquals(Object, Object) - Static method in class org.plasma.common.test.PlasmaTest
 
asStartElement() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
attrBuff - Variable in class javanet.staxutils.BaseXMLEventWriter
LinkedHashMap of attribute events sent surrounding the last StartElement.
attributeCount() - Method in class javanet.staxutils.helpers.ElementContext
Returns the number of attributes defined in this context.
AttributeEvent - Class in javanet.staxutils.events
Attribute event implementation.
AttributeEvent(QName, String) - Constructor for class javanet.staxutils.events.AttributeEvent
Constructs an AttributeEvent with the specified name and value.
AttributeEvent(QName, String, boolean) - Constructor for class javanet.staxutils.events.AttributeEvent
Constructs a new AttributeEvent.
AttributeEvent(QName, String, Location) - Constructor for class javanet.staxutils.events.AttributeEvent
Constructs a new AttributeEvent.
AttributeEvent(QName, String, Location, QName) - Constructor for class javanet.staxutils.events.AttributeEvent
Constructs a new AttributeEvent.
AttributeEvent(QName, String, boolean, String, Location, QName) - Constructor for class javanet.staxutils.events.AttributeEvent
Constructs a new AttributeEvent.
AttributeEvent(QName, String, Attribute) - Constructor for class javanet.staxutils.events.AttributeEvent
Copy constructor that optionally allows the name and/or value to be changed.
AttributeEvent(Attribute) - Constructor for class javanet.staxutils.events.AttributeEvent
Copy constructor.
attributeExists(QName) - Method in class javanet.staxutils.helpers.ElementContext
Determines if an attribute with the specified name exists in this context.
attributeNames() - Method in class javanet.staxutils.helpers.ElementContext
Returns an Iterator over the names of all attributes defined in this context.
attributes - Variable in class javanet.staxutils.events.StartElementEvent
The element attributes.
attributeValue(XMLStreamReader, String) - Static method in class javanet.staxutils.XMLStreamUtils
Returns the value of the attribute with the given non-qualified name.
attributeValue(XMLStreamReader, QName) - Static method in class javanet.staxutils.XMLStreamUtils
Returns the value of the attribute with the given name.

B

baseURI - Variable in class javanet.staxutils.events.EntityDeclarationEvent
The entity base URI, or null if this isn't an external entity
BaseXMLEventAllocator - Class in javanet.staxutils.events
Abstract base class for XMLEventAllocator implementations.
BaseXMLEventAllocator() - Constructor for class javanet.staxutils.events.BaseXMLEventAllocator
 
BaseXMLEventFactory - Class in javanet.staxutils.events
Abstract base class for XMLEventFactory implementations.
BaseXMLEventFactory() - Constructor for class javanet.staxutils.events.BaseXMLEventFactory
 
BaseXMLEventReader - Class in javanet.staxutils
Abstract base class for XMLEventReader implementations.
BaseXMLEventReader() - Constructor for class javanet.staxutils.BaseXMLEventReader
 
BaseXMLEventWriter - Class in javanet.staxutils
Base class for XMLEventWriter implementations.
BaseXMLEventWriter() - Constructor for class javanet.staxutils.BaseXMLEventWriter
 
BaseXMLEventWriter(XMLEventFactory, NamespaceContext) - Constructor for class javanet.staxutils.BaseXMLEventWriter
 
BaseXMLInputFactory - Class in javanet.staxutils
 
BaseXMLInputFactory() - Constructor for class javanet.staxutils.BaseXMLInputFactory
 
BaseXMLOutputFactory - Class in javanet.staxutils
Base XMLOutputFactory that provides common event functionality.
BaseXMLOutputFactory() - Constructor for class javanet.staxutils.BaseXMLOutputFactory
 
BaseXMLStreamReader - Class in javanet.staxutils
Abstract base class for XMLStreamReader implementations.
BaseXMLStreamReader() - Constructor for class javanet.staxutils.BaseXMLStreamReader
 
BaseXMLStreamReader(String, String) - Constructor for class javanet.staxutils.BaseXMLStreamReader
 
beforeEndElement() - Method in class javanet.staxutils.IndentingXMLEventWriter
Prepare to end an element, by writing a new line and indentation.
beforeEndElement() - Method in class javanet.staxutils.IndentingXMLStreamWriter
Prepare to end an element, by writing a new line and indentation.
beforeMarkup() - Method in class javanet.staxutils.IndentingXMLEventWriter
Prepare to write markup, by writing a new line and indentation.
beforeMarkup() - Method in class javanet.staxutils.IndentingXMLStreamWriter
Prepare to write markup, by writing a new line and indentation.
beforeStartElement() - Method in class javanet.staxutils.IndentingXMLEventWriter
Prepare to start an element, by allocating stack space.
beforeStartElement() - Method in class javanet.staxutils.IndentingXMLStreamWriter
Prepare to start an element, by allocating stack space.
beginLogging() - Method in interface commonj.sdo.ChangeSummary
Clears the List of changes and turns change logging on.
BindingValidationEventHandler - Interface in org.plasma.common.bind
 
bridge() - Method in interface javanet.staxutils.StAXReaderToContentHandler
Perform the conversion from StAX events to SAX events.
bridge() - Method in class javanet.staxutils.XMLEventReaderToContentHandler
 
bridge() - Method in class javanet.staxutils.XMLStreamReaderToContentHandler
 
BubbleSort - Class in org.plasma.common.sort
Bubble sort algorithm Time Complexity: O(n*n) Memory Complexity: O(1) Stable: yes
BubbleSort() - Constructor for class org.plasma.common.sort.BubbleSort
 
bubbleSort(T[]) - Static method in class org.plasma.common.sort.Sort
 
bubbleSort(int[]) - Static method in class org.plasma.common.sort.Sort
 
bubbleSort(long[]) - Static method in class org.plasma.common.sort.Sort
 
bubbleSort(double[]) - Static method in class org.plasma.common.sort.Sort
 
bubbleSort(float[]) - Static method in class org.plasma.common.sort.Sort
 
bubbleSort(char[]) - Static method in class org.plasma.common.sort.Sort
 
bubbleSort(boolean[]) - Static method in class org.plasma.common.sort.Sort
 
bubbleSort(byte[]) - Static method in class org.plasma.common.sort.Sort
 
byteHash(byte[], byte[]) - Static method in class org.plasma.common.Hash
 

C

cacheAttribute(Attribute) - Method in class javanet.staxutils.BaseXMLEventWriter
Adds the specified Attribute to the attribute cache.
cacheNamespace(Namespace) - Method in class javanet.staxutils.BaseXMLEventWriter
Adds the provided Namespace event to the namespace cache.
CDATABuffer - Variable in class javanet.staxutils.StAXContentHandler
Buffer containing text read within the current CDATA section.
CDataEvent - Class in javanet.staxutils.events
CData Characters event implementation.
CDataEvent(String) - Constructor for class javanet.staxutils.events.CDataEvent
 
CDataEvent(String, Location) - Constructor for class javanet.staxutils.events.CDataEvent
 
CDataEvent(String, Location, QName) - Constructor for class javanet.staxutils.events.CDataEvent
 
CDataEvent(Characters) - Constructor for class javanet.staxutils.events.CDataEvent
 
ChangeSummary - Interface in commonj.sdo
A change summary is used to record changes to DataObjects, allowing applications to efficiently and incrementally update back-end storage when required.
ChangeSummary.Setting - Interface in commonj.sdo
A setting encapsulates a property and a corresponding single value of the property's type.
characters(char[], int, int) - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 
characters(char[], int, int) - Method in class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
characters(char[], int, int) - Method in class javanet.staxutils.StAXContentHandler
 
characters(char[], int, int) - Method in class javanet.staxutils.StAXEventContentHandler
 
characters(char[], int, int) - Method in class javanet.staxutils.StAXStreamContentHandler
 
CharactersEvent - Class in javanet.staxutils.events
Non-ignorable Characters event implementation.
CharactersEvent(String) - Constructor for class javanet.staxutils.events.CharactersEvent
 
CharactersEvent(String, Location) - Constructor for class javanet.staxutils.events.CharactersEvent
 
CharactersEvent(String, Location, QName) - Constructor for class javanet.staxutils.events.CharactersEvent
 
CharactersEvent(Characters) - Constructor for class javanet.staxutils.events.CharactersEvent
 
clone() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
close() - Method in class javanet.staxutils.BaseXMLEventReader
 
close() - Method in class javanet.staxutils.BaseXMLEventWriter
 
close() - Method in class javanet.staxutils.helpers.EventWriterDelegate
 
close() - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
close() - Method in class javanet.staxutils.io.StAXStreamWriter
 
close() - Method in class javanet.staxutils.XMLEventStreamWriter
 
close() - Method in class javanet.staxutils.XMLStreamEventReader
 
close() - Method in class javanet.staxutils.XMLStreamEventWriter
 
closed - Variable in class javanet.staxutils.BaseXMLEventReader
Whether we've been closed or not.
closed - Variable in class javanet.staxutils.BaseXMLEventWriter
Whether this writer has been closed or not.
closeElementContext() - Method in class javanet.staxutils.io.StAXStreamWriter
Closes the current ElementContext, writing any cached content and making it read-only.
comment(char[], int, int) - Method in class javanet.staxutils.helpers.XMLFilterImplEx
 
comment(char[], int, int) - Method in class javanet.staxutils.StAXContentHandler
 
comment(char[], int, int) - Method in class javanet.staxutils.StAXEventContentHandler
 
comment(char[], int, int) - Method in class javanet.staxutils.StAXStreamContentHandler
 
CommentEvent - Class in javanet.staxutils.events
Comment event implementation.
CommentEvent(String) - Constructor for class javanet.staxutils.events.CommentEvent
 
CommentEvent(String, Location) - Constructor for class javanet.staxutils.events.CommentEvent
 
CommentEvent(Comment) - Constructor for class javanet.staxutils.events.CommentEvent
Copy constructor.
commonj.sdo - package commonj.sdo
 
commonj.sdo.helper - package commonj.sdo.helper
 
commonj.sdo.impl - package commonj.sdo.impl
 
ConnectRetryTimeoutException - Exception in org.plasma.common.app
 
ConnectRetryTimeoutException(String) - Constructor for exception org.plasma.common.app.ConnectRetryTimeoutException
 
ContentHandlerToXMLEventWriter - Class in javanet.staxutils
This is a simple utility class that adapts SAX events into StAX XMLEventWriter events, bridging between the two parser technologies.
ContentHandlerToXMLEventWriter(XMLEventWriter) - Constructor for class javanet.staxutils.ContentHandlerToXMLEventWriter
 
ContentHandlerToXMLStreamWriter - Class in javanet.staxutils
This is a simple utility class that adapts SAX events into StAX XMLStreamWriter events, bridging between the two parser technologies.
ContentHandlerToXMLStreamWriter(XMLStreamWriter) - Constructor for class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
context - Variable in class org.plasma.common.bind.DataBindingSupport
 
convert(Type, Object) - Method in interface commonj.sdo.helper.DataHelper
Convert the specified value to an instance of the specified type.
convert(Property, Object) - Method in interface commonj.sdo.helper.DataHelper
Convert the specified value to an instance of the specified property's type.
copy(DataObject) - Method in interface commonj.sdo.helper.CopyHelper
Create a deep copy of the DataObject tree: Copies the dataObject and all its contained DataObjects recursively.
copy(XMLEventReader, XMLEventConsumer) - Static method in class javanet.staxutils.XMLStreamUtils
Copies the content read from the specified source stream to the provided result stream.
copy(XMLEventReader, XMLEventWriter) - Static method in class javanet.staxutils.XMLStreamUtils
Copies the content read from the specified source stream to the provided result stream.
copy(XMLStreamReader, XMLStreamWriter) - Static method in class javanet.staxutils.XMLStreamUtils
Copies the content read from the specified source stream to the provided result stream.
copy(XMLStreamReader, XMLStreamWriter, XMLInputFactory) - Static method in class javanet.staxutils.XMLStreamUtils
Copies the content read from the specified source stream to the provided result stream.
copy(Source, XMLStreamWriter) - Static method in class javanet.staxutils.XMLStreamUtils
Copies the content read from a TrAX Source to a StAX XMLStreamWriter.
copy(Source, XMLEventWriter) - Static method in class javanet.staxutils.XMLStreamUtils
Copies the content read from a TrAX Source to a StAX XMLEventWriter.
copy(XMLEventReader, Result) - Static method in class javanet.staxutils.XMLStreamUtils
Copies the content read from a StAX XMLEventReader to a TrAX Result.
copy(XMLStreamReader, Result) - Static method in class javanet.staxutils.XMLStreamUtils
Copies the content read from a StAX XMLStreamReader to a TrAX Result.
copy(InputStream, OutputStream) - Static method in class org.plasma.common.io.StreamCopier
 
copyElement(XMLEventReader, XMLEventConsumer) - Static method in class javanet.staxutils.XMLStreamUtils
Copies an element and all its content from the provided event reader, to the provided event consumer.
copyElementContent(XMLEventReader, XMLEventConsumer) - Static method in class javanet.staxutils.XMLStreamUtils
Copies all events within a StartElement until the matching EndElement is reached.
CopyHelper - Interface in commonj.sdo.helper
A helper for copying DataObjects.
copyShallow(DataObject) - Method in interface commonj.sdo.helper.CopyHelper
Create a shallow copy of the DataObject dataObject: Creates a new DataObject copiedDataObject with the same values as the source dataObject for each property where property.getType().isDataType() is true.
create(String, String) - Method in interface commonj.sdo.helper.DataFactory
Create a DataObject of the Type specified by typeName with the given package uri.
create(Class) - Method in interface commonj.sdo.helper.DataFactory
Create a DataObject supporting the given interface.
create(Type) - Method in interface commonj.sdo.helper.DataFactory
Create a DataObject of the Type specified.
createAttribute(QName, String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createAttribute(String, String, String, String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createAttribute(String, String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createAttribute(QName, String, Location, QName) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createAttribute(QName, String, Location, QName) - Method in class javanet.staxutils.events.EventFactory
 
createCData(String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createCData(String, Location, QName) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createCData(String, Location, QName) - Method in class javanet.staxutils.events.EventFactory
 
createCharacters(String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createCharacters(String, Location, QName) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createCharacters(String, Location, QName) - Method in class javanet.staxutils.events.EventFactory
 
createComment(String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createComment(String, Location) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createComment(String, Location) - Method in class javanet.staxutils.events.EventFactory
 
createDataObject(String) - Method in interface commonj.sdo.DataObject
Returns a new data object contained by this object using the specified property, which must be a containment property.
createDataObject(int) - Method in interface commonj.sdo.DataObject
Returns a new data object contained by this object using the specified property, which must be a containment property.
createDataObject(Property) - Method in interface commonj.sdo.DataObject
Returns a new data object contained by this object using the specified property, which must be a containment property.
createDataObject(String, String, String) - Method in interface commonj.sdo.DataObject
Returns a new data object contained by this object using the specified property, which must be a containment property.
createDataObject(int, String, String) - Method in interface commonj.sdo.DataObject
Returns a new data object contained by this object using the specified property, which must be a containment property.
createDataObject(Property, Type) - Method in interface commonj.sdo.DataObject
Returns a new data object contained by this object using the specified property, which must be of containment type.
createDeploymentRealm() - Method in class org.plasma.common.env.ObjectFactory
Create an instance of DeploymentRealm
createDocument(DataObject, String, String) - Method in interface commonj.sdo.helper.XMLHelper
Creates an XMLDocument with the specified XML rootElement for the DataObject.
createDTD(String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createDTD(String, Location) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createDTD(String, Location) - Method in class javanet.staxutils.events.EventFactory
 
createEndDocument() - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createEndDocument(Location) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createEndDocument(Location) - Method in class javanet.staxutils.events.EventFactory
 
createEndElement(QName, Iterator) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createEndElement(String, String, String, Iterator) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createEndElement(String, String, String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createEndElement(QName, Iterator, Location, QName) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createEndElement(QName, Iterator, Location, QName) - Method in class javanet.staxutils.events.EventFactory
 
createEntityReference(String, EntityDeclaration) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createEntityReference(String, EntityDeclaration, Location) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createEntityReference(String, EntityDeclaration, Location) - Method in class javanet.staxutils.events.EventFactory
 
createFilteredReader(XMLEventReader, EventFilter) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createFilteredReader(XMLStreamReader, StreamFilter) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createIgnorableSpace(String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createIgnorableSpace(String, Location) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createIgnorableSpace(String, Location) - Method in class javanet.staxutils.events.EventFactory
 
createNamespace(String, String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createNamespace(String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createNamespace(String, String, Location) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createNamespace(String, String, Location) - Method in class javanet.staxutils.events.EventFactory
 
createNamespace(String, String) - Method in class javanet.staxutils.StAXEventContentHandler
 
createProcessingInstruction(String, String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createProcessingInstruction(String, String, Location) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createProcessingInstruction(String, String, Location) - Method in class javanet.staxutils.events.EventFactory
 
createResolvable() - Static method in class commonj.sdo.impl.HelperProvider
Gets a Resolvable
createResolvable(Object) - Static method in class commonj.sdo.impl.HelperProvider
Gets a Resolvable
createRootObject(String, String) - Method in interface commonj.sdo.DataGraph
Creates a new root data object of the specified type.
createRootObject(Type) - Method in interface commonj.sdo.DataGraph
Creates a new root data object of the specified type.
createSpace(String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createSpace(String, Location) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createSpace(String, Location) - Method in class javanet.staxutils.events.EventFactory
 
createStableLocation(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
createStableLocation(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
createStableNamespaceContext(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
createStableNamespaceContext(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
createStartDocument() - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createStartDocument(String, String, boolean) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createStartDocument(String, String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createStartDocument(String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createStartDocument(String, String, Boolean, Location, QName) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createStartDocument(String, String, Boolean, Location, QName) - Method in class javanet.staxutils.events.EventFactory
 
createStartElement(QName, Iterator, Iterator) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createStartElement(String, String, String, Iterator, Iterator, NamespaceContext) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createStartElement(String, String, String, Iterator, Iterator) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createStartElement(String, String, String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createStartElement(QName, Iterator, Iterator, NamespaceContext, Location, QName) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createStartElement(QName, Iterator, Iterator, NamespaceContext, Location, QName) - Method in class javanet.staxutils.events.EventFactory
 
createStartEvents(Attributes, Collection[]) - Method in class javanet.staxutils.StAXEventContentHandler
Creates the Namespaceand Attributeevents associated with a StartElement.
createXMLEventReader(InputStream, String) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLEventReader(InputStream) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLEventReader(String, InputStream) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLEventReader(XMLStreamReader) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLEventReader(Reader) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLEventReader(Reader, String) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLEventReader(Source) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLEventReader(String, Reader) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLEventReader(String, Reader, String) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLEventWriter(OutputStream, String) - Method in class javanet.staxutils.BaseXMLOutputFactory
 
createXMLEventWriter(OutputStream) - Method in class javanet.staxutils.BaseXMLOutputFactory
 
createXMLEventWriter(Result) - Method in class javanet.staxutils.BaseXMLOutputFactory
 
createXMLEventWriter(XMLStreamWriter) - Method in class javanet.staxutils.BaseXMLOutputFactory
Creates an XMLEventWriter that writes to the provided XMLStreamWriter.
createXMLEventWriter(Writer) - Method in class javanet.staxutils.BaseXMLOutputFactory
 
createXMLEventWriter(Result) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
createXMLEventWriter(Writer) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
createXMLEventWriter(OutputStream) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
createXMLEventWriter(OutputStream, String) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
createXMLStreamReader(InputStream, String) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLStreamReader(InputStream) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLStreamReader(String, InputStream) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLStreamReader(Source) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLStreamReader(Reader) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLStreamReader(Reader, String) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLStreamReader(String, Reader) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLStreamReader(String, Reader, String) - Method in class javanet.staxutils.BaseXMLInputFactory
Called by all other methods to construct an XMLStreamReader.
createXMLStreamWriter(OutputStream, String) - Method in class javanet.staxutils.BaseXMLOutputFactory
 
createXMLStreamWriter(OutputStream) - Method in class javanet.staxutils.BaseXMLOutputFactory
 
createXMLStreamWriter(Result) - Method in class javanet.staxutils.BaseXMLOutputFactory
 
createXMLStreamWriter(Result) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
createXMLStreamWriter(Writer) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
createXMLStreamWriter(OutputStream) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
createXMLStreamWriter(OutputStream, String) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
createXMLStreamWriter(Writer) - Method in class javanet.staxutils.OutputFactory
 

D

data - Variable in class javanet.staxutils.events.AbstractCharactersEvent
Character content.
data - Variable in class javanet.staxutils.events.ProcessingInstructionEvent
The instruction data.
DataBinding - Interface in org.plasma.common.bind
 
DataBindingSupport - Class in org.plasma.common.bind
 
DataBindingSupport(JAXBContext) - Constructor for class org.plasma.common.bind.DataBindingSupport
 
DataFactory - Interface in commonj.sdo.helper
A Factory for creating DataObjects.
DataFlavor - Enum in org.plasma.sdo
 
DataGraph - Interface in commonj.sdo
A data graph is used to package a graph of data objects along with their metadata, that is, data describing the data.
DataHelper - Interface in commonj.sdo.helper
Data helper methods.
DataObject - Interface in commonj.sdo
A data object is a representation of some structured data.
DataType - Enum in org.plasma.sdo
An enum listing the SDO datatypes.
declaration - Variable in class javanet.staxutils.events.DTDEvent
The full DTD declaration.
declaration - Variable in class javanet.staxutils.events.EntityReferenceEvent
The referenced entity declaration.
DEFAULT_ENCODING - Static variable in class javanet.staxutils.events.StartDocumentEvent
DEFAULT_INDENT - Static variable in interface javanet.staxutils.Indentation
Two spaces; the default indentation.
DEFAULT_JNDI_FACTORY - Static variable in class org.plasma.common.naming.InitialContextFactory
 
DEFAULT_NS_DECL - Static variable in class javanet.staxutils.events.NamespaceEvent
 
DEFAULT_SYSTEM_ID - Static variable in class javanet.staxutils.events.StartDocumentEvent
Default system id returned by StartDocumentEvent.getSystemId().
DEFAULT_VERSION - Static variable in class javanet.staxutils.events.StartDocumentEvent
Default XML version returned by StartDocumentEvent.getVersion().
DefaultValidationEventHandler - Class in org.plasma.common.bind
 
DefaultValidationEventHandler() - Constructor for class org.plasma.common.bind.DefaultValidationEventHandler
 
DefaultValidationEventHandler(boolean) - Constructor for class org.plasma.common.bind.DefaultValidationEventHandler
 
define(DataObject) - Method in interface commonj.sdo.helper.TypeHelper
Define the DataObject as a Type.
define(List) - Method in interface commonj.sdo.helper.TypeHelper
Define the list of DataObjects as Types.
define(String) - Method in interface commonj.sdo.helper.XSDHelper
Define the XML Schema as Types.
define(Reader, String) - Method in interface commonj.sdo.helper.XSDHelper
Define XML Schema as Types.
define(InputStream, String) - Method in interface commonj.sdo.helper.XSDHelper
Define XML Schema as Types.
defineOpenContentProperty(String, DataObject) - Method in interface commonj.sdo.helper.TypeHelper
Define the DataObject as a Property for setting open content.
delete() - Method in interface commonj.sdo.DataObject
Remove this object from its container and then unset all its non- readOnly Properties.
DeploymentRealm - Class in org.plasma.common.env
Java class for anonymous complex type.
DeploymentRealm() - Constructor for class org.plasma.common.env.DeploymentRealm
 
detach() - Method in interface commonj.sdo.DataObject
Removes this DataObject from its container, if any.
determineAttributeSchemaType(XMLStreamReader, int) - Method in class javanet.staxutils.events.EventAllocator
 
determineEntityDeclaration(String, XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
determineSchemaType(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
docLocator - Variable in class javanet.staxutils.StAXContentHandler
The SAX Locatorprovided to the handler.
DPS_NAMING_URL - Static variable in class org.plasma.common.naming.InitialContextFactory
 
DTDEvent - Class in javanet.staxutils.events
DTD event implementation.
DTDEvent(String, Location) - Constructor for class javanet.staxutils.events.DTDEvent
 
DTDEvent(String, List, List, Location) - Constructor for class javanet.staxutils.events.DTDEvent
 
DTDEvent(DTD) - Constructor for class javanet.staxutils.events.DTDEvent
Copy constructor.
DummyLocator - Class in javanet.staxutils
A dummy locator that returns -1 and null from all methods to indicate that location info is not available.
DummyLocator() - Constructor for class javanet.staxutils.DummyLocator
 
dumpProperties(String) - Method in class org.plasma.common.env.EnvProperties
 

E

ElementContext - Class in javanet.staxutils.helpers
Encapsulates access to contextual element information, such as the element name, attributes, and namespaces.
ElementContext(QName) - Constructor for class javanet.staxutils.helpers.ElementContext
Constructs a new ElementContext with the provided name and no enclosing context.
ElementContext(QName, boolean) - Constructor for class javanet.staxutils.helpers.ElementContext
Constructs a new ElementContext with the provided name and empty value, and no enclosing context.
ElementContext(QName, NamespaceContext) - Constructor for class javanet.staxutils.helpers.ElementContext
Constructs a new ElementContext with the provided name and namespace context.
ElementContext(QName, ElementContext) - Constructor for class javanet.staxutils.helpers.ElementContext
Constructs a new ElementContext with the provided name and enclosing context.
ElementContext(QName, ElementContext, boolean) - Constructor for class javanet.staxutils.helpers.ElementContext
Constructs a new ElementContext with the provided name and enclosing context.
EmptyNamespaceContext - Class in javanet.staxutils
ExtendedNamespaceContext that contains no namespaces.
EmptyNamespaceContext() - Constructor for class javanet.staxutils.EmptyNamespaceContext
 
encoding - Variable in class javanet.staxutils.BaseXMLStreamReader
The stream encoding.
encoding - Variable in class javanet.staxutils.events.StartDocumentEvent
The document encoding, or null if none was specified.
encodingSet() - Method in class javanet.staxutils.events.StartDocumentEvent
 
endCDATA() - Method in class javanet.staxutils.helpers.XMLFilterImplEx
 
endCDATA() - Method in class javanet.staxutils.StAXContentHandler
 
endCDATA() - Method in class javanet.staxutils.StAXEventContentHandler
 
endCDATA() - Method in class javanet.staxutils.StAXStreamContentHandler
 
endDocument() - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 
endDocument() - Method in class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
endDocument() - Method in class javanet.staxutils.StAXContentHandler
 
endDocument() - Method in class javanet.staxutils.StAXEventContentHandler
 
endDocument() - Method in class javanet.staxutils.StAXStreamContentHandler
 
EndDocumentEvent - Class in javanet.staxutils.events
EndDocument event implementation.
EndDocumentEvent() - Constructor for class javanet.staxutils.events.EndDocumentEvent
 
EndDocumentEvent(Location) - Constructor for class javanet.staxutils.events.EndDocumentEvent
 
EndDocumentEvent(Location, QName) - Constructor for class javanet.staxutils.events.EndDocumentEvent
 
EndDocumentEvent(EndDocument) - Constructor for class javanet.staxutils.events.EndDocumentEvent
 
endDTD() - Method in class javanet.staxutils.helpers.XMLFilterImplEx
 
endDTD() - Method in class javanet.staxutils.StAXContentHandler
 
endElement(String, String, String) - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 
endElement(String, String, String) - Method in class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
endElement(String, String, String) - Method in class javanet.staxutils.StAXContentHandler
 
endElement(String, String, String) - Method in class javanet.staxutils.StAXEventContentHandler
 
endElement(String, String, String) - Method in class javanet.staxutils.StAXStreamContentHandler
 
EndElementEvent - Class in javanet.staxutils.events
EndElement event implementation.
EndElementEvent(QName, Iterator) - Constructor for class javanet.staxutils.events.EndElementEvent
 
EndElementEvent(QName, Iterator, Location) - Constructor for class javanet.staxutils.events.EndElementEvent
 
EndElementEvent(QName, Iterator, Location, QName) - Constructor for class javanet.staxutils.events.EndElementEvent
 
EndElementEvent(EndElement) - Constructor for class javanet.staxutils.events.EndElementEvent
 
endEntity(String) - Method in class javanet.staxutils.helpers.XMLFilterImplEx
 
endEntity(String) - Method in class javanet.staxutils.StAXContentHandler
 
endLogging() - Method in interface commonj.sdo.ChangeSummary
An implementation that requires logging may throw an UnsupportedOperationException.
endPrefixMapping(String) - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 
endPrefixMapping(String) - Method in class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
endPrefixMapping(String) - Method in class javanet.staxutils.StAXContentHandler
 
entities - Variable in class javanet.staxutils.events.DTDEvent
The list of EntityDeclarations.
EntityDeclarationEvent - Class in javanet.staxutils.events
EntityDeclaration event implementation.
EntityDeclarationEvent(String, String, Location) - Constructor for class javanet.staxutils.events.EntityDeclarationEvent
 
EntityDeclarationEvent(String, String, String, Location) - Constructor for class javanet.staxutils.events.EntityDeclarationEvent
 
EntityDeclarationEvent(String, String, String, String, String, Location) - Constructor for class javanet.staxutils.events.EntityDeclarationEvent
 
EntityDeclarationEvent(EntityDeclaration) - Constructor for class javanet.staxutils.events.EntityDeclarationEvent
 
EntityReferenceEvent - Class in javanet.staxutils.events
EntityReference event implementation.
EntityReferenceEvent(String, EntityDeclaration) - Constructor for class javanet.staxutils.events.EntityReferenceEvent
 
EntityReferenceEvent(String, EntityDeclaration, Location) - Constructor for class javanet.staxutils.events.EntityReferenceEvent
 
EntityReferenceEvent(EntityReference) - Constructor for class javanet.staxutils.events.EntityReferenceEvent
 
ENV_PROPERTY_NAME_PREFIX - Static variable in interface org.plasma.common.env.EnvConstants
 
EnvConstants - Interface in org.plasma.common.env
 
EnvName - Enum in org.plasma.common.env
Java class for EnvName.
EnvProperties - Class in org.plasma.common.env
Singleton class for critical deployment property management and error handling.
equal(DataObject, DataObject) - Method in interface commonj.sdo.helper.EqualityHelper
Two DataObjects are equal(Deep) if they are equalShallow, all their compared Properties are equal, and all reachable DataObjects in their graphs excluding containers are equal.
EqualityHelper - Interface in commonj.sdo.helper
A helper for comparing DataObjects.
equals(Object) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
equals(Object, Object) - Static method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
equals(Object) - Method in class javanet.staxutils.StaxUtilsXMLOutputFactory
 
equals(Object) - Method in class org.plasma.common.Hash
 
equalShallow(DataObject, DataObject) - Method in interface commonj.sdo.helper.EqualityHelper
Two DataObjects are equalShallow if they have the same Type and all their compared Properties are equal.
error(SAXParseException) - Method in class javanet.staxutils.StAXContentHandler
 
error(SAXParseException) - Method in class org.plasma.common.bind.ValidatingUnmarshaler.Handler
 
ERROR_MESSAGE_CHANNEL_NOT_FOUND - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_MESSAGE_INTERNAL - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_MESSAGE_INVALID_DATE_FORMAT - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_MESSAGE_INVALID_DATE_FORMAT2 - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_MESSAGE_INVALID_NUMBER_FORMAT - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_MESSAGE_INVALID_SNAPSHOT - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_MESSAGE_MAX_RESULTS_EXCEEDED - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_MESSAGE_MAX_WILDCARDS_EXCEEDED - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_MESSAGE_NO_CRITERIA_ENTERED - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_MESSAGE_NO_RESULTS_FOUND - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_MESSAGE_PPSO_NOT_FOUND - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_MESSAGE_RECORD_LOCKED - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_MESSAGE_SESSION_TIMEOUT - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_MESSAGE_USER_ROLE_NOT_FOUND - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_SEVERITY_FATAL - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_SEVERITY_INFO - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_SEVERITY_WARNING - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_TYPE_INTERNAL - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_TYPE_USER_CONCURRENCY - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_TYPE_USER_INPUT - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ERROR_TYPE_USER_SESSION - Static variable in interface org.plasma.common.exception.ErrorConstants
 
ErrorConstants - Interface in org.plasma.common.exception
 
eventAllocator - Variable in class javanet.staxutils.BaseXMLInputFactory
 
EventAllocator - Class in javanet.staxutils.events
Allocates events within this package.
EventAllocator() - Constructor for class javanet.staxutils.events.EventAllocator
 
EventFactory - Class in javanet.staxutils.events
Factory for events within this package.
EventFactory() - Constructor for class javanet.staxutils.events.EventFactory
 
EventMatcher - Class in javanet.staxutils.helpers
Provides utility methods useful for comparing two XMLEvent instances.
eventsMatch(XMLEvent, XMLEvent) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two XMLEvent instances.
eventsMatch(Attribute, Attribute) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two Attributes, returning true if their names and values are the same.
eventsMatch(Characters, Characters) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two Characterss.
eventsMatch(Comment, Comment) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two Comments.
eventsMatch(DTD, DTD) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two DTDs.
eventsMatch(EndDocument, EndDocument) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two EndDocuments.
eventsMatch(EndElement, EndElement) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two EndElements.
eventsMatch(EntityDeclaration, EntityDeclaration) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two EntityDeclarations.
eventsMatch(EntityReference, EntityReference) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two EntityReferences.
eventsMatch(Namespace, Namespace) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two Namespaces.
eventsMatch(NotationDeclaration, NotationDeclaration) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two NotationDeclarations.
eventsMatch(ProcessingInstruction, ProcessingInstruction) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two ProcessingInstructions.
eventsMatch(StartDocument, StartDocument) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two StartDocuments.
eventsMatch(StartElement, StartElement) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two StartElements.
EventWriterDelegate - Class in javanet.staxutils.helpers
Abstract class for implementing XML filters.
EventWriterDelegate(XMLEventWriter) - Constructor for class javanet.staxutils.helpers.EventWriterDelegate
 
ExtendedLocation - Interface in javanet.staxutils
Extended the Location interface that exposes nested Location s.
ExtendedNamespaceContext - Interface in javanet.staxutils
Extended namespace context interface that allows the context tree to be navigated and to list all known prefixes.
ExtendedXMLEvent - Interface in javanet.staxutils.events
Extended XMLEvent interface that provides additional functionality.
ExternalizableDelegator - Class in commonj.sdo.impl
Delegates DataObject serialization while ensuring implementation independent java.io.Serialization.
ExternalizableDelegator() - Constructor for class commonj.sdo.impl.ExternalizableDelegator
 
ExternalizableDelegator(Object) - Constructor for class commonj.sdo.impl.ExternalizableDelegator
 
ExternalizableDelegator.Resolvable - Interface in commonj.sdo.impl
 

F

factory - Variable in class javanet.staxutils.BaseXMLEventWriter
XMLEventFactory used to construct XMLEvent instances.
fatalError(SAXParseException) - Method in class javanet.staxutils.StAXContentHandler
 
fatalError(SAXParseException) - Method in class org.plasma.common.bind.ValidatingUnmarshaler.Handler
 
FileNameFilter - Class in org.plasma.common.io
 
FileNameFilter(String) - Constructor for class org.plasma.common.io.FileNameFilter
 
filter(XMLEventWriter) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
Transform the given writer.
filter(XMLStreamWriter) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
filter(XMLEventWriter) - Method in class javanet.staxutils.StaxUtilsXMLOutputFactory
 
filter(XMLStreamWriter) - Method in class javanet.staxutils.StaxUtilsXMLOutputFactory
 
FilterXMLOutputFactory - Class in javanet.staxutils.helpers
An output factory that transforms each writer from a contained factory.
FilterXMLOutputFactory() - Constructor for class javanet.staxutils.helpers.FilterXMLOutputFactory
 
FilterXMLOutputFactory(XMLOutputFactory) - Constructor for class javanet.staxutils.helpers.FilterXMLOutputFactory
 
firstToLowerCase(String) - Static method in class org.plasma.common.provisioning.NameUtils
 
firstToUpperCase(String) - Static method in class org.plasma.common.provisioning.NameUtils
 
flush() - Method in class javanet.staxutils.BaseXMLEventWriter
 
flush() - Method in class javanet.staxutils.helpers.EventWriterDelegate
 
flush() - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
flush() - Method in class javanet.staxutils.io.StAXStreamWriter
 
flush() - Method in class javanet.staxutils.io.StreamEventWriter
 
flush() - Method in class javanet.staxutils.XMLEventStreamWriter
 
flush() - Method in class javanet.staxutils.XMLStreamEventWriter
 
fromDataType(DataType) - Static method in enum org.plasma.sdo.DataFlavor
 
fromValue(String) - Static method in enum org.plasma.common.env.EnvName
 

G

generate(List<Type>) - Method in interface commonj.sdo.helper.XSDHelper
Generate an XML Schema Declaration (XSD) from Types.
generate(List<Type>, Map<String, String>) - Method in interface commonj.sdo.helper.XSDHelper
Generate an XML Schema Declaration (XSD) from Types.
get(String) - Method in interface commonj.sdo.DataObject
Returns the value of a property of either this object or an object reachable from it, as identified by the specified path.
get(int) - Method in interface commonj.sdo.DataObject
Returns the value of the property at the specified index in property list of this object's type .
get(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the given property of this object.
get(Property) - Method in interface commonj.sdo.Property
Returns the value of the specified instance property of this Property.
get(Property) - Method in interface commonj.sdo.Type
Returns the value of the specified instance property of this Type.
getAliasNames() - Method in interface commonj.sdo.Property
Returns a list of alias names for this Property.
getAliasNames() - Method in interface commonj.sdo.Type
Return a list of alias names for this Type.
getAppinfo(Type, String) - Method in interface commonj.sdo.helper.XSDHelper
Return the appinfo declared for this Type and source.
getAppinfo(Property, String) - Method in interface commonj.sdo.helper.XSDHelper
Return the content of the appinfo declared for this Property and source.
getArg() - Method in exception org.plasma.common.app.InvalidCommandLineArgException
 
getArg() - Method in exception org.plasma.common.app.InvalidCommandLineArgValueException
 
getArg() - Method in exception org.plasma.common.app.MissingCommandLineArgException
 
getAttribute(int) - Method in class javanet.staxutils.helpers.ElementContext
Returns the value of the idxth attribute defined on the context.
getAttribute(QName) - Method in class javanet.staxutils.helpers.ElementContext
Returns the value of a named attribute.
getAttributeByName(QName) - Method in class javanet.staxutils.events.StartElementEvent
 
getAttributeLocalName(int) - Method in class javanet.staxutils.BaseXMLStreamReader
 
getAttributeName(int) - Method in class javanet.staxutils.helpers.ElementContext
Returns the name of the idxth attribute defined on the context.
getAttributeNamespace(int) - Method in class javanet.staxutils.BaseXMLStreamReader
 
getAttributePrefix(int) - Method in class javanet.staxutils.BaseXMLStreamReader
 
getAttributes() - Method in class javanet.staxutils.events.StartElementEvent
 
getBaseTypes() - Method in interface commonj.sdo.Type
Returns the List of base Types for this Type.
getBaseURI() - Method in class javanet.staxutils.events.EntityDeclarationEvent
 
getBigDecimal(String) - Method in interface commonj.sdo.DataObject
Returns the value of a BigDecimal property identified by the specified path.
getBigDecimal(int) - Method in interface commonj.sdo.DataObject
Returns the value of a BigDecimal property identified by the specified property index.
getBigDecimal(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified BigDecimal property.
getBigInteger(String) - Method in interface commonj.sdo.DataObject
Returns the value of a BigInteger property identified by the specified path.
getBigInteger(int) - Method in interface commonj.sdo.DataObject
Returns the value of a BigInteger property identified by the specified property index.
getBigInteger(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified BigInteger property.
getBoolean(String) - Method in interface commonj.sdo.DataObject
Returns the value of a boolean property identified by the specified path.
getBoolean(int) - Method in interface commonj.sdo.DataObject
Returns the value of a boolean property identified by the specified property index.
getBoolean(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified boolean property.
getByte(String) - Method in interface commonj.sdo.DataObject
Returns the value of a byte property identified by the specified path.
getByte(int) - Method in interface commonj.sdo.DataObject
Returns the value of a byte property identified by the specified property index.
getByte(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified byte property.
getBytes(String) - Method in interface commonj.sdo.DataObject
Returns the value of a byte[] property identified by the specified path.
getBytes(int) - Method in interface commonj.sdo.DataObject
Returns the value of a byte[] property identified by the specified property index.
getBytes(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified byte[] property.
getChangedDataObjects() - Method in interface commonj.sdo.ChangeSummary
Returns a list consisting of all the data objects that have been changed while logging.
getChangeSummary() - Method in interface commonj.sdo.DataGraph
Returns the change summary associated with this data graph.
getChangeSummary() - Method in interface commonj.sdo.DataObject
Returns the ChangeSummary with scope covering this dataObject, or null if there is no ChangeSummary.
getChar(String) - Method in interface commonj.sdo.DataObject
Returns the value of a char property identified by the specified path.
getChar(int) - Method in interface commonj.sdo.DataObject
Returns the value of a char property identified by the specified property index.
getChar(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified char property.
getCharacterEncodingScheme() - Method in class javanet.staxutils.events.StartDocumentEvent
 
getCharacterOffset() - Method in class javanet.staxutils.helpers.UnknownLocation
 
getCharacterOffset() - Method in class javanet.staxutils.SimpleLocation
 
getColumnNumber() - Method in class javanet.staxutils.DummyLocator
Return the column number where the current document event ends.
getColumnNumber() - Method in class javanet.staxutils.helpers.UnknownLocation
 
getColumnNumber() - Method in class javanet.staxutils.SimpleLocation
 
getConsumer() - Method in class javanet.staxutils.XMLEventConsumerDelegate
Returns a reference to the underlying XMLEventConsumer to which events are added.
getContainer() - Method in interface commonj.sdo.DataObject
Returns the containing data object or null if there is no container.
getContainingType() - Method in interface commonj.sdo.Property
Returns the containing type of this Property.
getContainmentProperty() - Method in interface commonj.sdo.DataObject
Return the Property of the data object containing this data object or null if there is no container.
getContent(InputStream) - Method in class org.plasma.common.test.PlasmaTest
 
getCopyHelper() - Method in interface commonj.sdo.helper.HelperContext
Gets the CopyHelper to use in this context.
getCopyHelper() - Static method in class commonj.sdo.impl.HelperProvider
Gets a CopyHelper
getCurrentLocation() - Method in class javanet.staxutils.StAXContentHandler
Calculates the STAX Locationfrom the SAX Locator registered with this handler.
getCurrentPath() - Method in class javanet.staxutils.io.StAXStreamWriter
Returns the current position of the writer as a path of QName strings.
getData() - Method in class javanet.staxutils.events.AbstractCharactersEvent
 
getData() - Method in class javanet.staxutils.events.ProcessingInstructionEvent
 
getDataFactory() - Method in interface commonj.sdo.helper.HelperContext
Gets the DataFactory to use in this context.
getDataFactory() - Static method in class commonj.sdo.impl.HelperProvider
Gets a DataFactory
getDataGraph() - Method in interface commonj.sdo.ChangeSummary
Returns the data graph associated with this change summary or null.
getDataGraph() - Method in interface commonj.sdo.DataObject
Returns the data graph for this object or null if there isn't one.
getDataHelper() - Method in interface commonj.sdo.helper.HelperContext
Gets the DataHelper to use in this context.
getDataHelper() - Static method in class commonj.sdo.impl.HelperProvider
Gets a DataHelper
getDataObject(String) - Method in interface commonj.sdo.DataObject
Returns the value of a DataObject property identified by the specified path.
getDataObject(int) - Method in interface commonj.sdo.DataObject
Returns the value of a DataObject property identified by the specified property index.
getDataObject(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified DataObject property.
getDate(String) - Method in interface commonj.sdo.DataObject
Returns the value of a Date property identified by the specified path.
getDate(int) - Method in interface commonj.sdo.DataObject
Returns the value of a Date property identified by the specified property index.
getDate(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified Date property.
getDeclaration() - Method in class javanet.staxutils.events.EntityReferenceEvent
 
getDeclaredPrefixCount() - Method in class javanet.staxutils.SimpleNamespaceContext
Returns the number of namespace prefixes declared in this context.
getDeclaredPrefixes() - Method in class javanet.staxutils.EmptyNamespaceContext
 
getDeclaredPrefixes() - Method in interface javanet.staxutils.ExtendedNamespaceContext
Returns an Iterator of all namespace prefixes declared within this context, irrespective of any ancestor contexts.
getDeclaredPrefixes() - Method in class javanet.staxutils.SimpleNamespaceContext
 
getDeclaredProperties() - Method in interface commonj.sdo.Type
Returns the Properties declared in this Type as opposed to those declared in base Types.
getDefault() - Method in interface commonj.sdo.Property
Returns the default value this Property will have in a data object where the Property hasn't been set.
getDefaultContext() - Static method in class commonj.sdo.impl.HelperProvider
Gets the default HelperContext
getDepth() - Method in class javanet.staxutils.helpers.ElementContext
Determines the number of enclosing contexts.
getDocumentTypeDeclaration() - Method in class javanet.staxutils.events.DTDEvent
 
getDouble(String) - Method in interface commonj.sdo.DataObject
Returns the value of a double property identified by the specified path.
getDouble(int) - Method in interface commonj.sdo.DataObject
Returns the value of a double property identified by the specified property index.
getDouble(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified double property.
getDTDType() - Method in class javanet.staxutils.events.AttributeEvent
 
getElementText() - Method in class javanet.staxutils.BaseXMLEventReader
 
getElementText() - Method in class javanet.staxutils.BaseXMLStreamReader
 
getElementText() - Method in class javanet.staxutils.XMLStreamEventReader
 
getEncoding() - Method in interface commonj.sdo.helper.XMLDocument
Return the XML encoding of the document, or null if not specified.
getEncoding() - Method in class javanet.staxutils.BaseXMLStreamReader
 
getEntities() - Method in class javanet.staxutils.events.DTDEvent
 
getEnv() - Method in class org.plasma.common.env.EnvProperties
 
getEqualityHelper() - Method in interface commonj.sdo.helper.HelperContext
Gets the EqualityHelper to use in this context.
getEqualityHelper() - Static method in class commonj.sdo.impl.HelperProvider
Gets an EqualityHelper
getErrorCount() - Method in interface org.plasma.common.bind.BindingValidationEventHandler
 
getErrorCount() - Method in class org.plasma.common.bind.DefaultValidationEventHandler
 
getEventAllocator() - Method in class javanet.staxutils.BaseXMLInputFactory
 
getEventConsumer() - Method in class javanet.staxutils.StAXEventContentHandler
Returns a reference to the XMLEventConsumer to which events will be written.
getEventFactory() - Method in class javanet.staxutils.StAXEventContentHandler
Returns a reference to the XMLEventFactory used to construct events.
getEventFactory() - Method in class javanet.staxutils.XMLEventConsumerDelegate
Returns a reference to the XMLEventFactory used to construct events.
getEvents() - Method in class javanet.staxutils.helpers.ListEventConsumer
Returns the List of events added to this consumer.
getEventType() - Method in class javanet.staxutils.events.AttributeEvent
getEventType() - Method in class javanet.staxutils.events.CDataEvent
getEventType() - Method in class javanet.staxutils.events.CharactersEvent
getEventType() - Method in class javanet.staxutils.events.CommentEvent
getEventType() - Method in class javanet.staxutils.events.DTDEvent
getEventType() - Method in class javanet.staxutils.events.EndDocumentEvent
getEventType() - Method in class javanet.staxutils.events.EndElementEvent
getEventType() - Method in class javanet.staxutils.events.EntityDeclarationEvent
getEventType() - Method in class javanet.staxutils.events.EntityReferenceEvent
getEventType() - Method in class javanet.staxutils.events.IgnorableSpaceEvent
getEventType() - Method in class javanet.staxutils.events.NamespaceEvent
getEventType() - Method in class javanet.staxutils.events.NotationDeclarationEvent
getEventType() - Method in class javanet.staxutils.events.ProcessingInstructionEvent
getEventType() - Method in class javanet.staxutils.events.StartDocumentEvent
getEventType() - Method in class javanet.staxutils.events.StartElementEvent
getEventTypeName() - Method in class javanet.staxutils.BaseXMLStreamReader
Returns the name of the current event type.
getEventTypeName(int) - Static method in class javanet.staxutils.XMLStreamUtils
Returns the name of the specified stream event constant.
getFloat(String) - Method in interface commonj.sdo.DataObject
Returns the value of a float property identified by the specified path.
getFloat(int) - Method in interface commonj.sdo.DataObject
Returns the value of a float property identified by the specified property index.
getFloat(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified float property.
getGlobalProperty(String, String, boolean) - Method in interface commonj.sdo.helper.XSDHelper
Returns the Property defined by the named global element or attribute in the targetNamespace uri, or null if not found.
getIndent() - Method in interface javanet.staxutils.Indentation
The characters used for one level of indentation.
getIndent() - Method in class javanet.staxutils.IndentingXMLEventWriter
 
getIndent() - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
getIndentationToken() - Method in interface org.plasma.common.io.StreamAssembler
 
getInitialContext(String) - Method in class org.plasma.common.naming.InitialContextFactory
 
getInitialContext() - Method in class org.plasma.common.naming.InitialContextFactory
 
getInitialContext(String) - Method in class org.plasma.common.test.PlasmaTest
Get the client's env context for a given name.
getInitialContext() - Method in class org.plasma.common.test.PlasmaTest
Get the client's env context
getInstance() - Static method in class javanet.staxutils.EmptyNamespaceContext
 
getInstance() - Static method in class org.plasma.common.naming.InitialContextFactory
 
getInstance() - Static method in class org.plasma.common.naming.ServiceLocator
 
getInstanceClass() - Method in interface commonj.sdo.Type
Returns the Java class that this type represents.
getInstanceProperties() - Method in interface commonj.sdo.DataObject
Returns a read-only List of the Properties currently used in this DataObject.
getInstanceProperties() - Method in interface commonj.sdo.Property
Returns a read-only List of instance Properties available on this Property.
getInstanceProperties() - Method in interface commonj.sdo.Type
Returns a read-only List of instance Properties available on this Type.
getInstanceProperty(String) - Method in interface commonj.sdo.DataObject
Returns the named Property from the current instance properties, or null if not found.
getInt(String) - Method in interface commonj.sdo.DataObject
Returns the value of a int property identified by the specified path.
getInt(int) - Method in interface commonj.sdo.DataObject
Returns the value of a int property identified by the specified property index.
getInt(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified int property.
getLexicalHandler() - Method in class javanet.staxutils.helpers.XMLFilterImplEx
Get the lexical event handler.
getLineNumber() - Method in class javanet.staxutils.DummyLocator
Return the line number where the current document event ends.
getLineNumber() - Method in class javanet.staxutils.helpers.UnknownLocation
 
getLineNumber() - Method in class javanet.staxutils.SimpleLocation
 
getLineSeparator() - Static method in class javanet.staxutils.IndentingXMLEventWriter
 
getLineSeparator() - Static method in class javanet.staxutils.IndentingXMLStreamWriter
 
getList(String) - Method in interface commonj.sdo.DataObject
Returns the value of a List property identified by the specified path.
getList(int) - Method in interface commonj.sdo.DataObject
Returns the value of a List property identified by the specified property index.
getList(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified List property.
getLocalName(Type) - Method in interface commonj.sdo.helper.XSDHelper
Returns the local name as declared in the XSD.
getLocalName(Property) - Method in interface commonj.sdo.helper.XSDHelper
Returns the local name as declared in the XSD.
getLocation() - Method in exception javanet.staxutils.error.IllegalStreamStateException
Returns the Location where the error occured.
getLocation() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
getLong(String) - Method in interface commonj.sdo.DataObject
Returns the value of a long property identified by the specified path.
getLong(int) - Method in interface commonj.sdo.DataObject
Returns the value of a long property identified by the specified property index.
getLong(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified long property.
getMessageId() - Method in exception org.plasma.common.exception.UserException
 
getName() - Method in interface commonj.sdo.Property
Returns the name of the Property.
getName() - Method in interface commonj.sdo.Type
Returns the name of the type.
getName() - Method in class javanet.staxutils.events.AttributeEvent
 
getName() - Method in class javanet.staxutils.events.EndElementEvent
 
getName() - Method in class javanet.staxutils.events.EntityDeclarationEvent
 
getName() - Method in class javanet.staxutils.events.EntityReferenceEvent
 
getName() - Method in class javanet.staxutils.events.NotationDeclarationEvent
 
getName() - Method in class javanet.staxutils.events.StartElementEvent
 
getName() - Method in class javanet.staxutils.helpers.ElementContext
Returns the qualified name associated with the context.
getName() - Method in exception org.plasma.common.app.InvalidPropertyNameException
 
getName() - Method in class org.plasma.common.env.DeploymentRealm
Gets the value of the name property.
getNamespaceContext() - Method in class javanet.staxutils.BaseXMLEventWriter
 
getNamespaceContext() - Method in class javanet.staxutils.events.StartElementEvent
 
getNamespaceContext() - Method in class javanet.staxutils.helpers.EventWriterDelegate
 
getNamespaceContext() - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
getNamespaceContext() - Method in class javanet.staxutils.io.StAXStreamWriter
 
getNamespaceContext() - Method in class javanet.staxutils.XMLEventStreamWriter
 
getNamespacePrefix(int) - Method in class javanet.staxutils.helpers.ElementContext
Returns the prefix of the idxth namespace declaration defined in this context.
getNamespacePrefixes() - Method in class javanet.staxutils.helpers.XMLFilterImplEx
 
getNamespaces() - Method in class javanet.staxutils.events.EndElementEvent
 
getNamespaces() - Method in class javanet.staxutils.events.StartElementEvent
 
getNamespaceURI(Property) - Method in interface commonj.sdo.helper.XSDHelper
Returns the namespace URI as declared in the XSD.
getNamespaceURI(String) - Method in class javanet.staxutils.BaseXMLStreamReader
 
getNamespaceURI() - Method in class javanet.staxutils.BaseXMLStreamReader
 
getNamespaceURI(String) - Method in class javanet.staxutils.EmptyNamespaceContext
 
getNamespaceURI() - Method in class javanet.staxutils.events.NamespaceEvent
 
getNamespaceURI(String) - Method in class javanet.staxutils.events.StartElementEvent
 
getNamespaceURI(int) - Method in class javanet.staxutils.helpers.ElementContext
Returns the URI of the idxth namespace declaration defined in this context.
getNamespaceURI(String) - Method in class javanet.staxutils.NamespaceContextAdapter
 
getNamespaceURI(String) - Method in class javanet.staxutils.SimpleNamespaceContext
 
getNestedLocation() - Method in interface javanet.staxutils.ExtendedLocation
Returns a nested Location.
getNestedLocation() - Method in class javanet.staxutils.SimpleLocation
 
getNewLine() - Method in interface javanet.staxutils.Indentation
The characters that introduce a new line.
getNewLine() - Method in class javanet.staxutils.IndentingXMLEventWriter
 
getNewLine() - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
getNoNamespaceSchemaLocation() - Method in interface commonj.sdo.helper.XMLDocument
Return the value of the noNamespaceSchemaLocation declaration for the http://www.w3.org/2001/XMLSchema-instance namespace in the root element, or null if not present.
getNotationName() - Method in class javanet.staxutils.events.EntityDeclarationEvent
 
getNotations() - Method in class javanet.staxutils.events.DTDEvent
 
getOldContainer(DataObject) - Method in interface commonj.sdo.ChangeSummary
Returns the value of the container data object at the point when logging began.
getOldContainmentProperty(DataObject) - Method in interface commonj.sdo.ChangeSummary
Returns the value of the containment property data object property at the point when logging began.
getOldSequence(DataObject) - Method in interface commonj.sdo.ChangeSummary
Returns the value of the sequence for the data object at the point when logging began.
getOldValue(DataObject, Property) - Method in interface commonj.sdo.ChangeSummary
Returns a setting for the specified property representing the property value of the given dataObject at the point when logging began.
getOldValues(DataObject) - Method in interface commonj.sdo.ChangeSummary
Returns a list of settings that represent the property values of the given dataObject at the point when logging began.
getOpenContentProperty(String, String) - Method in interface commonj.sdo.helper.TypeHelper
Get the open content (global) Property with the specified uri and name, or null if not found.
getOpposite() - Method in interface commonj.sdo.Property
Returns the opposite Property if the Property is bi-directional or null otherwise.
getParams() - Method in exception org.plasma.common.exception.UserException
 
getParent() - Method in class javanet.staxutils.EmptyNamespaceContext
 
getParent() - Method in interface javanet.staxutils.ExtendedNamespaceContext
Returns a reference to the parent of this context.
getParent() - Method in class javanet.staxutils.SimpleNamespaceContext
Returns a reference to the parent of this context.
getParentContext() - Method in class javanet.staxutils.helpers.ElementContext
Returns a reference to the enclosing ElementContext.
getPath() - Method in class javanet.staxutils.helpers.ElementContext
Returns the current context path.
getPrefix(String) - Method in class javanet.staxutils.BaseXMLEventWriter
 
getPrefix() - Method in class javanet.staxutils.BaseXMLStreamReader
 
getPrefix(String) - Method in class javanet.staxutils.EmptyNamespaceContext
 
getPrefix() - Method in class javanet.staxutils.events.NamespaceEvent
 
getPrefix(String) - Method in class javanet.staxutils.helpers.EventWriterDelegate
 
getPrefix(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
getPrefix(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
getPrefix(String) - Method in class javanet.staxutils.NamespaceContextAdapter
 
getPrefix(String) - Method in class javanet.staxutils.SimpleNamespaceContext
 
getPrefix(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
getPrefixes(String) - Method in class javanet.staxutils.EmptyNamespaceContext
 
getPrefixes() - Method in class javanet.staxutils.EmptyNamespaceContext
 
getPrefixes() - Method in interface javanet.staxutils.ExtendedNamespaceContext
Returns an Iterator of all namespace prefixes in scope within this context, including those inherited from ancestor contexts.
getPrefixes(String) - Method in class javanet.staxutils.NamespaceContextAdapter
 
getPrefixes() - Method in class javanet.staxutils.SimpleNamespaceContext
 
getPrefixes(String) - Method in class javanet.staxutils.SimpleNamespaceContext
 
getProcessedDTD() - Method in class javanet.staxutils.events.DTDEvent
 
getProperties() - Method in interface commonj.sdo.Type
Returns the List of the Properties of this type.
getProperties() - Method in class org.plasma.common.env.EnvProperties
 
getPropertiesFileName() - Method in class org.plasma.common.env.EnvProperties
 
getProperty() - Method in interface commonj.sdo.ChangeSummary.Setting
Returns the property of the setting.
getProperty(String) - Method in interface commonj.sdo.DataObject
Deprecated.
getProperty(int) - Method in interface commonj.sdo.Sequence
Returns the property for the given entry index.
getProperty(String) - Method in interface commonj.sdo.Type
Returns from all the Properties of this type, the one with the specified name.
getProperty(String) - Method in class javanet.staxutils.BaseXMLEventReader
 
getProperty(String) - Method in class javanet.staxutils.BaseXMLInputFactory
 
getProperty(String) - Method in class javanet.staxutils.BaseXMLOutputFactory
 
getProperty(String) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
Delegates to source.
getProperty(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
getProperty(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
getProperty(String) - Method in class javanet.staxutils.StaxUtilsXMLOutputFactory
 
getProperty(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
getProperty(String) - Method in class javanet.staxutils.XMLStreamEventReader
No properties are supported, so this always throws IllegalArgumentException.
getProperty(String) - Method in class org.plasma.common.env.EnvProperties
 
getProperty(String, String) - Method in class org.plasma.common.env.EnvProperties
 
getPublicId() - Method in class javanet.staxutils.DummyLocator
Return the public identifier for the current document event.
getPublicId() - Method in class javanet.staxutils.events.EntityDeclarationEvent
 
getPublicId() - Method in class javanet.staxutils.events.NotationDeclarationEvent
 
getPublicId() - Method in class javanet.staxutils.helpers.UnknownLocation
 
getPublicId() - Method in class javanet.staxutils.SimpleLocation
 
getReadEnd() - Method in class javanet.staxutils.XMLEventPipe
Returns the read end of the pipe, from which events written to the write end of the pipe will be available.
getReplacementText() - Method in class javanet.staxutils.events.EntityDeclarationEvent
 
getRootElementName() - Method in interface commonj.sdo.helper.XMLDocument
Return the name of the root element.
getRootElementURI() - Method in interface commonj.sdo.helper.XMLDocument
Return the targetNamespace URI for the root element.
getRootObject() - Method in interface commonj.sdo.ChangeSummary
Returns the ChangeSummary root DataObject - the object from which changes are tracked.
getRootObject() - Method in interface commonj.sdo.DataGraph
Returns the root data object of this data graph.
getRootObject() - Method in interface commonj.sdo.DataObject
Returns the root data object.
getRootObject() - Method in interface commonj.sdo.helper.XMLDocument
Return the root DataObject for the XMLDocument.
getSchemaLocation() - Method in interface commonj.sdo.helper.XMLDocument
Return the value of the schemaLocation declaration for the http://www.w3.org/2001/XMLSchema-instance namespace in the root element, or null if not present.
getSchemaType() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
getSequence(String) - Method in interface commonj.sdo.DataObject
Deprecated.
in 2.1.0.
getSequence(int) - Method in interface commonj.sdo.DataObject
Deprecated.
in 2.1.0.
getSequence(Property) - Method in interface commonj.sdo.DataObject
Deprecated.
in 2.1.0.
getSequence() - Method in interface commonj.sdo.DataObject
Returns the Sequence for this DataObject.
getServer() - Method in class org.plasma.common.test.PlasmaTest
Get the MBeanServerConnection from JNDI
getServerHost() - Static method in class org.plasma.common.test.PlasmaTest
 
getSeverityId() - Method in exception org.plasma.common.exception.UserException
 
getShort(String) - Method in interface commonj.sdo.DataObject
Returns the value of a short property identified by the specified path.
getShort(int) - Method in interface commonj.sdo.DataObject
Returns the value of a short property identified by the specified property index.
getShort(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified short property.
getStableLocation() - Method in class javanet.staxutils.BaseXMLStreamReader
Constructs a new, stable Location from the current stream location.
getStreamWriter() - Method in class javanet.staxutils.StAXStreamContentHandler
Returns a reference to the XMLStreamWriterto which SAX events are written.
getString(String) - Method in interface commonj.sdo.DataObject
Returns the value of a String property identified by the specified path.
getString(int) - Method in interface commonj.sdo.DataObject
Returns the value of a String property identified by the specified property index.
getString(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified String property.
getStub(String, Class) - Method in class org.plasma.common.naming.ServiceLocator
Deprecated.
use getStub(Class ejbInterfaceClass) or getStub(String ejbName) instead
getStub(Class) - Method in class org.plasma.common.naming.ServiceLocator
Get an ejb stub found with the supplied interface class in the local JNDI tree
getStub(String) - Method in class org.plasma.common.naming.ServiceLocator
Get an ejb stub found with the supplied name
getSystemId() - Method in class javanet.staxutils.BaseXMLStreamReader
 
getSystemId() - Method in class javanet.staxutils.DummyLocator
Return the system identifier for the current document event.
getSystemId() - Method in class javanet.staxutils.events.EntityDeclarationEvent
 
getSystemId() - Method in class javanet.staxutils.events.NotationDeclarationEvent
 
getSystemId() - Method in class javanet.staxutils.events.StartDocumentEvent
 
getSystemId() - Method in class javanet.staxutils.helpers.UnknownLocation
 
getSystemId() - Method in class javanet.staxutils.SimpleLocation
 
getTarget() - Method in class javanet.staxutils.events.ProcessingInstructionEvent
 
getText() - Method in class javanet.staxutils.events.CommentEvent
 
getType(String, String) - Method in interface commonj.sdo.DataGraph
Returns the type with the given the URI, or contained by the resource at the given URI, and with the given name.
getType() - Method in interface commonj.sdo.DataObject
Returns the data object's type.
getType(String, String) - Method in interface commonj.sdo.helper.TypeHelper
Return the Type specified by typeName with the given uri, or null if not found.
getType(Class) - Method in interface commonj.sdo.helper.TypeHelper
Return the Type for this interfaceClass or null if not found.
getType() - Method in interface commonj.sdo.Property
Returns the type of the Property.
getTypeHelper() - Method in interface commonj.sdo.helper.HelperContext
Gets the TypeHelper to use in this context.
getTypeHelper() - Static method in class commonj.sdo.impl.HelperProvider
Gets a TypeHelper
getTypeId() - Method in exception org.plasma.common.exception.UserException
 
getURI() - Method in interface commonj.sdo.Type
Returns the namespace URI of the type.
getValidationEventHandler() - Method in interface org.plasma.common.bind.DataBinding
 
getValidationEventHandler() - Method in class org.plasma.common.bind.ValidatingUnmarshaler
 
getValue() - Method in interface commonj.sdo.ChangeSummary.Setting
Returns the value of the setting.
getValue(int) - Method in interface commonj.sdo.Sequence
Returns the property value for the given entry index.
getValue() - Method in class javanet.staxutils.events.AttributeEvent
 
getValue() - Method in exception org.plasma.common.app.InvalidCommandLineArgValueException
 
getVersion() - Method in class javanet.staxutils.events.StartDocumentEvent
 
getWriteEnd() - Method in class javanet.staxutils.XMLEventPipe
Returns the write end of the pipe, whose events will be available from the read end of this pipe.
getXMLHelper() - Method in interface commonj.sdo.helper.HelperContext
Gets the XMLHelper to use in this context.
getXMLHelper() - Static method in class commonj.sdo.impl.HelperProvider
Gets an XMLHelper
getXMLReporter() - Method in class javanet.staxutils.BaseXMLInputFactory
 
getXMLResolver() - Method in class javanet.staxutils.BaseXMLInputFactory
 
getXMLVersion() - Method in interface commonj.sdo.helper.XMLDocument
Return the XML version of the document, or null if not specified.
getXSDHelper() - Method in interface commonj.sdo.helper.HelperContext
Gets the XSDHelper to use in this context.
getXSDHelper() - Static method in class commonj.sdo.impl.HelperProvider
Gets an XSDHelper

H

handleEvent(ValidationEvent) - Method in class org.plasma.common.bind.DefaultValidationEventHandler
 
Handler() - Constructor for class org.plasma.common.bind.ValidatingUnmarshaler.Handler
 
Hash - Class in org.plasma.common
 
Hash(byte[]) - Constructor for class org.plasma.common.Hash
 
Hash(String) - Constructor for class org.plasma.common.Hash
 
hash(byte[]) - Method in class org.plasma.common.Hash
 
hash(String) - Method in class org.plasma.common.Hash
 
hashCode() - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
hashCode(Object) - Static method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
hashCode() - Method in class javanet.staxutils.StaxUtilsXMLOutputFactory
 
hashCode() - Method in class org.plasma.common.Hash
 
hasJDK15() - Method in class org.plasma.common.test.PlasmaTest
 
hasName() - Method in class javanet.staxutils.BaseXMLStreamReader
 
hasNext() - Method in class javanet.staxutils.helpers.ListEventReader
 
hasNext() - Method in class javanet.staxutils.XMLStreamEventReader
 
hasParams() - Method in exception org.plasma.common.exception.UserException
 
hasText() - Method in class javanet.staxutils.BaseXMLStreamReader
 
HelperContext - Interface in commonj.sdo.helper
This interface represents a helper execution context.
HelperProvider - Class in commonj.sdo.impl
This class instantiates a HelperProviderImpl that returns concrete helpers.

I

IgnorableSpaceEvent - Class in javanet.staxutils.events
Ignorable Characters event implementation.
IgnorableSpaceEvent(String) - Constructor for class javanet.staxutils.events.IgnorableSpaceEvent
 
IgnorableSpaceEvent(String, Location) - Constructor for class javanet.staxutils.events.IgnorableSpaceEvent
 
IgnorableSpaceEvent(String, Location, QName) - Constructor for class javanet.staxutils.events.IgnorableSpaceEvent
 
IgnorableSpaceEvent(Characters) - Constructor for class javanet.staxutils.events.IgnorableSpaceEvent
 
ignorableWhitespace(char[], int, int) - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 
ignorableWhitespace(char[], int, int) - Method in class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
ignorableWhitespace(char[], int, int) - Method in class javanet.staxutils.StAXEventContentHandler
 
ignorableWhitespace(char[], int, int) - Method in class javanet.staxutils.StAXStreamContentHandler
 
IllegalStreamStateException - Exception in javanet.staxutils.error
IllegalStateException that includes a StAX Location identifying the point where the error occured.
IllegalStreamStateException() - Constructor for exception javanet.staxutils.error.IllegalStreamStateException
 
IllegalStreamStateException(Location) - Constructor for exception javanet.staxutils.error.IllegalStreamStateException
 
IllegalStreamStateException(String) - Constructor for exception javanet.staxutils.error.IllegalStreamStateException
 
IllegalStreamStateException(String, Location) - Constructor for exception javanet.staxutils.error.IllegalStreamStateException
 
INDENT - Static variable in class javanet.staxutils.StaxUtilsXMLOutputFactory
A String property whose value indents one level.
Indentation - Interface in javanet.staxutils
Characters that represent line breaks and indentation.
INDENTING - Static variable in class javanet.staxutils.StaxUtilsXMLOutputFactory
A Boolean property controlling whether to indent output.
IndentingXMLEventWriter - Class in javanet.staxutils
A filter that indents an XML stream.
IndentingXMLEventWriter(XMLEventWriter) - Constructor for class javanet.staxutils.IndentingXMLEventWriter
 
IndentingXMLStreamWriter - Class in javanet.staxutils
A filter that indents an XML stream.
IndentingXMLStreamWriter(XMLStreamWriter) - Constructor for class javanet.staxutils.IndentingXMLStreamWriter
 
InitialContextFactory - Class in org.plasma.common.naming
 
InsertionSort - Class in org.plasma.common.sort
Insertion sort algorithm Time Complexity: O(n*n) Memory Complexity: O(1) Stable: yes
InsertionSort() - Constructor for class org.plasma.common.sort.InsertionSort
 
insertionSort(T[]) - Static method in class org.plasma.common.sort.Sort
 
insertionSort(int[]) - Static method in class org.plasma.common.sort.Sort
 
insertionSort(long[]) - Static method in class org.plasma.common.sort.Sort
 
insertionSort(double[]) - Static method in class org.plasma.common.sort.Sort
 
insertionSort(float[]) - Static method in class org.plasma.common.sort.Sort
 
insertionSort(char[]) - Static method in class org.plasma.common.sort.Sort
 
insertionSort(boolean[]) - Static method in class org.plasma.common.sort.Sort
 
insertionSort(byte[]) - Static method in class org.plasma.common.sort.Sort
 
INSTANCE - Static variable in interface commonj.sdo.helper.CopyHelper
The default CopyHelper.
INSTANCE - Static variable in interface commonj.sdo.helper.DataFactory
The default DataFactory.
INSTANCE - Static variable in interface commonj.sdo.helper.DataHelper
The default DataHelper.
INSTANCE - Static variable in interface commonj.sdo.helper.EqualityHelper
The default EqualityHelper.
INSTANCE - Static variable in interface commonj.sdo.helper.TypeHelper
The default TypeHelper.
INSTANCE - Static variable in interface commonj.sdo.helper.XMLHelper
The default XMLHelper.
INSTANCE - Static variable in interface commonj.sdo.helper.XSDHelper
The default XSDHelper.
INSTANCE - Static variable in class javanet.staxutils.EmptyNamespaceContext
 
INSTANCE - Static variable in class javanet.staxutils.helpers.UnknownLocation
 
instance() - Static method in class org.plasma.common.env.EnvProperties
 
intHash(byte[], int) - Static method in class org.plasma.common.Hash
 
intHash(byte[]) - Static method in class org.plasma.common.Hash
 
intHash(byte[], byte[]) - Static method in class org.plasma.common.Hash
 
InvalidCommandLineArgException - Exception in org.plasma.common.app
 
InvalidCommandLineArgException(String) - Constructor for exception org.plasma.common.app.InvalidCommandLineArgException
 
InvalidCommandLineArgValueException - Exception in org.plasma.common.app
 
InvalidCommandLineArgValueException(String, String) - Constructor for exception org.plasma.common.app.InvalidCommandLineArgValueException
 
InvalidPropertyNameException - Exception in org.plasma.common.app
 
InvalidPropertyNameException(String) - Constructor for exception org.plasma.common.app.InvalidPropertyNameException
 
isAbstract() - Method in interface commonj.sdo.Type
Indicates if this Type is abstract.
isAttribute(Property) - Method in interface commonj.sdo.helper.XSDHelper
Returns true if the property is declared as an attribute in the XSD.
isAttribute() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
isCData() - Method in class javanet.staxutils.events.CDataEvent
 
isCData() - Method in class javanet.staxutils.events.CharactersEvent
 
isCData() - Method in class javanet.staxutils.events.IgnorableSpaceEvent
 
isCDATA - Variable in class javanet.staxutils.StAXContentHandler
Whether the parser is currently within a CDATA section.
isCharacters() - Method in class javanet.staxutils.BaseXMLStreamReader
 
isCharacters() - Method in class javanet.staxutils.events.AbstractCharactersEvent
 
isCharacters() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
isContainment() - Method in interface commonj.sdo.Property
Returns whether the Property is containment, i.e., whether it represents by-value composition.
isCreated(DataObject) - Method in interface commonj.sdo.ChangeSummary
Returns whether or not the specified data object was created while logging.
isDataType() - Method in interface commonj.sdo.Type
Indicates if this Type specifies DataTypes (true) or DataObjects (false).
isDefaultNamespaceDeclaration() - Method in class javanet.staxutils.events.NamespaceEvent
 
isDeleted(DataObject) - Method in interface commonj.sdo.ChangeSummary
Returns whether or not the specified data object was deleted while logging.
isElement(Property) - Method in interface commonj.sdo.helper.XSDHelper
Returns true if the property is declared as an element in the XSD.
isEmpty() - Method in class javanet.staxutils.helpers.ElementContext
Whether this context represents an emtpy element.
isEndDocument() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
isEndElement() - Method in class javanet.staxutils.BaseXMLStreamReader
 
isEndElement() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
isEntityReference() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
isIgnorableWhiteSpace() - Method in class javanet.staxutils.events.CDataEvent
 
isIgnorableWhiteSpace() - Method in class javanet.staxutils.events.CharactersEvent
 
isIgnorableWhiteSpace() - Method in class javanet.staxutils.events.IgnorableSpaceEvent
 
isIndent() - Method in interface org.plasma.common.io.StreamAssembler
 
isInstance(Object) - Method in interface commonj.sdo.Type
Returns whether the specified object is an instance of this type.
isLogging() - Method in interface commonj.sdo.ChangeSummary
Indicates whether change logging is on (true) or off ( false).
isMany() - Method in interface commonj.sdo.Property
Returns whether the Property is many-valued.
isMixed(Type) - Method in interface commonj.sdo.helper.XSDHelper
Returns true if the Type is declared to contain mixed content.
isModified(DataObject) - Method in interface commonj.sdo.ChangeSummary
Returns whether or not the specified data object was updated while logging.
isNamespace() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
isNullable() - Method in interface commonj.sdo.Property
Returns whether or not instances of this property can be set to null.
isOpen() - Method in interface commonj.sdo.Type
Indicates if this Type allows any form of open content.
isOpenContent() - Method in interface commonj.sdo.Property
Returns whether or not this is an open content Property.
isPrefixDeclared(String) - Method in class javanet.staxutils.EmptyNamespaceContext
 
isPrefixDeclared(String) - Method in interface javanet.staxutils.ExtendedNamespaceContext
Determines if the specified prefix is declared within this context, irrespective of any ancestor contexts.
isPrefixDeclared(String) - Method in class javanet.staxutils.SimpleNamespaceContext
Determines if the specified prefix is declared within this context, irrespective of any ancestor contexts.
isProcessingInstruction() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
isPropertySupported(String) - Method in class javanet.staxutils.BaseXMLInputFactory
 
isPropertySupported(String) - Method in class javanet.staxutils.BaseXMLOutputFactory
 
isPropertySupported(String) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
Delegates to source.
isPropertySupported(String) - Method in class javanet.staxutils.StaxUtilsXMLOutputFactory
 
isReadOnly() - Method in interface commonj.sdo.Property
Returns true if values for this Property cannot be modified using the SDO APIs.
isReadOnly() - Method in class javanet.staxutils.helpers.ElementContext
Whether this context may be edited or not.
isRoot() - Method in class javanet.staxutils.helpers.ElementContext
Determines if this context has an enclosing context or not.
isRootContext() - Method in class javanet.staxutils.SimpleNamespaceContext
Determines if this is a root context.
isSequenced() - Method in interface commonj.sdo.Type
Indicates if this Type specifies Sequenced DataObjects.
isSet() - Method in interface commonj.sdo.ChangeSummary.Setting
Returns whether or not the property is set.
isSet(String) - Method in interface commonj.sdo.DataObject
Returns whether a property of either this object or an object reachable from it, as identified by the specified path, is considered to be set.
isSet(int) - Method in interface commonj.sdo.DataObject
Returns whether the the property at the specified index in property list of this object's type , is considered to be set.
isSet(Property) - Method in interface commonj.sdo.DataObject
Returns whether the property of the object is considered to be set.
isSpecified() - Method in class javanet.staxutils.events.AttributeEvent
 
isStandalone() - Method in class javanet.staxutils.events.StartDocumentEvent
 
isStartDocument() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
isStartElement() - Method in class javanet.staxutils.BaseXMLStreamReader
 
isStartElement() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
isTargetJBoss() - Method in class org.plasma.common.test.PlasmaTest
True, if -Djbossws.integration.target=jboss??
isTargetTomcat() - Method in class org.plasma.common.test.PlasmaTest
True, if -Djbossws.integration.target=tomcat
isWhiteSpace() - Method in class javanet.staxutils.BaseXMLStreamReader
 
isWhiteSpace() - Method in class javanet.staxutils.events.AbstractCharactersEvent
 
isXMLDeclaration() - Method in interface commonj.sdo.helper.XMLDocument
Return the XML declaration of the document.
isXSD(Type) - Method in interface commonj.sdo.helper.XSDHelper
Indicates if this helper contains XSD information for the specified type.

J

javanet.staxutils - package javanet.staxutils
Provides a set of utility classes that make it easy for developers to work with JSR-173: Streaming API for XML (StAX) and integrate it into their existing XML processing applications.
javanet.staxutils.error - package javanet.staxutils.error
Provides useful Exception classes and utilties for error handling and reporting.
javanet.staxutils.events - package javanet.staxutils.events
Provides common XMLEvent implementations and related classes.
javanet.staxutils.helpers - package javanet.staxutils.helpers
Provides helpful implementations of StAX interfaces, along with utility classes for performing various useful operations.
javanet.staxutils.io - package javanet.staxutils.io
Utilities for reading and writing XML from various sources.

L

lastStart - Variable in class javanet.staxutils.BaseXMLEventWriter
Reference to the last StartElement sent.
lexicalHandler - Variable in class javanet.staxutils.helpers.XMLFilterImplEx
 
ListEventConsumer - Class in javanet.staxutils.helpers
XMLEventConsumer that stores all added events in a List.
ListEventConsumer() - Constructor for class javanet.staxutils.helpers.ListEventConsumer
 
ListEventConsumer(List) - Constructor for class javanet.staxutils.helpers.ListEventConsumer
Constructs an instance that adds events to the provided list.
ListEventReader - Class in javanet.staxutils.helpers
XMLEventReader that reads events from a List.
ListEventReader(List) - Constructor for class javanet.staxutils.helpers.ListEventReader
Constructs a ListEventReader that reads events from the provided List.
load(String) - Method in interface commonj.sdo.helper.XMLHelper
Creates and returns an XMLDocument from the input String.
load(InputStream) - Method in interface commonj.sdo.helper.XMLHelper
Creates and returns an XMLDocument from the inputStream.
load(InputStream, String, Object) - Method in interface commonj.sdo.helper.XMLHelper
Creates and returns an XMLDocument from the inputStream.
load(Reader, String, Object) - Method in interface commonj.sdo.helper.XMLHelper
Creates and returns an XMLDocument from the inputReader.
load(Source, String, Object) - Method in interface commonj.sdo.helper.XMLHelper
Creates and returns an XMLDocument from the inputSource.
location - Variable in class javanet.staxutils.events.AbstractXMLEvent
The event location.
location - Variable in class javanet.staxutils.events.BaseXMLEventFactory
The current location registered with the factory.
log - Static variable in class org.plasma.common.naming.ServiceLocator
 
log - Variable in class org.plasma.common.test.PlasmaTest
 
longHash(byte[], long) - Static method in class org.plasma.common.Hash
 
longHash(byte[]) - Static method in class org.plasma.common.Hash
 
longHash(byte[], byte[]) - Static method in class org.plasma.common.Hash
 
longHashCode() - Method in class org.plasma.common.Hash
 

M

main(String[]) - Static method in class org.plasma.common.Hash
 
main(String[]) - Static method in class org.plasma.common.xslt.XSLTUtils
 
marshal(Object) - Method in interface org.plasma.common.bind.DataBinding
 
marshal(Object) - Method in class org.plasma.common.bind.DataBindingSupport
 
marshal(Object, OutputStream) - Method in class org.plasma.common.bind.DataBindingSupport
 
marshal(Object, OutputStream, boolean) - Method in class org.plasma.common.bind.DataBindingSupport
 
matchAttributes(Iterator, Iterator) - Static method in class javanet.staxutils.helpers.EventMatcher
Iterates over two sets of Attributes and determines if both contain matching attributes.
matches(XMLEvent) - Method in class javanet.staxutils.events.AbstractXMLEvent
 
matches(XMLEvent) - Method in interface javanet.staxutils.events.ExtendedXMLEvent
Determines if this event matches another event, irrespective of document location.
matchNamespaces(Iterator, Iterator) - Static method in class javanet.staxutils.helpers.EventMatcher
Iterates over two sets of Namespaces and determines if both contain matching namespaces.
mergeAttributes(StartElement, Iterator, XMLEventFactory) - Static method in class javanet.staxutils.XMLStreamUtils
Constructs a new StartElement that merges the attributes and namespaces found in the specified StartElement, with the provided attributes.
MergeSort - Class in org.plasma.common.sort
Merge sort algorithm Average Time Complexity: O(n log n) Worst Time Complexity: O(n log n) Memory Complexity: O(n) Stable: yes
MergeSort() - Constructor for class org.plasma.common.sort.MergeSort
 
mergeSort(T[]) - Static method in class org.plasma.common.sort.Sort
 
mergeSort(int[]) - Static method in class org.plasma.common.sort.Sort
 
mergeSort(long[]) - Static method in class org.plasma.common.sort.Sort
 
mergeSort(double[]) - Static method in class org.plasma.common.sort.Sort
 
mergeSort(float[]) - Static method in class org.plasma.common.sort.Sort
 
mergeSort(char[]) - Static method in class org.plasma.common.sort.Sort
 
mergeSort(boolean[]) - Static method in class org.plasma.common.sort.Sort
 
mergeSort(byte[]) - Static method in class org.plasma.common.sort.Sort
 
messageId - Variable in exception org.plasma.common.exception.UserException
 
MissingCommandLineArgException - Exception in org.plasma.common.app
 
MissingCommandLineArgException(String) - Constructor for exception org.plasma.common.app.MissingCommandLineArgException
 
move(int, int) - Method in interface commonj.sdo.Sequence
Moves the entry at fromIndex to toIndex.

N

name - Variable in class javanet.staxutils.events.EndElementEvent
The element name.
name - Variable in class javanet.staxutils.events.EntityDeclarationEvent
The entity name.
name - Variable in class javanet.staxutils.events.EntityReferenceEvent
The referenced entity name.
name - Variable in class javanet.staxutils.events.NotationDeclarationEvent
The notation name.
name - Variable in class javanet.staxutils.events.StartElementEvent
The qualified element name.
name - Variable in exception org.plasma.common.app.InvalidPropertyNameException
 
name - Variable in class org.plasma.common.env.DeploymentRealm
 
NamespaceContextAdapter - Class in javanet.staxutils
NamespaceContext that wraps another context.
NamespaceContextAdapter() - Constructor for class javanet.staxutils.NamespaceContextAdapter
 
NamespaceContextAdapter(NamespaceContext) - Constructor for class javanet.staxutils.NamespaceContextAdapter
 
namespaceCount() - Method in class javanet.staxutils.helpers.ElementContext
Determines the number of namespaces declared in this context.
namespaceCtx - Variable in class javanet.staxutils.events.StartElementEvent
The namespace context.
namespaceCtx - Variable in class javanet.staxutils.NamespaceContextAdapter
The wrapped context.
NamespaceEvent - Class in javanet.staxutils.events
Namespace event implementation.
NamespaceEvent(String, String) - Constructor for class javanet.staxutils.events.NamespaceEvent
 
NamespaceEvent(String, String, Location) - Constructor for class javanet.staxutils.events.NamespaceEvent
 
namespacePrefixes - Variable in class javanet.staxutils.helpers.XMLFilterImplEx
 
namespaces - Variable in class javanet.staxutils.events.EndElementEvent
A collection of Namespaces going out of scope.
namespaces - Variable in class javanet.staxutils.events.StartElementEvent
The element namespaces.
namespaces - Variable in class javanet.staxutils.SimpleNamespaceContext
map containing bound namespaces, keyed by their prefix.
namespaces - Variable in class javanet.staxutils.StAXContentHandler
Stack used to store declared namespaces.
NamespaceUtils - Class in org.plasma.common.provisioning
 
NamespaceUtils() - Constructor for class org.plasma.common.provisioning.NamespaceUtils
 
NameUtils - Class in org.plasma.common.provisioning
 
NameUtils() - Constructor for class org.plasma.common.provisioning.NameUtils
 
NEW_LINE - Static variable in class javanet.staxutils.StaxUtilsXMLOutputFactory
A String property whose value introduces a new line for indentation.
newInstance() - Method in class javanet.staxutils.events.EventAllocator
 
newSubContext(QName) - Method in class javanet.staxutils.helpers.ElementContext
Constructs a new child ElementContext with the specified name.
newSubContext(QName, boolean) - Method in class javanet.staxutils.helpers.ElementContext
Constructs a new child ElementContext with the specified name and empty value.
newTestSetup(Class) - Static method in class org.plasma.common.test.PlasmaTestSetup
 
next() - Method in class javanet.staxutils.BaseXMLEventReader
 
next() - Method in class javanet.staxutils.XMLStreamEventReader
 
nextElement(XMLEventReader) - Static method in class javanet.staxutils.XMLStreamUtils
Reads the events from the provided event stream until either a start or end tag is encountered.
nextElement(XMLEventReader, QName) - Static method in class javanet.staxutils.XMLStreamUtils
Reads the events from the provided event stream until either a start or end tag is encountered.
nextEvent() - Method in class javanet.staxutils.helpers.ListEventReader
 
nextEvent() - Method in class javanet.staxutils.XMLStreamEventReader
 
nextTag() - Method in class javanet.staxutils.BaseXMLEventReader
 
nextTag() - Method in class javanet.staxutils.BaseXMLStreamReader
 
nextTag() - Method in class javanet.staxutils.XMLStreamEventReader
 
nextTag(XMLEventReader) - Static method in class javanet.staxutils.XMLStreamUtils
Advances the event stream until it encounters a start or end tag, but does not actaully read the event.
NonValidatingUnmarshaler - Class in org.plasma.common.bind
 
NonValidatingUnmarshaler(JAXBContext) - Constructor for class org.plasma.common.bind.NonValidatingUnmarshaler
 
NORMAL_END_OF_LINE - Static variable in interface javanet.staxutils.Indentation
"\n"; the normalized representation of end-of-line in XML.
NotationDeclarationEvent - Class in javanet.staxutils.events
NotationDeclaration implementation.
NotationDeclarationEvent(String, String, Location) - Constructor for class javanet.staxutils.events.NotationDeclarationEvent
 
NotationDeclarationEvent(String, String, String, Location) - Constructor for class javanet.staxutils.events.NotationDeclarationEvent
 
NotationDeclarationEvent(NotationDeclaration) - Constructor for class javanet.staxutils.events.NotationDeclarationEvent
 
notationName - Variable in class javanet.staxutils.events.EntityDeclarationEvent
The optional notation name.
notations - Variable in class javanet.staxutils.events.DTDEvent
The list of NotationDeclarations.
nsBuff - Variable in class javanet.staxutils.BaseXMLEventWriter
LinkedHashMap of namespace events sent surrounding the last StartElement.
nsStack - Variable in class javanet.staxutils.BaseXMLEventWriter

O

OArrays - Class in org.plasma.common.sort
 
OArrays() - Constructor for class org.plasma.common.sort.OArrays
 
ObjectFactory - Class in org.plasma.common.env
This object contains factory methods for each Java content interface and Java element interface generated in the org.plasma.common.env package.
ObjectFactory() - Constructor for class org.plasma.common.env.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.plasma.common.env
org.plasma.common - package org.plasma.common
 
org.plasma.common.app - package org.plasma.common.app
 
org.plasma.common.bind - package org.plasma.common.bind
 
org.plasma.common.env - package org.plasma.common.env
Package level documentation for package org.plasma.common.env.
org.plasma.common.exception - package org.plasma.common.exception
 
org.plasma.common.io - package org.plasma.common.io
 
org.plasma.common.naming - package org.plasma.common.naming
 
org.plasma.common.provisioning - package org.plasma.common.provisioning
 
org.plasma.common.sort - package org.plasma.common.sort
 
org.plasma.common.test - package org.plasma.common.test
 
org.plasma.common.xslt - package org.plasma.common.xslt
 
org.plasma.sdo - package org.plasma.sdo
 
out - Variable in class javanet.staxutils.helpers.EventWriterDelegate
The downstream writer, to which events are delegated.
out - Variable in class javanet.staxutils.helpers.StreamWriterDelegate
 
OutputFactory - Class in javanet.staxutils
XMLOutputFactory implementation based on stax-utils code base.
OutputFactory() - Constructor for class javanet.staxutils.OutputFactory
 

P

params - Variable in exception org.plasma.common.exception.UserException
 
parent - Variable in class javanet.staxutils.SimpleNamespaceContext
The parent context, which may be null
parseQName(String, String[]) - Static method in class javanet.staxutils.StAXContentHandler
Parses an XML qualified name, and places the resulting prefix and local name in the provided String array.
peek() - Method in class javanet.staxutils.helpers.ListEventReader
 
peek() - Method in class javanet.staxutils.XMLStreamEventReader
 
peekNamespaceStack() - Method in class javanet.staxutils.BaseXMLEventWriter
Returns the active SimpleNamespaceContext from the top of the stack.
PlasmaCheckedException - Exception in org.plasma.common.exception
 
PlasmaCheckedException() - Constructor for exception org.plasma.common.exception.PlasmaCheckedException
 
PlasmaCheckedException(String, Throwable) - Constructor for exception org.plasma.common.exception.PlasmaCheckedException
 
PlasmaCheckedException(Throwable) - Constructor for exception org.plasma.common.exception.PlasmaCheckedException
 
PlasmaCheckedException(String) - Constructor for exception org.plasma.common.exception.PlasmaCheckedException
 
PlasmaRuntimeException - Exception in org.plasma.common.exception
 
PlasmaRuntimeException() - Constructor for exception org.plasma.common.exception.PlasmaRuntimeException
 
PlasmaRuntimeException(String, Throwable) - Constructor for exception org.plasma.common.exception.PlasmaRuntimeException
 
PlasmaRuntimeException(Throwable) - Constructor for exception org.plasma.common.exception.PlasmaRuntimeException
 
PlasmaRuntimeException(String) - Constructor for exception org.plasma.common.exception.PlasmaRuntimeException
 
PlasmaTest - Class in org.plasma.common.test
 
PlasmaTest() - Constructor for class org.plasma.common.test.PlasmaTest
 
PlasmaTest(String) - Constructor for class org.plasma.common.test.PlasmaTest
 
PlasmaTestSetup - Class in org.plasma.common.test
 
PlasmaTestSetup(Class) - Constructor for class org.plasma.common.test.PlasmaTestSetup
 
popNamespaceStack() - Method in class javanet.staxutils.BaseXMLEventWriter
Removes the active SimpleNamespaceContext from the top of the stack.
processingInstruction(String, String) - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 
processingInstruction(String, String) - Method in class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
processingInstruction(String, String) - Method in class javanet.staxutils.StAXEventContentHandler
 
processingInstruction(String, String) - Method in class javanet.staxutils.StAXStreamContentHandler
 
ProcessingInstructionEvent - Class in javanet.staxutils.events
ProcessingInstruction event implementation.
ProcessingInstructionEvent(String, String) - Constructor for class javanet.staxutils.events.ProcessingInstructionEvent
 
ProcessingInstructionEvent(String, String, Location) - Constructor for class javanet.staxutils.events.ProcessingInstructionEvent
 
ProcessingInstructionEvent(ProcessingInstruction) - Constructor for class javanet.staxutils.events.ProcessingInstructionEvent
 
Property - Interface in commonj.sdo
A representation of a Property in the type of a data object.
PROPERTY_NAME_DEFAULT_ENV_PROPERTIES - Static variable in interface org.plasma.common.env.EnvConstants
 
PROPERTY_NAME_ENV_CONFIG - Static variable in interface org.plasma.common.env.EnvConstants
 
PROPERTY_NAME_ENV_NAME - Static variable in interface org.plasma.common.env.EnvConstants
 
PROPERTY_NAME_ENV_PROPERTIES - Static variable in interface org.plasma.common.env.EnvConstants
common runtime property file.
ProvisioningException - Exception in org.plasma.common.exception
 
ProvisioningException(String) - Constructor for exception org.plasma.common.exception.ProvisioningException
 
ProvisioningException(Throwable) - Constructor for exception org.plasma.common.exception.ProvisioningException
 
publicId - Variable in class javanet.staxutils.events.EntityDeclarationEvent
The public id, or null if this isn't an external entity
publicId - Variable in class javanet.staxutils.events.NotationDeclarationEvent
The public id of the notation
pushNamespaceStack() - Method in class javanet.staxutils.BaseXMLEventWriter
Creates a new SimpleNamespaceContext and adds it to the top of the stack.
putAttribute(QName, String) - Method in class javanet.staxutils.helpers.ElementContext
Adds an attribute to the context with the specified name and value.
putNamespace(String, String) - Method in class javanet.staxutils.helpers.ElementContext
Adds a namespace declaration to this context with the specified prefix and namespace uri.

Q

QUEUE_CAPACITY - Static variable in class javanet.staxutils.XMLEventPipe
Default maximum number of events that may be stored by this pipe until the write end blocks.
QuickSort - Class in org.plasma.common.sort
Quicksort algorithm Average Time Complexity: O(n log n) Worst Time Complexity: O(n*n) Memory Complexity: O(log n) Stable: no
QuickSort() - Constructor for class org.plasma.common.sort.QuickSort
 
quickSort(T[]) - Static method in class org.plasma.common.sort.Sort
 
quickSort(int[]) - Static method in class org.plasma.common.sort.Sort
 
quickSort(long[]) - Static method in class org.plasma.common.sort.Sort
 
quickSort(double[]) - Static method in class org.plasma.common.sort.Sort
 
quickSort(float[]) - Static method in class org.plasma.common.sort.Sort
 
quickSort(char[]) - Static method in class org.plasma.common.sort.Sort
 
quickSort(boolean[]) - Static method in class org.plasma.common.sort.Sort
 
quickSort(byte[]) - Static method in class org.plasma.common.sort.Sort
 

R

readExternal(ObjectInput) - Method in class commonj.sdo.impl.ExternalizableDelegator
 
readResolve() - Method in class commonj.sdo.impl.ExternalizableDelegator
 
readResolve() - Method in interface commonj.sdo.impl.ExternalizableDelegator.Resolvable
 
readTextElement(XMLEventReader, QName) - Static method in class javanet.staxutils.XMLStreamUtils
Reads the text content of an element.
remove(int) - Method in interface commonj.sdo.Sequence
Removes the entry at the given entry index.
remove() - Method in class javanet.staxutils.BaseXMLEventReader
 
remove() - Method in class javanet.staxutils.XMLStreamEventReader
 
replacementText - Variable in class javanet.staxutils.events.EntityDeclarationEvent
The replacement text, or null if this isn't an internal entity.
reporter - Variable in class javanet.staxutils.StAXContentHandler
The STAX XMLReporterregistered to receive notifications.
reportException(String, SAXException) - Method in class javanet.staxutils.StAXContentHandler
Used to report a SAXExceptionto the XMLReporter registered with this handler.
require(int, String, String) - Method in class javanet.staxutils.BaseXMLStreamReader
 
requireElement(XMLStreamReader, QName) - Static method in class javanet.staxutils.XMLStreamUtils
Static utility method that throws an exception if the supplied reader's cursor doesn't point to a START_ELEMENT with the given name.
requireStartElement(XMLEventReader, QName) - Static method in class javanet.staxutils.XMLStreamUtils
Utility method that throws an exception if the provided reader is not positioned before a StartElement event with the specified tag name.
reset() - Method in class javanet.staxutils.helpers.ListEventConsumer
Removes all events from the internal list, making it available for reuse.
reset() - Method in class org.plasma.common.bind.DefaultValidationEventHandler
 
Resolver() - Constructor for class org.plasma.common.bind.ValidatingUnmarshaler.Resolver
 
resolveResource(String, String, String, String, String) - Method in class org.plasma.common.bind.ValidatingUnmarshaler.Resolver
 

S

save(DataObject, String, String) - Method in interface commonj.sdo.helper.XMLHelper
Returns the DataObject saved as an XML document with the specified root element.
save(DataObject, String, String, OutputStream) - Method in interface commonj.sdo.helper.XMLHelper
Saves the DataObject as an XML document with the specified root element.
save(XMLDocument, OutputStream, Object) - Method in interface commonj.sdo.helper.XMLHelper
Serializes an XMLDocument as an XML document into the outputStream.
save(XMLDocument, Writer, Object) - Method in interface commonj.sdo.helper.XMLHelper
Serializes an XMLDocument as an XML document into the outputWriter.
save(XMLDocument, Result, Object) - Method in interface commonj.sdo.helper.XMLHelper
Serializes an XMLDocument as an XML document into the outputResult in a serialization technology independent format (as specified in javax.xml.transform).
schemaType - Variable in class javanet.staxutils.events.AbstractXMLEvent
The schema type.
SelectionSort - Class in org.plasma.common.sort
Selection sort algorithm Time Complexity: O(n*n) Memory Complexity: O(1) Stable: yes Note: Other implementations of the selection sort algorithm might not be stable.
SelectionSort() - Constructor for class org.plasma.common.sort.SelectionSort
 
selectionSort(T[]) - Static method in class org.plasma.common.sort.Sort
 
selectionSort(int[]) - Static method in class org.plasma.common.sort.Sort
 
selectionSort(long[]) - Static method in class org.plasma.common.sort.Sort
 
selectionSort(double[]) - Static method in class org.plasma.common.sort.Sort
 
selectionSort(float[]) - Static method in class org.plasma.common.sort.Sort
 
selectionSort(char[]) - Static method in class org.plasma.common.sort.Sort
 
selectionSort(boolean[]) - Static method in class org.plasma.common.sort.Sort
 
selectionSort(byte[]) - Static method in class org.plasma.common.sort.Sort
 
sendEvent(XMLEvent) - Method in class javanet.staxutils.BaseXMLEventWriter
Called by the methods of this class to write the event to the stream.
sendEvent(XMLEvent) - Method in class javanet.staxutils.io.StreamEventWriter
 
sendEvent(XMLEvent) - Method in class javanet.staxutils.XMLStreamEventWriter
 
Sequence - Interface in commonj.sdo
A sequence is a heterogeneous list of properties and corresponding values.
ServiceLocator - Class in org.plasma.common.naming
 
set(String, Object) - Method in interface commonj.sdo.DataObject
Sets a property of either this object or an object reachable from it, as identified by the specified path, to the specified value.
set(int, Object) - Method in interface commonj.sdo.DataObject
Sets the property at the specified index in property list of this object's type, to the specified value.
set(Property, Object) - Method in interface commonj.sdo.DataObject
Sets the value of the given property of the object to the new value.
setBigDecimal(String, BigDecimal) - Method in interface commonj.sdo.DataObject
Sets the value of a BigDecimal property identified by the specified path, to the specified value.
setBigDecimal(int, BigDecimal) - Method in interface commonj.sdo.DataObject
Sets the value of a BigDecimal property identified by the specified property index, to the specified value.
setBigDecimal(Property, BigDecimal) - Method in interface commonj.sdo.DataObject
Sets the value of the specified BigDecimal property, to the specified value.
setBigInteger(String, BigInteger) - Method in interface commonj.sdo.DataObject
Sets the value of a BigInteger property identified by the specified path, to the specified value.
setBigInteger(int, BigInteger) - Method in interface commonj.sdo.DataObject
Sets the value of a BigInteger property identified by the specified property index, to the specified value.
setBigInteger(Property, BigInteger) - Method in interface commonj.sdo.DataObject
Sets the value of the specified BigInteger property, to the specified value.
setBoolean(String, boolean) - Method in interface commonj.sdo.DataObject
Sets the value of a boolean property identified by the specified path, to the specified value.
setBoolean(int, boolean) - Method in interface commonj.sdo.DataObject
Sets the value of a boolean property identified by the specified property index, to the specified value.
setBoolean(Property, boolean) - Method in interface commonj.sdo.DataObject
Sets the value of the specified boolean property, to the specified value.
setByte(String, byte) - Method in interface commonj.sdo.DataObject
Sets the value of a byte property identified by the specified path, to the specified value.
setByte(int, byte) - Method in interface commonj.sdo.DataObject
Sets the value of a byte property identified by the specified property index, to the specified value.
setByte(Property, byte) - Method in interface commonj.sdo.DataObject
Sets the value of the specified byte property, to the specified value.
setBytes(String, byte[]) - Method in interface commonj.sdo.DataObject
Sets the value of a byte[] property identified by the specified path, to the specified value.
setBytes(int, byte[]) - Method in interface commonj.sdo.DataObject
Sets the value of a byte[] property identified by the specified property index, to the specified value.
setBytes(Property, byte[]) - Method in interface commonj.sdo.DataObject
Sets the value of the specified byte[] property, to the specified value.
setChar(String, char) - Method in interface commonj.sdo.DataObject
Sets the value of a char property identified by the specified path, to the specified value.
setChar(int, char) - Method in interface commonj.sdo.DataObject
Sets the value of a char property identified by the specified property index, to the specified value.
setChar(Property, char) - Method in interface commonj.sdo.DataObject
Sets the value of the specified char property, to the specified value.
setConsumer(XMLEventConsumer) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Sets the underlying XMLEventConsumer to which events are added.
setDataObject(String, DataObject) - Method in interface commonj.sdo.DataObject
Sets the value of a DataObject property identified by the specified path, to the specified value.
setDataObject(int, DataObject) - Method in interface commonj.sdo.DataObject
Sets the value of a DataObject property identified by the specified property index, to the specified value.
setDataObject(Property, DataObject) - Method in interface commonj.sdo.DataObject
Sets the value of the specified DataObject property, to the specified value.
setDate(String, Date) - Method in interface commonj.sdo.DataObject
Sets the value of a Date property identified by the specified path, to the specified value.
setDate(int, Date) - Method in interface commonj.sdo.DataObject
Sets the value of a Date property identified by the specified property index, to the specified value.
setDate(Property, Date) - Method in interface commonj.sdo.DataObject
Sets the value of the specified Date property, to the specified value.
setDefaultNamespace(String) - Method in class javanet.staxutils.BaseXMLEventWriter
 
setDefaultNamespace(String) - Method in class javanet.staxutils.helpers.EventWriterDelegate
 
setDefaultNamespace(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
setDefaultNamespace(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
setDefaultNamespace(String) - Method in class javanet.staxutils.SimpleNamespaceContext
Sets the default namespace in this context.
setDefaultNamespace(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
setDocumentLocator(Locator) - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 
setDocumentLocator(Locator) - Method in class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
setDocumentLocator(Locator) - Method in class javanet.staxutils.StAXContentHandler
 
setDouble(String, double) - Method in interface commonj.sdo.DataObject
Sets the value of a double property identified by the specified path, to the specified value.
setDouble(int, double) - Method in interface commonj.sdo.DataObject
Sets the value of a double property identified by the specified property index, to the specified value.
setDouble(Property, double) - Method in interface commonj.sdo.DataObject
Sets the value of the specified double property, to the specified value.
setEncoding(String) - Method in interface commonj.sdo.helper.XMLDocument
Set the XML encoding of the document, or null if not specified.
setEventAllocator(XMLEventAllocator) - Method in class javanet.staxutils.BaseXMLInputFactory
 
setEventConsumer(XMLEventConsumer) - Method in class javanet.staxutils.StAXEventContentHandler
Sets the XMLEventConsumer to which events are written.
setEventFactory(XMLEventFactory) - Method in class javanet.staxutils.StAXEventContentHandler
Sets the XMLEventFactory used to create events.
setEventFactory(XMLEventFactory) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Sets the XMLEventFactory used to construct events.
setEvents(List) - Method in class javanet.staxutils.helpers.ListEventConsumer
Sets the List to which events will be written.
setFloat(String, float) - Method in interface commonj.sdo.DataObject
Sets the value of a float property identified by the specified path, to the specified value.
setFloat(int, float) - Method in interface commonj.sdo.DataObject
Sets the value of a float property identified by the specified property index, to the specified value.
setFloat(Property, float) - Method in interface commonj.sdo.DataObject
Sets the value of the specified float property, to the specified value.
setIndent(String) - Method in interface javanet.staxutils.Indentation
Set the characters used for one level of indentation.
setIndent(String) - Method in class javanet.staxutils.IndentingXMLEventWriter
 
setIndent(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
setIndent(boolean) - Method in interface org.plasma.common.io.StreamAssembler
 
setIndentationToken(String) - Method in interface org.plasma.common.io.StreamAssembler
 
setInt(String, int) - Method in interface commonj.sdo.DataObject
Sets the value of a int property identified by the specified path, to the specified value.
setInt(int, int) - Method in interface commonj.sdo.DataObject
Sets the value of a int property identified by the specified property index, to the specified value.
setInt(Property, int) - Method in interface commonj.sdo.DataObject
Sets the value of the specified int property, to the specified value.
setLexicalHandler(LexicalHandler) - Method in class javanet.staxutils.helpers.XMLFilterImplEx
Set the lexical event handler.
setList(String, List) - Method in interface commonj.sdo.DataObject
Sets the value of a List property identified by the specified path, to the specified value.
setList(int, List) - Method in interface commonj.sdo.DataObject
Sets the value of a List property identified by the specified property index, to the specified value.
setList(Property, List) - Method in interface commonj.sdo.DataObject
Sets the value of the specified List property, to the specified value.
setLocation(Location) - Method in exception javanet.staxutils.error.IllegalStreamStateException
Sets the Location where the error occured.
setLocation(Location) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
setLong(String, long) - Method in interface commonj.sdo.DataObject
Sets the value of a long property identified by the specified path, to the specified value.
setLong(int, long) - Method in interface commonj.sdo.DataObject
Sets the value of a long property identified by the specified property index, to the specified value.
setLong(Property, long) - Method in interface commonj.sdo.DataObject
Sets the value of the specified long property, to the specified value.
setName(EnvName) - Method in class org.plasma.common.env.DeploymentRealm
Sets the value of the name property.
setNamespaceContext(NamespaceContext) - Method in class javanet.staxutils.BaseXMLEventWriter
 
setNamespaceContext(NamespaceContext) - Method in class javanet.staxutils.helpers.EventWriterDelegate
 
setNamespaceContext(NamespaceContext) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
setNamespaceContext(NamespaceContext) - Method in class javanet.staxutils.io.StAXStreamWriter
 
setNamespaceContext(NamespaceContext) - Method in class javanet.staxutils.XMLEventStreamWriter
 
setNamespacePrefixes(boolean) - Method in class javanet.staxutils.helpers.XMLFilterImplEx
 
setNewLine(String) - Method in interface javanet.staxutils.Indentation
Set the characters that introduce a new line.
setNewLine(String) - Method in class javanet.staxutils.IndentingXMLEventWriter
 
setNewLine(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
setNoNamespaceSchemaLocation(String) - Method in interface commonj.sdo.helper.XMLDocument
Sets the value of the noNamespaceSchemaLocation declaration for the http://www.w3.org/2001/XMLSchema-instance namespace in the root element, or null if it should not be present.
setParent(NamespaceContext) - Method in class javanet.staxutils.SimpleNamespaceContext
Sets the parent context used to inherit namespace bindings.
setPrefix(String, String) - Method in class javanet.staxutils.BaseXMLEventWriter
 
setPrefix(String, String) - Method in class javanet.staxutils.helpers.EventWriterDelegate
 
setPrefix(String, String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
setPrefix(String, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
setPrefix(String, String) - Method in class javanet.staxutils.SimpleNamespaceContext
Declares a namespace binding in this context.
setPrefix(String, String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
setProperty(String, Object) - Method in class javanet.staxutils.BaseXMLInputFactory
 
setProperty(String, Object) - Method in class javanet.staxutils.BaseXMLOutputFactory
 
setProperty(String, Object) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
Delegates to source.
setProperty(String, Object) - Method in class javanet.staxutils.StaxUtilsXMLOutputFactory
 
setReadOnly() - Method in class javanet.staxutils.helpers.ElementContext
Prevents any further additions to this context.
setSchemaLocation(String) - Method in interface commonj.sdo.helper.XMLDocument
Sets the value of the schemaLocation declaration for the http://www.w3.org/2001/XMLSchema-instance namespace in the root element, or null if it should not be present.
setShort(String, short) - Method in interface commonj.sdo.DataObject
Sets the value of a short property identified by the specified path, to the specified value.
setShort(int, short) - Method in interface commonj.sdo.DataObject
Sets the value of a short property identified by the specified property index, to the specified value.
setShort(Property, short) - Method in interface commonj.sdo.DataObject
Sets the value of the specified short property, to the specified value.
setStreamWriter(XMLStreamWriter) - Method in class javanet.staxutils.StAXStreamContentHandler
Sets the XMLStreamWriterto which SAX events will be written.
setString(String, String) - Method in interface commonj.sdo.DataObject
Sets the value of a String property identified by the specified path, to the specified value.
setString(int, String) - Method in interface commonj.sdo.DataObject
Sets the value of a String property identified by the specified property index, to the specified value.
setString(Property, String) - Method in interface commonj.sdo.DataObject
Sets the value of the specified String property, to the specified value.
setValue(int, Object) - Method in interface commonj.sdo.Sequence
Sets the entry at a specified index to the new value.
setXMLDeclaration(boolean) - Method in interface commonj.sdo.helper.XMLDocument
Set the XML declaration version of the document.
setXMLReporter(XMLReporter) - Method in class javanet.staxutils.BaseXMLInputFactory
 
setXMLReporter(XMLReporter) - Method in class javanet.staxutils.StAXContentHandler
Sets the XMLReporterto which warning and error messages will be sent.
setXMLResolver(XMLResolver) - Method in class javanet.staxutils.BaseXMLInputFactory
 
setXMLVersion(String) - Method in interface commonj.sdo.helper.XMLDocument
Set the XML version of the document, or null if not specified.
severityId - Variable in exception org.plasma.common.exception.UserException
 
ShellSort - Class in org.plasma.common.sort
Shell sort algorithm Time Complexity: O(n log2 n) Memory Complexity: O(1) Stable: no
ShellSort() - Constructor for class org.plasma.common.sort.ShellSort
 
shellSort(T[]) - Static method in class org.plasma.common.sort.Sort
 
shellSort(int[]) - Static method in class org.plasma.common.sort.Sort
 
shellSort(long[]) - Static method in class org.plasma.common.sort.Sort
 
shellSort(double[]) - Static method in class org.plasma.common.sort.Sort
 
shellSort(float[]) - Static method in class org.plasma.common.sort.Sort
 
shellSort(char[]) - Static method in class org.plasma.common.sort.Sort
 
shellSort(boolean[]) - Static method in class org.plasma.common.sort.Sort
 
shellSort(byte[]) - Static method in class org.plasma.common.sort.Sort
 
SimpleLocation - Class in javanet.staxutils
Basic implementation of ExtendedLocation.
SimpleLocation(String, String, int, Location) - Constructor for class javanet.staxutils.SimpleLocation
 
SimpleLocation(String, String, int, int, Location) - Constructor for class javanet.staxutils.SimpleLocation
 
SimpleLocation(String, String, int, int, int, Location) - Constructor for class javanet.staxutils.SimpleLocation
 
SimpleLocation(Location) - Constructor for class javanet.staxutils.SimpleLocation
 
SimpleNamespaceContext - Class in javanet.staxutils
Simple NamespaceContext implementation backed by a HashMap.
SimpleNamespaceContext() - Constructor for class javanet.staxutils.SimpleNamespaceContext
Constructs a SimpleNamespaceContext with no parent context or namespace declarations.
SimpleNamespaceContext(Map) - Constructor for class javanet.staxutils.SimpleNamespaceContext
Constructs a SimpleNamespaceContext with no parent context that contains the specified prefixes.
SimpleNamespaceContext(NamespaceContext) - Constructor for class javanet.staxutils.SimpleNamespaceContext
Constructs an empty SimpleNamespaceContext with the given parent.
SimpleNamespaceContext(NamespaceContext, Map) - Constructor for class javanet.staxutils.SimpleNamespaceContext
Constructs an empty SimpleNamespaceContext with the given parent.
size() - Method in interface commonj.sdo.Sequence
Returns the number of entries in the sequence.
skipElement(XMLEventReader) - Static method in class javanet.staxutils.XMLStreamUtils
Skips all events within a single element, including its start and end tags.
skipElement(XMLStreamReader) - Static method in class javanet.staxutils.XMLStreamUtils
Skips the complete content of the element at the specified reader's cursor.
skipElementContent(XMLEventReader) - Static method in class javanet.staxutils.XMLStreamUtils
Skips all events within a StartElement until the matching EndElement is reached.
skipElementContent(XMLStreamReader) - Static method in class javanet.staxutils.XMLStreamUtils
Skips an element's complete content.
skippedEntity(String) - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 
skippedEntity(String) - Method in class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
sort(T[]) - Method in class org.plasma.common.sort.BubbleSort
 
sort(T[]) - Method in class org.plasma.common.sort.InsertionSort
 
sort(T[], Comparator<T>) - Method in class org.plasma.common.sort.InsertionSort
 
sort(T[]) - Method in class org.plasma.common.sort.MergeSort
 
sort(T[]) - Method in class org.plasma.common.sort.QuickSort
 
sort(T[]) - Method in class org.plasma.common.sort.SelectionSort
 
sort(T[]) - Method in class org.plasma.common.sort.ShellSort
 
Sort - Class in org.plasma.common.sort
These algorithms can be used to sort an array of any primitive datatype / Comparable Object.
Sort() - Constructor for class org.plasma.common.sort.Sort
 
sort(T[]) - Method in class org.plasma.common.sort.Sorter
 
Sorter - Class in org.plasma.common.sort
Information about each algorithm's time/memory complexity and stability is provided in their respective classes.
Sorter() - Constructor for class org.plasma.common.sort.Sorter
 
source - Variable in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
standalone - Variable in class javanet.staxutils.events.StartDocumentEvent
The document standalone value, or null if none was specified.
standaloneSet() - Method in class javanet.staxutils.events.StartDocumentEvent
 
start() - Method in interface org.plasma.common.io.StreamAssembler
 
startCDATA() - Method in class javanet.staxutils.helpers.XMLFilterImplEx
 
startCDATA() - Method in class javanet.staxutils.StAXContentHandler
 
startDocument() - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 
startDocument() - Method in class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
startDocument() - Method in class javanet.staxutils.StAXContentHandler
 
startDocument() - Method in class javanet.staxutils.StAXEventContentHandler
 
startDocument() - Method in class javanet.staxutils.StAXStreamContentHandler
 
StartDocumentEvent - Class in javanet.staxutils.events
StartDocument implementation.
StartDocumentEvent() - Constructor for class javanet.staxutils.events.StartDocumentEvent
 
StartDocumentEvent(Location) - Constructor for class javanet.staxutils.events.StartDocumentEvent
 
StartDocumentEvent(String, Location) - Constructor for class javanet.staxutils.events.StartDocumentEvent
 
StartDocumentEvent(String, Boolean, String, Location) - Constructor for class javanet.staxutils.events.StartDocumentEvent
 
StartDocumentEvent(String, Boolean, String, Location, QName) - Constructor for class javanet.staxutils.events.StartDocumentEvent
 
StartDocumentEvent(StartDocument) - Constructor for class javanet.staxutils.events.StartDocumentEvent
Copy constructor.
startDTD(String, String, String) - Method in class javanet.staxutils.helpers.XMLFilterImplEx
 
startDTD(String, String, String) - Method in class javanet.staxutils.StAXContentHandler
 
startElement(String, String, String, Attributes) - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 
startElement(String, String, String, Attributes) - Method in class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
startElement(String, String, String, Attributes) - Method in class javanet.staxutils.StAXContentHandler
 
startElement(String, String, String, Attributes) - Method in class javanet.staxutils.StAXEventContentHandler
 
startElement(String, String, String, Attributes) - Method in class javanet.staxutils.StAXStreamContentHandler
 
StartElementEvent - Class in javanet.staxutils.events
StartElement event implementation.
StartElementEvent(QName, NamespaceContext, Location) - Constructor for class javanet.staxutils.events.StartElementEvent
 
StartElementEvent(QName, Iterator, Iterator, NamespaceContext, Location, QName) - Constructor for class javanet.staxutils.events.StartElementEvent
 
StartElementEvent(StartElement) - Constructor for class javanet.staxutils.events.StartElementEvent
 
startEntity(String) - Method in class javanet.staxutils.helpers.XMLFilterImplEx
 
startEntity(String) - Method in class javanet.staxutils.StAXContentHandler
 
startPrefixMapping(String, String) - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 
startPrefixMapping(String, String) - Method in class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
startPrefixMapping(String, String) - Method in class javanet.staxutils.StAXContentHandler
 
StaticLocation - Interface in javanet.staxutils
Marker interface used to denote Location implementations whose state is not transient or dependent on external objects/events and will remain stable unless explicitly updated.
StaticNamespaceContext - Interface in javanet.staxutils
Marker interface used to denote NamespaceContext implementations whose state is not transient or dependent on external objects/events and will remain stable unless explicitly updated.
StAXContentHandler - Class in javanet.staxutils
Base class for SAX-to-STAX bridge classes that provides common functionality.
StAXContentHandler() - Constructor for class javanet.staxutils.StAXContentHandler
 
StAXContentHandler(XMLReporter) - Constructor for class javanet.staxutils.StAXContentHandler
 
StAXEventContentHandler - Class in javanet.staxutils
SAX ContentHandler that writes events to a StAX XMLEventConsumer.
StAXEventContentHandler() - Constructor for class javanet.staxutils.StAXEventContentHandler
Constructs a default instance with a default event factory.
StAXEventContentHandler(XMLEventConsumer) - Constructor for class javanet.staxutils.StAXEventContentHandler
Constructs an instance that writes events to the provided XMLEventConsumer.
StAXEventContentHandler(XMLEventConsumer, XMLEventFactory) - Constructor for class javanet.staxutils.StAXEventContentHandler
Constructs an instance that writes events constructed with the provided XMLEventFactory to the provided XMLEventConsumer
StAXReaderToContentHandler - Interface in javanet.staxutils
Common API's for adapting StAX events from XMLStreamReader and XMLEventReader into SAX events on the specified ContentHandler.
StAXResult - Class in javanet.staxutils
A JAXP Result implementation that produces a result on the specified XMLStreamWriter or XMLEventWriter.
StAXResult(XMLStreamWriter) - Constructor for class javanet.staxutils.StAXResult
Create a new Result that produces a result on the specified XMLStreamWriter
StAXResult(XMLEventWriter) - Constructor for class javanet.staxutils.StAXResult
Create a new Result that produces a result on the specified XMLEventWriter
StAXSource - Class in javanet.staxutils
A JAXP Source implementation that wraps the specified XMLStreamReader or XMLEventReader for use by applications that expext a Source.
StAXSource(XMLStreamReader) - Constructor for class javanet.staxutils.StAXSource
Creates a new Source for the given XMLStreamReader.
StAXSource(XMLEventReader) - Constructor for class javanet.staxutils.StAXSource
Creates a new Source for the given XMLEventReader.
StAXStreamContentHandler - Class in javanet.staxutils
SAX ContentHandler that writes events to a StAX XMLStreamWriter.
StAXStreamContentHandler() - Constructor for class javanet.staxutils.StAXStreamContentHandler
 
StAXStreamContentHandler(XMLStreamWriter) - Constructor for class javanet.staxutils.StAXStreamContentHandler
Constructs an instance that writes SAX events to the specified StAX stream.
StAXStreamWriter - Class in javanet.staxutils.io
An XMLStreamWriter implementation that writes to a character stream.
StAXStreamWriter(OutputStream) - Constructor for class javanet.staxutils.io.StAXStreamWriter
Constructs a StAXStreamWriter that writes to the provided OutputStream using the platform default encoding.
StAXStreamWriter(OutputStream, String) - Constructor for class javanet.staxutils.io.StAXStreamWriter
Constructs a StAXStreamWriter that writes to the provided OutputStream using the specified encoding.
StAXStreamWriter(Writer) - Constructor for class javanet.staxutils.io.StAXStreamWriter
Constructs a StAXStreamWriter that writes to the provided Writer.
StAXStreamWriter(Writer, NamespaceContext) - Constructor for class javanet.staxutils.io.StAXStreamWriter
Constructs a StAXStreamWriter that writes to the provided Writer.
StaxUtilsXMLOutputFactory - Class in javanet.staxutils
An output factory that optionally wraps a filter around each writer.
StaxUtilsXMLOutputFactory() - Constructor for class javanet.staxutils.StaxUtilsXMLOutputFactory
 
StaxUtilsXMLOutputFactory(XMLOutputFactory) - Constructor for class javanet.staxutils.StaxUtilsXMLOutputFactory
 
StreamAssembler - Interface in org.plasma.common.io
 
StreamCopier - Class in org.plasma.common.io
 
StreamCopier() - Constructor for class org.plasma.common.io.StreamCopier
Creates a new instance of StreamCopier
StreamEventWriter - Class in javanet.staxutils.io
XMLEventWriter that writes events to a character stream using XMLEvent.writeAsEncodedUnicode(Writer).
StreamEventWriter(File) - Constructor for class javanet.staxutils.io.StreamEventWriter
Constructs a new StreamEventWriter that writes to a file.
StreamEventWriter(OutputStream) - Constructor for class javanet.staxutils.io.StreamEventWriter
Constructs a new StreamEventWriter that writes to a binary stream.
StreamEventWriter(Writer) - Constructor for class javanet.staxutils.io.StreamEventWriter
Constructs a new StreamEventWriter that writes to a character stream.
StreamWriterDelegate - Class in javanet.staxutils.helpers
Abstract class for writing filtered XML streams.
StreamWriterDelegate(XMLStreamWriter) - Constructor for class javanet.staxutils.helpers.StreamWriterDelegate
 
swap(Object[], int, int) - Method in class org.plasma.common.sort.Sorter
Swap the contents of a[i] and a[j]
systemId - Variable in class javanet.staxutils.BaseXMLStreamReader
The stream system ID.
systemId - Variable in class javanet.staxutils.events.EntityDeclarationEvent
The system id, or null if this isn't an external entity.
systemId - Variable in class javanet.staxutils.events.NotationDeclarationEvent
The system id of the notation

T

target - Variable in class javanet.staxutils.events.ProcessingInstructionEvent
The PI target.
text - Variable in class javanet.staxutils.events.CommentEvent
Comment text.
toAbbreviatedName(String) - Static method in class org.plasma.common.provisioning.NameUtils
Creates a capitalized, underscore delimited name from the given camel case name and removes consonant characters where the name exceeds the given max.
toAbbreviatedName(String, int) - Static method in class org.plasma.common.provisioning.NameUtils
Creates a capitalized, underscore delimited name from the given camel case name and removes consonant characters where the name exceeds the given max.
toCalendar(String) - Method in interface commonj.sdo.helper.DataHelper
Convert from a String representation of an SDO date type to a Calendar using the default locale.
toCalendar(String, Locale) - Method in interface commonj.sdo.helper.DataHelper
Convert from a String representation of an SDO date type to a Calendar using the specified locale, or the default locale if the locale is null.
toCamelCase(String) - Static method in class org.plasma.common.provisioning.NameUtils
Creates a capitalized, underscore delimited name from the given camel case name.
toConstantName(String) - Static method in class org.plasma.common.provisioning.NameUtils
Creates a capitalized, underscore delimited name from the given camel case name.
toDate(String) - Method in interface commonj.sdo.helper.DataHelper
Convert from a String representation of an SDO date type to a Date.
toDateTime(Date) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Date to a String representation of the DateTime type.
toDateTime(Calendar) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Calendar to a String representation of the DateTime type.
toDay(Date) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Date to a String representation of the Day type.
toDay(Calendar) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Calendar to a String representation of the Day type.
toDuration(Date) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Date to a String representation of the Duration type.
toDuration(Calendar) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Calendar to a String representation of the Duration type.
toMonth(Date) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Date to a String representation of the Month type.
toMonth(Calendar) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Calendar to a String representation of the Month type.
toMonthDay(Date) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Date to a String representation of the MonthDay type.
toMonthDay(Calendar) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Calendar to a String representation of the MonthDay type.
toObjectArray(int[]) - Static method in class org.plasma.common.sort.OArrays
 
toObjectArray(long[]) - Static method in class org.plasma.common.sort.OArrays
 
toObjectArray(double[]) - Static method in class org.plasma.common.sort.OArrays
 
toObjectArray(float[]) - Static method in class org.plasma.common.sort.OArrays
 
toObjectArray(char[]) - Static method in class org.plasma.common.sort.OArrays
 
toObjectArray(boolean[]) - Static method in class org.plasma.common.sort.OArrays
 
toObjectArray(byte[]) - Static method in class org.plasma.common.sort.OArrays
 
toPackageName(String) - Static method in class org.plasma.common.provisioning.NamespaceUtils
Tokenizes the given URI and assembles a qualified java package name.
toPackageTokens(String) - Static method in class org.plasma.common.provisioning.NamespaceUtils
Tokenizes the given URI as an array of names suitable to be used as a UML package hierarchy.
toPrimitiveArray(Integer[]) - Static method in class org.plasma.common.sort.OArrays
 
toPrimitiveArray(Long[]) - Static method in class org.plasma.common.sort.OArrays
 
toPrimitiveArray(Double[]) - Static method in class org.plasma.common.sort.OArrays
 
toPrimitiveArray(Float[]) - Static method in class org.plasma.common.sort.OArrays
 
toPrimitiveArray(Character[]) - Static method in class org.plasma.common.sort.OArrays
 
toPrimitiveArray(Boolean[]) - Static method in class org.plasma.common.sort.OArrays
 
toPrimitiveArray(Byte[]) - Static method in class org.plasma.common.sort.OArrays
 
toString() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
toString() - Method in class javanet.staxutils.helpers.ElementContext
 
toString() - Method in class javanet.staxutils.SimpleLocation
 
toString(int) - Static method in class org.plasma.common.Hash
 
toString(long) - Static method in class org.plasma.common.Hash
 
toString() - Method in class org.plasma.common.Hash
 
toTime(Date) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Date to a String representation of the Time type.
toTime(Calendar) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Calendar to a String representation of the Time type.
toYear(Date) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Date to a String representation of the Year type.
toYear(Calendar) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Calendar to a String representation of the Year type.
toYearMonth(Date) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Date to a String representation of the YearMonth type.
toYearMonth(Calendar) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Calendar to a String representation of the YearMonth type.
toYearMonthDay(Date) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Date to a String representation of the YearMonthDay type.
toYearMonthDay(Calendar) - Method in interface commonj.sdo.helper.DataHelper
Convert from a Calendar to a String representation of the YearMonthDay type.
transform(File, File, URL) - Method in class org.plasma.common.xslt.XSLTUtils
 
transform(File, File, URL, Properties) - Method in class org.plasma.common.xslt.XSLTUtils
 
transform(String, URL) - Method in class org.plasma.common.xslt.XSLTUtils
 
transform(String, URL, Properties) - Method in class org.plasma.common.xslt.XSLTUtils
 
Type - Interface in commonj.sdo
A representation of the type of a property of a data object.
TypeHelper - Interface in commonj.sdo.helper
Look up a Type given the uri and typeName or interfaceClass.
typeId - Variable in exception org.plasma.common.exception.UserException
 

U

undoChanges() - Method in interface commonj.sdo.ChangeSummary
This method is intended for use by service implementations only.
UnknownLocation - Class in javanet.staxutils.helpers
Location used to represent unknown locations.
UnknownLocation() - Constructor for class javanet.staxutils.helpers.UnknownLocation
 
unmarshal(String) - Method in interface org.plasma.common.bind.DataBinding
 
unmarshal(InputStream) - Method in interface org.plasma.common.bind.DataBinding
 
unmarshal(String) - Method in class org.plasma.common.bind.DataBindingSupport
 
unmarshal(Reader) - Method in class org.plasma.common.bind.DataBindingSupport
 
unmarshal(Source) - Method in class org.plasma.common.bind.DataBindingSupport
 
unmarshal(InputStream) - Method in class org.plasma.common.bind.DataBindingSupport
 
unmarshal(String) - Method in class org.plasma.common.bind.NonValidatingUnmarshaler
 
unmarshal(InputStream) - Method in class org.plasma.common.bind.NonValidatingUnmarshaler
 
unmarshal(Reader) - Method in class org.plasma.common.bind.NonValidatingUnmarshaler
 
unmarshal(Source) - Method in class org.plasma.common.bind.NonValidatingUnmarshaler
 
unparsedEntityDecl(String, String, String, String) - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 
unset(String) - Method in interface commonj.sdo.DataObject
Unsets a property of either this object or an object reachable from it, as identified by the specified path.
unset(int) - Method in interface commonj.sdo.DataObject
Unsets the property at the specified index in property list of this object's type.
unset(Property) - Method in interface commonj.sdo.DataObject
Unsets the property of the object.
UserException - Exception in org.plasma.common.exception
 
UserException(String, String, String) - Constructor for exception org.plasma.common.exception.UserException
 
UserException(String, String, String, String) - Constructor for exception org.plasma.common.exception.UserException
 
UserException(String, String, String, Object[]) - Constructor for exception org.plasma.common.exception.UserException
 
UserException(String, String, String, Object[], String) - Constructor for exception org.plasma.common.exception.UserException
 

V

validate(String) - Method in interface org.plasma.common.bind.DataBinding
 
validate(InputStream) - Method in interface org.plasma.common.bind.DataBinding
 
validate(String) - Method in class org.plasma.common.bind.ValidatingUnmarshaler
 
validate(InputStream) - Method in class org.plasma.common.bind.ValidatingUnmarshaler
 
validate(Reader) - Method in class org.plasma.common.bind.ValidatingUnmarshaler
 
validate(Source) - Method in class org.plasma.common.bind.ValidatingUnmarshaler
 
ValidatingUnmarshaler - Class in org.plasma.common.bind
 
ValidatingUnmarshaler(URL, JAXBContext, BindingValidationEventHandler) - Constructor for class org.plasma.common.bind.ValidatingUnmarshaler
 
ValidatingUnmarshaler(InputStream, JAXBContext, BindingValidationEventHandler) - Constructor for class org.plasma.common.bind.ValidatingUnmarshaler
 
ValidatingUnmarshaler(InputStream[], JAXBContext, BindingValidationEventHandler) - Constructor for class org.plasma.common.bind.ValidatingUnmarshaler
 
ValidatingUnmarshaler(URL, JAXBContext, ValidatingUnmarshaler.Handler, ValidatingUnmarshaler.Resolver) - Constructor for class org.plasma.common.bind.ValidatingUnmarshaler
 
ValidatingUnmarshaler(InputStream, JAXBContext, ValidatingUnmarshaler.Handler, ValidatingUnmarshaler.Resolver) - Constructor for class org.plasma.common.bind.ValidatingUnmarshaler
 
ValidatingUnmarshaler.Handler - Class in org.plasma.common.bind
 
ValidatingUnmarshaler.Resolver - Class in org.plasma.common.bind
 
value - Variable in exception org.plasma.common.app.InvalidCommandLineArgValueException
 
value() - Method in enum org.plasma.common.env.EnvName
 
valueOf(String) - Static method in enum org.plasma.common.env.EnvName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.sdo.DataFlavor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plasma.sdo.DataType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.plasma.common.env.EnvName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.sdo.DataFlavor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plasma.sdo.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class javanet.staxutils.events.StartDocumentEvent
The XML version, or null if none was specified.

W

warning(SAXParseException) - Method in class javanet.staxutils.StAXContentHandler
 
warning(SAXParseException) - Method in class org.plasma.common.bind.ValidatingUnmarshaler.Handler
 
WordWrap - Class in org.plasma.common
 
wordWrap(String, int, Locale) - Static method in class org.plasma.common.WordWrap
Reformats a string where lines that are longer than width are split apart at the earliest wordbreak or at maxLength, whichever is sooner.
writeAsEncodedUnicode(Writer) - Method in class javanet.staxutils.events.AbstractXMLEvent
 
writeAttribute(String, String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeAttribute(String, String, String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeAttribute(String, String, String, String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeAttribute(QName, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeAttribute(String, String, String, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeAttribute(String, String, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeAttribute(String, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeAttribute(Attribute, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an Attribute to the provided stream.
writeAttribute(QName, String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an attribute to the provided stream.
writeAttribute(Attribute, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an Attribute to the provided stream.
writeAttribute(String, String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeAttribute(String, String, String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeAttribute(String, String, String, String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeCData(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeCData(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeCData(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeCData(String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a Characters to the provided stream.
writeCData(char[], int, int, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a Characters to the provided stream.
writeCData(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeCharacters(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeCharacters(char[], int, int) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeCharacters(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeCharacters(char[], int, int) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeCharacters(char[], int, int) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeCharacters(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeCharacters(Characters, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a Characters to the provided stream.
writeCharacters(CharSequence, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a chunk of encoded text to the provided stream.
writeCharacters(char[], int, int, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a chunk of encoded text to the provided stream.
writeCharacters(Characters, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a Characters to the provided stream.
writeCharacters(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeCharacters(char[], int, int) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeComment(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeComment(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeComment(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeComment(Comment, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a Comment to the provided stream.
writeComment(String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a comment to the provided stream.
writeComment(Comment, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a Comment to the provided stream.
writeComment(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeDefaultNamespace(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeDefaultNamespace(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeDefaultNamespace(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeDTD(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeDTD(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeDTD(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeDTD(DTD, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a DTD to the provided stream.
writeDTD(String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a dtd to the provided stream.
writeDTD(DTD, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a DTD to the provided stream.
writeDTD(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeEmptyElement(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeEmptyElement(String, String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeEmptyElement(String, String, String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeEmptyElement(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeEmptyElement(String, String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeEmptyElement(String, String, String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeEmptyElement(String, String, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeEmptyElement(String, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeEmptyElement(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeEmptyElement(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeEmptyElement(String, String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeEmptyElement(String, String, String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeEncodedCharacter(char, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Encodes the provided character if needed, and writes it to an output stream.
writeEncodedQuotedValue(String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Encodes the given value and writes it to the provided stream, wrapping it in the appropriate quote character.
writeEncodedText(CharSequence, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Encodes the provided text and writes it to the provided stream.
writeEncodedText(char[], int, int, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
 
writeEncodedValue(String, char, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Encodes the given value, and writes it to the stream, but does not actually wrap the value in the quote character.
writeEndDocument() - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeEndDocument() - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeEndDocument() - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeEndDocument(EndDocument, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an EndDocument to the provided stream.
writeEndDocument(Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an document ending to the provided stream.
writeEndDocument(EndDocument, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an EndDocument to the provided stream.
writeEndDocument() - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeEndElement() - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeEndElement() - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeEndElement() - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeEndElement(EndElement, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an EndElement to the provided stream.
writeEndElement(QName, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an element end tag to the provided stream.
writeEndElement(EndElement, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an EndElement to the provided stream.
writeEndElement() - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeEntityDeclaration(EntityDeclaration, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an EntityDeclaration to the stream.
writeEntityDeclaration(String, String, String, String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an external entity declaration to the stream.
writeEntityDeclaration(String, String, String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an internal entity declaration to the stream.
writeEntityRef(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeEntityRef(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeEntityRef(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeEntityRef(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeEntityReference(EntityReference, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an EntityReference to the provided stream.
writeEntityReference(String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an entity reference to the provided stream.
writeEntityReference(EntityReference, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an EntityReference to the provided stream.
writeEvent(XMLStreamWriter) - Method in class javanet.staxutils.events.AbstractXMLEvent
 
writeEvent(XMLStreamWriter) - Method in interface javanet.staxutils.events.ExtendedXMLEvent
Writes the event to the provided XMLStreamWriter.
writeEvent(XMLEvent, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes the given event to the provided Writer.
writeEvent(XMLEvent, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes the given event to the provided XMLStreamWriter.
writeExternal(ObjectOutput) - Method in class commonj.sdo.impl.ExternalizableDelegator
 
writeNamespace(String, String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeNamespace(String, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeNamespace(Namespace, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a Namespace to the provided stream.
writeNamespace(String, String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a Namespace to the provided stream.
writeNamespace(Namespace, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a Namespace to the provided stream.
writeNamespace(String, String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeNewLine(int) - Method in class javanet.staxutils.IndentingXMLStreamWriter
Write a line separator followed by indentation.
writeNotationDeclaration(NotationDeclaration, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a NotationDeclaration to the stream.
writeNotationDeclaration(String, String, String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a notation declaration to the stream.
writeProcessingInstruction(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeProcessingInstruction(String, String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeProcessingInstruction(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeProcessingInstruction(String, String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeProcessingInstruction(String, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeProcessingInstruction(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeProcessingInstruction(ProcessingInstruction, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a ProcessingInstruction to the provided stream.
writeProcessingInstruction(String, String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a ProcessingInstruction to the provided stream.
writeProcessingInstruction(ProcessingInstruction, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a ProcessingInstruction to the provided stream.
writeProcessingInstruction(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeProcessingInstruction(String, String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeQName(QName, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a qualified name to the provided stream.
writeQName(String, String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a qualified name to the provided stream.
writeQuotedValue(String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a quoted version of the given value, automatically determining the appropriate quote character.
writeStartDocument() - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeStartDocument(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeStartDocument(String, String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeStartDocument() - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeStartDocument(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeStartDocument(String, String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeStartDocument() - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeStartDocument(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeStartDocument(String, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeStartDocument(StartDocument, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a StartDocument to the provided stream.
writeStartDocument(Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a default XML declaration to the provided stream.
writeStartDocument(String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an XML declaration to the provided stream.
writeStartDocument(String, String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an XML declaration to the provided stream.
writeStartDocument(String, String, boolean, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an XML declaration to the provided stream.
writeStartDocument(String, String, String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an XML declaration to the provided stream.
writeStartDocument(StartDocument, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a StartDocument to the provided stream.
writeStartDocument() - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeStartDocument(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeStartDocument(String, String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeStartElement(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeStartElement(String, String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeStartElement(String, String, String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeStartElement(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeStartElement(String, String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeStartElement(String, String, String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeStartElement(String, String, String, boolean) - Method in class javanet.staxutils.io.StAXStreamWriter
Core start tag output method called by all other writeXXXElement methods.
writeStartElement(String, String, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeStartElement(String, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeStartElement(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeStartElement(StartElement, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a StartElement event to the provided stream.
writeStartElement(StartElement, boolean, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a StartElement event to the provided stream.
writeStartElement(QName, Iterator, Iterator, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a start tag and any associated namespaces and attributes to the provided stream.
writeStartElement(QName, Iterator, Iterator, boolean, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a start tag and any associated namespaces and attributes to the provided stream.
writeStartElement(QName, Map, Map, boolean, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a start tag and any associated namespaces and attributes to the provided stream.
writeStartElement(StartElement, boolean, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a StartElement event to the provided stream.
writeStartElement(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeStartElement(String, String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeStartElement(String, String, String) - Method in class javanet.staxutils.XMLEventStreamWriter
 

X

XMLDocument - Interface in commonj.sdo.helper
Represents an XML Document containing a tree of DataObjects.
XMLEventConsumerDelegate - Class in javanet.staxutils
Writes all events to a wrapped XMLEventConsumer, and provides convenience methods for creating events written to the internal consumer.
XMLEventConsumerDelegate(XMLEventConsumer) - Constructor for class javanet.staxutils.XMLEventConsumerDelegate
 
XMLEventConsumerDelegate(XMLEventConsumer, XMLEventFactory) - Constructor for class javanet.staxutils.XMLEventConsumerDelegate
 
XMLEventPipe - Class in javanet.staxutils
Provides the ability to pipe the XMLEvents written to one XMLEventWriter to be read from a XMLEventReader.
XMLEventPipe() - Constructor for class javanet.staxutils.XMLEventPipe
Constructs a new XMLEventPipe with the default capacity.
XMLEventPipe(int) - Constructor for class javanet.staxutils.XMLEventPipe
Constructs a new XMLEventPipe with the specified capacity.
XMLEventReaderToContentHandler - Class in javanet.staxutils
This is a simple utility class that adapts StAX events from an XMLEventReader to SAX events on a ContentHandler, bridging between the two parser technologies.
XMLEventReaderToContentHandler(XMLEventReader, XMLFilterImplEx) - Constructor for class javanet.staxutils.XMLEventReaderToContentHandler
Construct a new StAX to SAX adapter that will convert a StAX event stream into a SAX event stream.
XMLEventStreamWriter - Class in javanet.staxutils
An XMLStreamWriter that writes events to a XMLEventWriter.
XMLEventStreamWriter(XMLEventWriter) - Constructor for class javanet.staxutils.XMLEventStreamWriter
 
XMLEventStreamWriter(XMLEventWriter, XMLEventFactory) - Constructor for class javanet.staxutils.XMLEventStreamWriter
 
XMLFilterImplEx - Class in javanet.staxutils.helpers
Extension to XMLFilterImpl that implements LexicalHandler.
XMLFilterImplEx() - Constructor for class javanet.staxutils.helpers.XMLFilterImplEx
 
XMLHelper - Interface in commonj.sdo.helper
A helper to convert XML documents into DataObects and DataObjects into XML documnets.
xmlReporter - Variable in class javanet.staxutils.BaseXMLInputFactory
 
xmlResolver - Variable in class javanet.staxutils.BaseXMLInputFactory
 
XMLStreamEventReader - Class in javanet.staxutils
XMLEventReader implementation based on a XMLStreamReader and an XMLEventAllocator.
XMLStreamEventReader(XMLStreamReader) - Constructor for class javanet.staxutils.XMLStreamEventReader
 
XMLStreamEventReader(XMLStreamReader, XMLEventAllocator) - Constructor for class javanet.staxutils.XMLStreamEventReader
 
XMLStreamEventWriter - Class in javanet.staxutils
XMLEventWriter that writes events to a XMLStreamWriter.
XMLStreamEventWriter(XMLStreamWriter) - Constructor for class javanet.staxutils.XMLStreamEventWriter
Constructs a XMLEventStreamWriter that writes events to the given stream.
XMLStreamReaderToContentHandler - Class in javanet.staxutils
This is a simple utility class that adapts StAX events from an XMLStreamReader to SAX events on a ContentHandler, bridging between the two parser technologies.
XMLStreamReaderToContentHandler(XMLStreamReader, XMLFilterImplEx) - Constructor for class javanet.staxutils.XMLStreamReaderToContentHandler
Construct a new StAX to SAX adapter that will convert a StAX event stream into a SAX event stream.
XMLStreamUtils - Class in javanet.staxutils
Static utility methods useful when handling XML Streams.
XMLStreamUtils() - Constructor for class javanet.staxutils.XMLStreamUtils
 
XMLWriterUtils - Class in javanet.staxutils.io
Set of utility methods useful when writing XML.
XSDHelper - Interface in commonj.sdo.helper
Provides access to additional information when the Type or Property is defined by an XML Schema (XSD).
XSLTUtils - Class in org.plasma.common.xslt
 
XSLTUtils() - Constructor for class org.plasma.common.xslt.XSLTUtils
 
A B C D E F G H I J L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2018. All rights reserved.