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

S

Schema - Class in org.jdom.contrib.schema
The compiled representation of a schema definition capable of performing in-memory validation of JDOM documents and elements.
Schema.Type - Class in org.jdom.contrib.schema
Class to support type-safe enumeration design pattern to represent schema types
Schema.Type(String, String) - Constructor for class org.jdom.contrib.schema.Schema.Type
Type constructor, private on purpose.
sec - Variable in class org.jdom.contrib.beans.DateUtils.ISO8601
 
setAge(int) - Method in class org.jdom.contrib.beans.TestBean
 
setAsAttribute(String) - Method in class org.jdom.contrib.input.ResultSetBuilder
Set a column as an Attribute of a row using the original column name.
setAsAttribute(String, String) - Method in class org.jdom.contrib.input.ResultSetBuilder
Set a column as an Attribute of a row using the column name.
setAsAttribute(int) - Method in class org.jdom.contrib.input.ResultSetBuilder
Set a column as an Attribute of a row using the column number.
setAsAttribute(int, String) - Method in class org.jdom.contrib.input.ResultSetBuilder
Set a column as an Attribute of a row using the column number.
setAsElement(String, String) - Method in class org.jdom.contrib.input.ResultSetBuilder
Set a column as an Element of a row using the column name.
setAsElement(int, String) - Method in class org.jdom.contrib.input.ResultSetBuilder
Set a column as an Element of a row using the column number.
setAttributeType(int) - Method in class org.jdom.contrib.ids.IdAttribute
 
setBeanPackage(String) - Method in class org.jdom.contrib.beans.BeanMapper
 
setBirthdate(Date) - Method in class org.jdom.contrib.beans.TestBean
 
setDebug(boolean) - Static method in class org.jdom.contrib.input.scanner.XPathMatcher
Activates or deactivates debug traces on the process standard output.
setElementValue(String, String, Element, Element, Object) - Method in class org.jdom.contrib.beans.BeanMapper
 
setEndLine(int) - Method in class org.jdom.contrib.input.LineNumberElement
 
setExpandEntities(boolean) - Method in class org.jdom.contrib.input.scanner.ElementScanner
Sets whether or not to expand entities for the builder.
setFactory(Class, StringConverter.Factory) - Method in class org.jdom.contrib.beans.StringConverter
 
setFactory(JDOMFactory) - Method in class org.jdom.contrib.input.scanner.ElementScanner
Sets a custom JDOMFactory for the builder.
setFeature(String, boolean) - Method in class org.jdom.contrib.input.scanner.ElementScanner
Sets the state of a feature.
setFileRoot(String) - Method in class org.jdom.contrib.beans.JDOMBean
All files are fetched relative to this path
setFriend(TestBean) - Method in class org.jdom.contrib.beans.TestBean
 
setIgnoreMissingProperties(boolean) - Method in class org.jdom.contrib.beans.BeanMapper
In mapping from JDOM->Bean, if we encounter an element or attribute without a corresponding property in the bean, should we ignore it or throw an exception (default: false)?
setIgnoreNullProperties(boolean) - Method in class org.jdom.contrib.beans.BeanMapper
In mapping from Bean->JDOM, if we encounter an property with a null value, should we ignore it or add an empty child element/attribute (default: true)?
setIgnoringElementContentWhitespace(boolean) - Method in class org.jdom.contrib.input.scanner.ElementScanner
Specifies whether or not the parser should elminate whitespace in element content (sometimes known as "ignorable whitespace") when building the document.
setMaxRows(int) - Method in class org.jdom.contrib.input.ResultSetBuilder
Set the maximum number of rows to add to your Document.
setMeasurements(int[]) - Method in class org.jdom.contrib.beans.TestIndexed
 
setName(String) - Method in class org.jdom.contrib.beans.TestBean
 
setName(String) - Method in class org.jdom.contrib.beans.TestIndexed
 
setNamespace(Namespace) - Method in class org.jdom.contrib.beans.BeanMapper
Use this namespace when creating the XML element and all child elements.
setNamespace(Namespace) - Method in class org.jdom.contrib.input.ResultSetBuilder
Set the Namespace to use for each Element in the Document.
setNullAttribute(String, String) - Method in class org.jdom.contrib.input.ResultSetBuilder
Set a specific attribute to use to mark that a value in the database was null, not just an empty string.
setParent(Element) - Method in class org.jdom.contrib.ids.IdAttribute
 
setParent(Parent) - Method in class org.jdom.contrib.ids.IdElement
 
setParser(String) - Method in class org.jdom.contrib.beans.JDOMBean
This will create an instance of SAXBuilder for use in the rest of this program.
setProperty(Object, String, Object) - Method in class org.jdom.contrib.beans.BeanMapper
set a property in the bean
setProperty(Object, PropertyDescriptor, Element, Object) - Method in class org.jdom.contrib.beans.BeanMapper
set a property in the bean
setProperty(String, Object) - Method in class org.jdom.contrib.input.scanner.ElementScanner
Set the value of a property.
setRootName(String) - Method in class org.jdom.contrib.input.ResultSetBuilder
Set the name to use as the root element in the Document.
setRowName(String) - Method in class org.jdom.contrib.input.ResultSetBuilder
Set the name to use as the row element in the Document.
setStartLine(int) - Method in class org.jdom.contrib.input.LineNumberElement
 
setStringConverter(StringConverter) - Method in class org.jdom.contrib.beans.BeanMapper
Set a custom string converter.
setTopping(int, String) - Method in class org.jdom.contrib.beans.TestIndexed
 
setTopping(String[]) - Method in class org.jdom.contrib.beans.TestIndexed
 
setValidation(boolean) - Method in class org.jdom.contrib.input.scanner.ElementScanner
Activates or desactivates validation for the builder.
setValue(String) - Method in class org.jdom.contrib.ids.IdAttribute
 
setXPathMatcherClass(Class) - Static method in class org.jdom.contrib.input.scanner.XPathMatcher
Sets the concrete XPathMatcher subclass to be used when allocating XPathMatcher instances.
skippedEntity(String) - Method in class org.jdom.contrib.input.scanner.ElementScanner
[ContentHandler interface support] Receives notification of a skipped entity.
sortElements(Element, Comparator) - Static method in class org.jdom.contrib.helpers.JDOMHelper
Sorts the child elements, using the specified comparator.
startDocument() - Method in class org.jdom.contrib.input.scanner.ElementScanner
[ContentHandler interface support] Receives notification of the beginning of a document.
startElement(String, String, String, Attributes) - Method in class org.jdom.contrib.input.scanner.ElementScanner
[ContentHandler interface support] Receives notification of the beginning of an element.
startPrefixMapping(String, String) - Method in class org.jdom.contrib.input.scanner.ElementScanner
[ContentHandler interface support] Begins the scope of a prefix-URI Namespace mapping.
stringconverter - Variable in class org.jdom.contrib.beans.BeanMapper
 
StringConverter - Class in org.jdom.contrib.beans
Converts a String into a given object type.
StringConverter() - Constructor for class org.jdom.contrib.beans.StringConverter
 
StringConverter.DateFactory - Class in org.jdom.contrib.beans
 
StringConverter.DateFactory() - Constructor for class org.jdom.contrib.beans.StringConverter.DateFactory
 
StringConverter.Factory - Interface in org.jdom.contrib.beans
 

A B C D E F G H I J L M N O P R S T U V W X Y
Copyright © 2007 Jason Hunter, Brett McLaughlin. All Rights Reserved.