- elemValue - Variable in class com.objsys.xbinder.runtime.XBNillableElem
-
- enableUniqueAttrChecking() - Method in class com.objsys.xbinder.runtime.XBXmlEncoder
-
For the current element only, turn on unique attribute checking.
- ENCODE - Static variable in class com.objsys.xbinder.runtime.Base64
-
Specify encoding.
- encodeAttr(String, String, String, String) - Method in class com.objsys.xbinder.runtime.XBXmlEncoder
-
This method encodes an XML attribute value.
- encodeAttrs(List) - Method in class com.objsys.xbinder.runtime.XBXmlEncoder
-
This method encodes the attributes in the given list.
- encodeBytes(byte[]) - Static method in class com.objsys.xbinder.runtime.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int) - Static method in class com.objsys.xbinder.runtime.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int) - Static method in class com.objsys.xbinder.runtime.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int, int) - Static method in class com.objsys.xbinder.runtime.Base64
-
Encodes a byte array into Base64 notation.
- encodeChars(String) - Method in class com.objsys.xbinder.runtime.XBXmlEncoder
-
Encode characters, applying escaping.
- encodeCharsNoEscaping(String) - Method in class com.objsys.xbinder.runtime.XBXmlEncoder
-
Encode characters, as is (without escaping).
- encodeDocument(XBXmlEncoder) - Method in interface com.objsys.xbinder.runtime.XBDocumentCodec
-
- encodeEndElement() - Method in class com.objsys.xbinder.runtime.XBXmlEncoder
-
This method closes an element.
- encodeNamespace(XBXmlNamespace) - Method in class com.objsys.xbinder.runtime.XBXmlEncoder
-
Encode the given namespace on the next start element tag.
- encodeNamespaces(XBXmlEncoder) - Method in class com.objsys.xbinder.runtime.XBComplexType
-
Encode the namespaces declarations stored in this object.
- encodeObject(Serializable) - Static method in class com.objsys.xbinder.runtime.Base64
-
Serializes an object and returns the Base64-encoded
version of that serialized object.
- encodeObject(Serializable, int) - Static method in class com.objsys.xbinder.runtime.Base64
-
Serializes an object and returns the Base64-encoded
version of that serialized object.
- EncoderOutputStream(Writer) - Constructor for class com.objsys.xbinder.runtime.Base64.EncoderOutputStream
-
- EncoderOutputStream(Writer, int) - Constructor for class com.objsys.xbinder.runtime.Base64.EncoderOutputStream
-
- encodeSchemaLocationAttrs(XBXmlEncoder) - Method in class com.objsys.xbinder.runtime.XBContext
-
Encode the schemaLocation and noNamespaceSchemaLocation attributes, if
they have values.
- encodeStartDocument() - Method in class com.objsys.xbinder.runtime.XBXmlEncoder
-
This method encodes standard header information at the beginning
of the XML document.
- encodeStartElement(String, String, String) - Method in class com.objsys.xbinder.runtime.XBXmlEncoder
-
This method encodes an XML start element tag.
- encodeToFile(byte[], String) - Static method in class com.objsys.xbinder.runtime.Base64
-
Convenience method for encoding data to a file.
- encodeXMLToStream(XBByteArray, Writer) - Static method in class com.objsys.xbinder.runtime.XBHexBinary
-
Encode this object's byte array into an XML text representation
directly onto the given stream.
- encodeXMLToString(XBByteArray) - Static method in class com.objsys.xbinder.runtime.XBHexBinary
-
Encode this object's byte array into an XML text representation and
return that text.
- encodeXsiType(QName) - Method in class com.objsys.xbinder.runtime.XBXmlEncoder
-
Encode an xsi:type attribute for the given QName
Eg.
- ensureCapacity(int, int) - Method in class com.objsys.xbinder.runtime.XBByteArray
-
Ensure the buffer's length is at least the given capacity.
- ensureCapacity(int) - Method in class com.objsys.xbinder.runtime.XBByteArray
-
Ensure the buffer is at least the given size.
- parse(String) - Method in interface com.objsys.xbinder.runtime.XBXmlElementFragmentParser
-
Parse the given XML fragment.
- parse(String) - Method in class com.objsys.xbinder.stax.XBXmlElementFragmentParserStax
-
- parse(String) - Method in class com.objsys.xbinder.xpp.XBXmlElementFragmentParserXpp
-
- parseBase64Binary(String) - Static method in class com.objsys.xbinder.runtime.XBSimpleType
-
Decode given base64Binary XML text into new XBByteArray.
- parseBase64Binary(String, XBByteArray) - Static method in class com.objsys.xbinder.runtime.XBSimpleType
-
Decode given base64Binary XML text into given bytes object.
- parseBoolean(String) - Static method in class com.objsys.xbinder.runtime.XBSimpleType
-
Convert text to a boolean value.
- parseByte(String) - Static method in class com.objsys.xbinder.runtime.XBSimpleType
-
Parses a String into a byte.
- parseDecimal(String) - Static method in class com.objsys.xbinder.runtime.XBSimpleType
-
Convert XML text to a decimal value.
- parseDecimalAndValidate(String, int, int) - Static method in class com.objsys.xbinder.runtime.XBSimpleType
-
Parses an xsd:decimal value and validates the given facets.
- parseDouble(String) - Static method in class com.objsys.xbinder.runtime.XBSimpleType
-
Convert XML text to a double value.
- parseFloat(String) - Static method in class com.objsys.xbinder.runtime.XBSimpleType
-
Convert XML text to a float value.
- parseInteger(String) - Static method in class com.objsys.xbinder.runtime.XBSimpleType
-
Parses a String into an int
The string may have a leading +/-, otherwise all characters must be
'0' - '9'.
- parseLong(String) - Static method in class com.objsys.xbinder.runtime.XBSimpleType
-
Parses a String into a long
The string may have a leading +/-, otherwise all characters must be
'0' - '9'.
- parseShort(String) - Static method in class com.objsys.xbinder.runtime.XBSimpleType
-
Parses a String into a short.
- parseXML(String) - Static method in class com.objsys.xbinder.runtime.XBDurationHelper
-
Returns an Duration for the given text.
- parseXML(String) - Static method in class com.objsys.xbinder.runtime.XBGCalHelper
-
Returns an XMLGregorianCalendar for the given text.
- popPrefix(String) - Method in class com.objsys.xbinder.runtime.XBXmlNamespaceContextImpl
-
Remove a prefix to namespace mapping from the stack.
- print(String) - Method in class com.objsys.xbinder.runtime.Diag
-
- print(PrintWriter, String, int) - Method in interface com.objsys.xbinder.runtime.XBPrintable
-
- printAttributes(List, PrintWriter, String, int) - Static method in class com.objsys.xbinder.runtime.XBAttributeBase
-
Print a list of attributes to given PrintWriter
- println(String) - Method in class com.objsys.xbinder.runtime.Diag
-
- println(String, int) - Method in class com.objsys.xbinder.runtime.Diag
-
- printNamespaces(PrintWriter, int) - Method in class com.objsys.xbinder.runtime.XBComplexType
-
Print the namespace declarations to given PrintWriter.
- prtln(String) - Static method in class com.objsys.xbinder.runtime.Diag
-
- prtln(String, int) - Static method in class com.objsys.xbinder.runtime.Diag
-
- prtln(byte[], int, int, int) - Static method in class com.objsys.xbinder.runtime.Diag
-
- prtln(byte[], int, int) - Static method in class com.objsys.xbinder.runtime.Diag
-
- pushPrefix(String, String) - Method in class com.objsys.xbinder.runtime.XBXmlNamespaceContextImpl
-
Map the given prefix to the given namespace.
- pushUniquePrefix(String, String) - Method in class com.objsys.xbinder.runtime.XBXmlNamespaceContextImpl
-
Push a unique prefix for the given namespace.
- XBArrayException - Exception in com.objsys.xbinder.runtime
-
- XBArrayException(int) - Constructor for exception com.objsys.xbinder.runtime.XBArrayException
-
- XBArrays - Class in com.objsys.xbinder.runtime
-
Utility class with array helpers
- XBArrays() - Constructor for class com.objsys.xbinder.runtime.XBArrays
-
- XBAttribute - Class in com.objsys.xbinder.runtime
-
Models an attribute.
- XBAttribute(String, String, String, String) - Constructor for class com.objsys.xbinder.runtime.XBAttribute
-
- XBAttributeBase - Class in com.objsys.xbinder.runtime
-
Common base class for XBAttribute and XBAttributeQName.
- XBAttributeBase(String, String, String) - Constructor for class com.objsys.xbinder.runtime.XBAttributeBase
-
- XBAttributeQName - Class in com.objsys.xbinder.runtime
-
Models an attribute with an xsd:QName for its value.
- XBAttributeQName(String, String, String, QName) - Constructor for class com.objsys.xbinder.runtime.XBAttributeQName
-
- XBByteArray - Class in com.objsys.xbinder.runtime
-
XBByteArray is a lightweight wrapper around a byte array.
- XBByteArray() - Constructor for class com.objsys.xbinder.runtime.XBByteArray
-
- XBByteArray(int) - Constructor for class com.objsys.xbinder.runtime.XBByteArray
-
Create XBByteArray object with the given initial capacity.
- XBByteArray(byte[]) - Constructor for class com.objsys.xbinder.runtime.XBByteArray
-
Create XBByteArray object using the given array as its initial
array.
- XBComplexType - Class in com.objsys.xbinder.runtime
-
XBComplexType is a base for all generated complex type codecs.
- XBComplexType() - Constructor for class com.objsys.xbinder.runtime.XBComplexType
-
- XBConstants - Class in com.objsys.xbinder.runtime
-
The values in this class should be in sync with the values in
javax.xml.XMLConstants.
- XBConstants() - Constructor for class com.objsys.xbinder.runtime.XBConstants
-
- XBConsVioException - Exception in com.objsys.xbinder.runtime
-
XBConsVioException is thrown when a constraint is violated.
- XBConsVioException(String) - Constructor for exception com.objsys.xbinder.runtime.XBConsVioException
-
- XBContext - Class in com.objsys.xbinder.runtime
-
Context for encoding/decoding.
- XBContext() - Constructor for class com.objsys.xbinder.runtime.XBContext
-
- XBDocumentCodec - Interface in com.objsys.xbinder.runtime
-
XBDocumentCodec is the interface that describes a document encoder-decoder.
- XBDocumentCodec - Interface in com.objsys.xbinder.stax
-
XBDocumentCodec is the interface that describes a document encoder-decoder.
- XBDocumentCodec - Interface in com.objsys.xbinder.xpp
-
XBDocumentCodec is the interface that describes a document encoder-decoder.
- XBDoubleFormat - Class in com.objsys.xbinder.runtime
-
XBDoubleFormat is used for formatting double/float values into decimal
strings.
- XBDoubleFormat() - Constructor for class com.objsys.xbinder.runtime.XBDoubleFormat
-
XBDoubleFormat constructor applying default options.
- XBDoubleFormat(int, int, int, int, int, char, int, int, int, boolean, boolean, boolean, boolean) - Constructor for class com.objsys.xbinder.runtime.XBDoubleFormat
-
XBDoubleFormat constructor.
- XBDurationHelper - Class in com.objsys.xbinder.runtime
-
Provides helper methods for working with Duration.
- XBDurationHelper() - Constructor for class com.objsys.xbinder.runtime.XBDurationHelper
-
- XBEnumException - Exception in com.objsys.xbinder.runtime
-
- XBEnumException(String) - Constructor for exception com.objsys.xbinder.runtime.XBEnumException
-
- XBException - Exception in com.objsys.xbinder.runtime
-
This class defines a generic XBinder exception for use as a base
class for exceptions common to all encode/decode operations.
- XBException(String) - Constructor for exception com.objsys.xbinder.runtime.XBException
-
This constructor passes the given message text to the superclass.
- XBException(String, Throwable) - Constructor for exception com.objsys.xbinder.runtime.XBException
-
- XBException(Throwable) - Constructor for exception com.objsys.xbinder.runtime.XBException
-
- XBException() - Constructor for exception com.objsys.xbinder.runtime.XBException
-
This constructor passes the given message text to the superclass.
- XBFractionDigitsVioException - Exception in com.objsys.xbinder.runtime
-
XBFractionDigitsVioException is thrown when the fractionDigits constraint is
violated.
- XBFractionDigitsVioException(BigDecimal) - Constructor for exception com.objsys.xbinder.runtime.XBFractionDigitsVioException
-
Creates exception object with standard message:
"value of <value> violates fractionDigits constraint."
- XBGCalHelper - Class in com.objsys.xbinder.runtime
-
Provides helper methods for working with XMLGregorianCalendar.
- XBGCalHelper() - Constructor for class com.objsys.xbinder.runtime.XBGCalHelper
-
- XBHexBinary - Class in com.objsys.xbinder.runtime
-
- XBHexBinary() - Constructor for class com.objsys.xbinder.runtime.XBHexBinary
-
- XBInvalidLengthException - Exception in com.objsys.xbinder.runtime
-
This class defines the 'XBinder invalid length' exception
that is thrown when a length is determined to be invalid.
- XBInvalidLengthException() - Constructor for exception com.objsys.xbinder.runtime.XBInvalidLengthException
-
This constructor creates an exception object with a default
textual message.
- XBLengthVioException - Exception in com.objsys.xbinder.runtime
-
XBLengthVioException is thrown when a length constraint is violated.
- XBLengthVioException(int) - Constructor for exception com.objsys.xbinder.runtime.XBLengthVioException
-
Creates exception object with standard message:
"length of <length> violates defined constraint."
- XBNillableElem<T> - Class in com.objsys.xbinder.runtime
-
A wrapper class used to represent nillable elements.
- XBNillableElem() - Constructor for class com.objsys.xbinder.runtime.XBNillableElem
-
- XBNillableElem(T, boolean) - Constructor for class com.objsys.xbinder.runtime.XBNillableElem
-
- XBNumberFormatException - Exception in com.objsys.xbinder.runtime
-
- XBNumberFormatException(String) - Constructor for exception com.objsys.xbinder.runtime.XBNumberFormatException
-
- XBNumberFormatException(String, Throwable) - Constructor for exception com.objsys.xbinder.runtime.XBNumberFormatException
-
- XBNumberFormatException(Throwable) - Constructor for exception com.objsys.xbinder.runtime.XBNumberFormatException
-
- XBNumberFormatException() - Constructor for exception com.objsys.xbinder.runtime.XBNumberFormatException
-
- XBOccurrencesException - Exception in com.objsys.xbinder.runtime
-
This exception is thrown when the number of occurrences of an
attribute, element, group, or wildcard is not valid.
- XBOccurrencesException(int) - Constructor for exception com.objsys.xbinder.runtime.XBOccurrencesException
-
Report the number of actual occurrences found.
- XBOccurrencesException(int, String) - Constructor for exception com.objsys.xbinder.runtime.XBOccurrencesException
-
Report the number of actual occurrences found, with
some identifier for the object of interest.
- XBPatternValidator - Class in com.objsys.xbinder.runtime
-
Provides pattern validation for text.
- XBPatternValidator() - Constructor for class com.objsys.xbinder.runtime.XBPatternValidator
-
- XBPatternValidator(XBPatternValidator) - Constructor for class com.objsys.xbinder.runtime.XBPatternValidator
-
- XBPatternViolation - Exception in com.objsys.xbinder.runtime
-
- XBPatternViolation(String) - Constructor for exception com.objsys.xbinder.runtime.XBPatternViolation
-
- XBPatternViolation(String, Throwable) - Constructor for exception com.objsys.xbinder.runtime.XBPatternViolation
-
- XBPatternViolation(Throwable) - Constructor for exception com.objsys.xbinder.runtime.XBPatternViolation
-
- XBPatternViolation() - Constructor for exception com.objsys.xbinder.runtime.XBPatternViolation
-
- XBPrintable - Interface in com.objsys.xbinder.runtime
-
Interface that allows generic test program to print values.
- XBQName - Class in com.objsys.xbinder.runtime
-
This models xsd:QName related values: a prefix, a namespaceUri, and a
localName.
- XBQName(String) - Constructor for class com.objsys.xbinder.runtime.XBQName
-
Create XBQName from given xsd:QName value.
- XBQName(String, String, String) - Constructor for class com.objsys.xbinder.runtime.XBQName
-
Create XBQName with given parameters.
- XBQualifiedName - Class in com.objsys.xbinder.runtime
-
Helper class surrounding qualified names.
- XBQualifiedName() - Constructor for class com.objsys.xbinder.runtime.XBQualifiedName
-
- XBSetDuplicateException - Exception in com.objsys.xbinder.runtime
-
Thrown when an element/wildcard repeats in a set group.
- XBSetDuplicateException(String) - Constructor for exception com.objsys.xbinder.runtime.XBSetDuplicateException
-
Create exception with a name that identifies the offending
item.
- XBSimpleType - Class in com.objsys.xbinder.runtime
-
Helper class for dealing with XML simple types.
- XBSimpleType() - Constructor for class com.objsys.xbinder.runtime.XBSimpleType
-
- XBTotalDigitsVioException - Exception in com.objsys.xbinder.runtime
-
XBTotalDigitsVioException is thrown when the totalDigits constraint is
violated.
- XBTotalDigitsVioException(int) - Constructor for exception com.objsys.xbinder.runtime.XBTotalDigitsVioException
-
Creates exception object with standard message:
"value of <value> violates totalDigits constraint."
- XBTotalDigitsVioException(long) - Constructor for exception com.objsys.xbinder.runtime.XBTotalDigitsVioException
-
Creates exception object with standard message:
"value of <value> violates totalDigits constraint."
- XBTotalDigitsVioException(BigDecimal) - Constructor for exception com.objsys.xbinder.runtime.XBTotalDigitsVioException
-
Creates exception object with standard message:
"value of <value> violates totalDigits constraint."
- XBUnexpectedElementException - Exception in com.objsys.xbinder.runtime
-
Exception thrown when an unexpected element is encountered.
- XBUnexpectedElementException(String, String) - Constructor for exception com.objsys.xbinder.runtime.XBUnexpectedElementException
-
Create exception
- XBUtil - Class in com.objsys.xbinder.runtime
-
This class contains some general purpose static utility functions.
- XBUtil() - Constructor for class com.objsys.xbinder.runtime.XBUtil
-
- XBValidationException - Exception in com.objsys.xbinder.runtime
-
All exceptions related to XML Schema validation are subclasses of this class.
- XBValidationException(String) - Constructor for exception com.objsys.xbinder.runtime.XBValidationException
-
- XBValidationException(String, Throwable) - Constructor for exception com.objsys.xbinder.runtime.XBValidationException
-
- XBValidationException(Throwable) - Constructor for exception com.objsys.xbinder.runtime.XBValidationException
-
- XBValidationException() - Constructor for exception com.objsys.xbinder.runtime.XBValidationException
-
- XBValueVioException - Exception in com.objsys.xbinder.runtime
-
XBValueVioException is thrown when a value range constraint is violated.
- XBValueVioException(boolean) - Constructor for exception com.objsys.xbinder.runtime.XBValueVioException
-
Creates exception object with standard message:
"value of <value> violates defined constraint."
- XBValueVioException(int) - Constructor for exception com.objsys.xbinder.runtime.XBValueVioException
-
Creates exception object with standard message:
"value of <value> violates defined constraint."
- XBValueVioException(long) - Constructor for exception com.objsys.xbinder.runtime.XBValueVioException
-
Creates exception object with standard message:
"value of <value> violates defined constraint."
- XBValueVioException(float) - Constructor for exception com.objsys.xbinder.runtime.XBValueVioException
-
Creates exception object with standard message:
"value of <value> violates defined constraint."
- XBValueVioException(double) - Constructor for exception com.objsys.xbinder.runtime.XBValueVioException
-
Creates exception object with standard message:
"value of <value> violates defined constraint."
- XBValueVioException(Object) - Constructor for exception com.objsys.xbinder.runtime.XBValueVioException
-
Creates exception object with standard message:
"value of <value> violates defined constraint."
- XBXmlElementFragmentParser - Interface in com.objsys.xbinder.runtime
-
Interface for providing a service to parse an XML fragment
that is an element and return an XBQName that identifies the element.
- XBXmlElementFragmentParserStax - Class in com.objsys.xbinder.stax
-
- XBXmlElementFragmentParserStax() - Constructor for class com.objsys.xbinder.stax.XBXmlElementFragmentParserStax
-
- XBXmlElementFragmentParserXpp - Class in com.objsys.xbinder.xpp
-
- XBXmlElementFragmentParserXpp() - Constructor for class com.objsys.xbinder.xpp.XBXmlElementFragmentParserXpp
-
- XBXmlEncoder - Class in com.objsys.xbinder.runtime
-
Provides methods for encoding to XML (text).
- XBXmlEncoder(OutputStream) - Constructor for class com.objsys.xbinder.runtime.XBXmlEncoder
-
Create an XBXmlEncoder on top of the given output (byte) stream.
- XBXmlEncoder(OutputStream, String) - Constructor for class com.objsys.xbinder.runtime.XBXmlEncoder
-
Create an XBXmlEncoder on top of the given output (byte) stream.
- XBXmlNamespace - Class in com.objsys.xbinder.runtime
-
This class models the mapping of an XML namespace prefix to a URI.
- XBXmlNamespace(String, String) - Constructor for class com.objsys.xbinder.runtime.XBXmlNamespace
-
The constructor creates a mapping between a namespace URI and
a prefix.
- XBXmlNamespaceContextImpl - Class in com.objsys.xbinder.runtime
-
Represents a mapping between namespaces and prefixes.
- XBXmlNamespaceContextImpl() - Constructor for class com.objsys.xbinder.runtime.XBXmlNamespaceContextImpl
-
- XML_NS_URI - Static variable in class com.objsys.xbinder.runtime.XBConstants
-
- XMLINDENT - Static variable in class com.objsys.xbinder.runtime.XBXmlEncoder
-
- XMLNS_ATTRIBUTE_NS_URI - Static variable in class com.objsys.xbinder.runtime.XBConstants
-
- XMLStreamHelper - Class in com.objsys.xbinder.stax
-
XMLStreamHelper provides helper methods for dealing with XMLStreamReader.
- XMLStreamHelper() - Constructor for class com.objsys.xbinder.stax.XMLStreamHelper
-
- XMLStreamHelper - Class in com.objsys.xbinder.xpp
-
XMLPullHelper provides helper methods for dealing with XmlPullParser.
- XMLStreamHelper() - Constructor for class com.objsys.xbinder.xpp.XMLStreamHelper
-