- 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
-
- add(int, String) - Method in interface commonj.sdo.Sequence
-
- 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
-
- addComment(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addDTD(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
Creates and adds a
DTD event.
- addEndDocument() - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addEndElement(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addEndElement(String, Iterator) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addEndElement(String, String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addEndElement(String, String, Iterator) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addEndElement(QName) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addEndElement(QName, Iterator) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addIgnorableSpace(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
Creates and adds an ignorable space
Characters event.
- addSpace(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addStartDocument() - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addStartDocument(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addStartDocument(String, String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addStartDocument(String, String, boolean) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addStartElement(String, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addStartElement(String, Iterator, Iterator, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addStartElement(String, String, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addStartElement(String, String, Iterator, Iterator, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addStartElement(QName, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addStartElement(QName, Iterator, Iterator, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- getChangeSummary() - Method in interface commonj.sdo.DataGraph
-
- 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
-
- getEventFactory() - Method in class javanet.staxutils.StAXEventContentHandler
-
- getEventFactory() - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- 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
-
- 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
-
- 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
-
- 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
-
- getProperty(int) - Method in interface commonj.sdo.Sequence
-
Returns the property for the given entry index.
- getProperty(String) - Method in interface commonj.sdo.Type
-
- 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
-
- 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
-
- getRootObject() - Method in interface commonj.sdo.DataObject
-
- 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
-
- getSequence(int) - Method in interface commonj.sdo.DataObject
-
- getSequence(Property) - Method in interface commonj.sdo.DataObject
-
- 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
-
- 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
-
- 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
- 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
-
- 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.
- 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
-
- 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
-
- setEventFactory(XMLEventFactory) - Method in class javanet.staxutils.StAXEventContentHandler
-
- setEventFactory(XMLEventFactory) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- StAXResult - Class in javanet.staxutils
-
- StAXResult(XMLStreamWriter) - Constructor for class javanet.staxutils.StAXResult
-
- StAXResult(XMLEventWriter) - Constructor for class javanet.staxutils.StAXResult
-
- StAXSource - Class in javanet.staxutils
-
- StAXSource(XMLStreamReader) - Constructor for class javanet.staxutils.StAXSource
-
- StAXSource(XMLEventReader) - Constructor for class javanet.staxutils.StAXSource
-
- StAXStreamContentHandler - Class in javanet.staxutils
-
- 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
-
- 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
-
- 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
- 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
-
- 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
-