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

A

add(byte) - Method in class com.objsys.xbinder.runtime.XBByteArray
Add given value to end of buffer.
addNamespace(String, String) - Method in class com.objsys.xbinder.runtime.XBComplexType
Add a namespace that should be declared when an element of this type is encoded.
addPattern(String) - Method in class com.objsys.xbinder.runtime.XBPatternValidator
Add a pattern to the list of patterns that may validate a string.
assertEmptyElement(XMLStreamReader) - Static method in class com.objsys.xbinder.stax.XMLStreamHelper
Throw an exception if the current element contains a child element or character data.
assertEmptyElement(XmlPullParser) - Static method in class com.objsys.xbinder.xpp.XMLStreamHelper
Throw an exception if the current element contains a child element or character data.
assertEvent(XMLStreamReader, int) - Static method in class com.objsys.xbinder.stax.XMLStreamHelper
Check that the current event is of the given type.
assertEvent(XmlPullParser, int) - Static method in class com.objsys.xbinder.xpp.XMLStreamHelper
Check that the current event is of the given type.
assertStartElement(XMLStreamReader, String, String) - Static method in class com.objsys.xbinder.stax.XMLStreamHelper
Check that the current event is a START_ELEMENT for the given element.
assertStartElement(XmlPullParser, String, String) - Static method in class com.objsys.xbinder.xpp.XMLStreamHelper
Check that the current event is a START_ELEMENT for the given element.
assignNamespacePrefixes(XBNamespaceResolver) - Method in class com.objsys.xbinder.runtime.XBAttributeBase
Assign the attribute's namespace a prefix to use during encoding.
assignNamespacePrefixes(XBNamespaceResolver) - Method in class com.objsys.xbinder.runtime.XBAttributeQName
 

B

Base64 - Class in com.objsys.xbinder.runtime
 
Base64.DecoderWriter - Class in com.objsys.xbinder.runtime
A Base64.DecoderWriter will write binary data to a java.io.OutputStream, given in the constructor, while decoding the Base64 characters you write.
Base64.EncoderOutputStream - Class in com.objsys.xbinder.runtime
A Base64.EncoderOutputStream will write character data to a java.io.Writer, given in the constructor, while encoding the bytes you write to Base64 notation.
beginDocumentDecode(XMLStreamReader) - Static method in class com.objsys.xbinder.stax.XMLStreamHelper
Begin document decoding by skipping all input up to the first start element.
beginDocumentDecode(XmlPullParser) - Static method in class com.objsys.xbinder.xpp.XMLStreamHelper
Begin document decoding by skipping all input up to the first start element.

C

checkEmptyElement(XMLStreamReader) - Static method in class com.objsys.xbinder.stax.XMLStreamHelper
This is a placeholder method that's needed for generated C# code, but not for generated Java code.
checkEmptyElement(XmlPullParser) - Static method in class com.objsys.xbinder.xpp.XMLStreamHelper
This is a placeholder method that's needed for generated C# code, but not for generated Java code.
checkWellFormedElementAndContent(String) - Method in class com.objsys.xbinder.runtime.XBXmlEncoder
Parse the given XML fragment to ensure it is well-formed.
clearSchemaLocationAttrs() - Method in class com.objsys.xbinder.runtime.XBContext
Clear the schemaLocation and noNamespaceSchemaLocation attributes.
clone() - Method in class com.objsys.xbinder.runtime.XBByteArray
Return a copy of this object.
close() - Method in class com.objsys.xbinder.runtime.Base64.DecoderWriter
Flushes and closes (I think, in the superclass) the stream.
close() - Method in class com.objsys.xbinder.runtime.Base64.EncoderOutputStream
Flushes and closes (I think, in the superclass) the stream.
close() - Method in class com.objsys.xbinder.runtime.XBXmlEncoder
 
com.objsys.xbinder.runtime - package com.objsys.xbinder.runtime
 
com.objsys.xbinder.stax - package com.objsys.xbinder.stax
 
com.objsys.xbinder.xpp - package com.objsys.xbinder.xpp
 
compareEQ(Duration, Duration) - Static method in class com.objsys.xbinder.runtime.XBDurationHelper
 
compareEQ(XMLGregorianCalendar, XMLGregorianCalendar) - Static method in class com.objsys.xbinder.runtime.XBGCalHelper
 
compareGT(Duration, Duration) - Static method in class com.objsys.xbinder.runtime.XBDurationHelper
 
compareGT(XMLGregorianCalendar, XMLGregorianCalendar) - Static method in class com.objsys.xbinder.runtime.XBGCalHelper
 
compareGTE(Duration, Duration) - Static method in class com.objsys.xbinder.runtime.XBDurationHelper
 
compareGTE(XMLGregorianCalendar, XMLGregorianCalendar) - Static method in class com.objsys.xbinder.runtime.XBGCalHelper
 
compareLT(Duration, Duration) - Static method in class com.objsys.xbinder.runtime.XBDurationHelper
 
compareLT(XMLGregorianCalendar, XMLGregorianCalendar) - Static method in class com.objsys.xbinder.runtime.XBGCalHelper
 
compareLTE(Duration, Duration) - Static method in class com.objsys.xbinder.runtime.XBDurationHelper
 
compareLTE(XMLGregorianCalendar, XMLGregorianCalendar) - Static method in class com.objsys.xbinder.runtime.XBGCalHelper
 
compareNEQ(Duration, Duration) - Static method in class com.objsys.xbinder.runtime.XBDurationHelper
 
compareNEQ(XMLGregorianCalendar, XMLGregorianCalendar) - Static method in class com.objsys.xbinder.runtime.XBGCalHelper
 
compareTo(Object) - Method in class com.objsys.xbinder.runtime.XBByteArray
Compare two XBByteArray objects.

D

DECODE - Static variable in class com.objsys.xbinder.runtime.Base64
Specify decoding.
decode(char[], int, int, XBByteArray) - Static method in class com.objsys.xbinder.runtime.Base64
Very low-level access to decoding characters.
decode(char[], int, int) - Static method in class com.objsys.xbinder.runtime.Base64
Very low-level access to decoding characters.
decode(String, XBByteArray) - Static method in class com.objsys.xbinder.runtime.Base64
Decodes data from Base64 notation
decodeDocument(XMLStreamReader) - Method in interface com.objsys.xbinder.stax.XBDocumentCodec
 
decodeDocument(XmlPullParser) - Method in interface com.objsys.xbinder.xpp.XBDocumentCodec
 
decodeNamespaces(XMLStreamReader, XBComplexType) - Static method in class com.objsys.xbinder.stax.XMLStreamHelper
Decode the namespaces on the current start event into the given object.
decodeNamespaces(XmlPullParser, XBComplexType) - Static method in class com.objsys.xbinder.xpp.XMLStreamHelper
Decode the namespaces on the current start event into the given object.
DecoderWriter(OutputStream) - Constructor for class com.objsys.xbinder.runtime.Base64.DecoderWriter
Constructs a Base64.DecoderWriter.
decodeSchemaLocations(XMLStreamReader, XBContext) - Static method in class com.objsys.xbinder.stax.XMLStreamHelper
Decode the xsi:schemaLocation and xsi:noSchemaLocation attributes into the given XBContext object.
decodeSchemaLocations(XmlPullParser, XBContext) - Static method in class com.objsys.xbinder.xpp.XMLStreamHelper
Decode the xsi:schemaLocation and xsi:noSchemaLocation attributes into the given XBContext object.
decodeXML(String) - Static method in class com.objsys.xbinder.runtime.XBHexBinary
Decode the given hexBinary value into a new XBByteArray.
decodeXML(String, XBByteArray) - Static method in class com.objsys.xbinder.runtime.XBHexBinary
Decode the given hexBinary value into this object's byte array.
DEFAULT_NS_PREFIX - Static variable in class com.objsys.xbinder.runtime.XBConstants
 
Diag - Class in com.objsys.xbinder.runtime
This class is used for printing diagnostic messages for debugging the run-time components.
DONT_BREAK_LINES - Static variable in class com.objsys.xbinder.runtime.Base64
Don't break lines when encoding (violates strict Base64 specification)

E

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
Constructs a Base64.EncoderOutputStream in ENCODE mode.
EncoderOutputStream(Writer, int) - Constructor for class com.objsys.xbinder.runtime.Base64.EncoderOutputStream
Constructs a Base64.EncoderOutputStream in either ENCODE or DECODE mode.
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.

F

flush() - Method in class com.objsys.xbinder.runtime.Base64.DecoderWriter
Method added by PHIL.
flush() - Method in class com.objsys.xbinder.runtime.XBXmlEncoder
 
flushBase64() - Method in class com.objsys.xbinder.runtime.Base64.EncoderOutputStream
Method added by PHIL.
format(double) - Method in class com.objsys.xbinder.runtime.XBDoubleFormat
Returns a valid XML Schema lexical representation of the given double value.
format(float) - Method in class com.objsys.xbinder.runtime.XBDoubleFormat
Returns a valid XML Schema lexical representation of the given float value.
formatBase64BinaryToStream(XBByteArray, Writer) - Static method in class com.objsys.xbinder.runtime.XBSimpleType
 
formatBase64BinaryToString(XBByteArray) - Static method in class com.objsys.xbinder.runtime.XBSimpleType
 
formatDecimal(BigDecimal) - Static method in class com.objsys.xbinder.runtime.XBSimpleType
Format the BigDecimal into a string without leading or trailing zeros.
formatDecimal(BigDecimal, int, int, int, int, boolean, boolean, boolean) - Static method in class com.objsys.xbinder.runtime.XBSimpleType
 

G

get(int) - Method in class com.objsys.xbinder.runtime.XBByteArray
Return value at given index.
getDefaultNamespaceURI() - Method in class com.objsys.xbinder.runtime.XBXmlNamespaceContextImpl
Return the default namespace (the namespace DEFAULT_NS_PREFIX is mapped to).
getExistingPrefix(String) - Method in class com.objsys.xbinder.runtime.XBXmlNamespaceContextImpl
Return a non-empty prefix (not XBConstants.DEFAULT_NS_PREFIX) for the given namespace URI.
getLocalName() - Method in class com.objsys.xbinder.runtime.XBQName
Return the localName.
getName() - Method in class com.objsys.xbinder.runtime.XBAttributeBase
 
getNamespaceUri() - Method in class com.objsys.xbinder.runtime.XBQName
Return the namespace URI.
getNamespaceURI(String) - Method in class com.objsys.xbinder.runtime.XBXmlNamespaceContextImpl
Return the namespace URI that the given prefix is mapped to.
getNoNamespaceSchemaLocation() - Method in class com.objsys.xbinder.runtime.XBContext
Get the value of the noNamespaceSchemaLocation attribute.
getNsUri() - Method in class com.objsys.xbinder.runtime.XBAttributeBase
 
getPrefix() - Method in class com.objsys.xbinder.runtime.XBAttributeBase
 
getPrefix() - Method in class com.objsys.xbinder.runtime.XBQName
Return the prefix.
getPrefix() - Method in class com.objsys.xbinder.runtime.XBXmlNamespace
This method is used to get the prefix value.
getPrefix(String) - Method in class com.objsys.xbinder.runtime.XBXmlNamespaceContextImpl
Return a prefix for the given namespace URI.
getSchemaLocation() - Method in class com.objsys.xbinder.runtime.XBContext
The schemaLocation attribute is a list of anyURI.
getURI() - Method in class com.objsys.xbinder.runtime.XBXmlNamespace
This method is used to get the URI value.
getValue() - Method in class com.objsys.xbinder.runtime.XBAttribute
 
getValue() - Method in class com.objsys.xbinder.runtime.XBAttributeBase
 
getValue() - Method in class com.objsys.xbinder.runtime.XBAttributeQName
 
GZIP - Static variable in class com.objsys.xbinder.runtime.Base64
Specify that data should be gzip-compressed.

H

hexDump(byte[]) - Static method in class com.objsys.xbinder.runtime.Diag
 
hexDump(byte[], int) - Static method in class com.objsys.xbinder.runtime.Diag
 
hexDump(InputStream, PrintStream) - Static method in class com.objsys.xbinder.runtime.Diag
 

I

indent(PrintWriter, int) - Static method in class com.objsys.xbinder.runtime.XBUtil
This method will indent three spaces in the given print stream.
initialize(int) - Method in class com.objsys.xbinder.runtime.XBByteArray
Initialize the buffer so that: capacity is at least as given size is set to given capacity 0..size-1 are initialized
instance() - Static method in class com.objsys.xbinder.runtime.Diag
 
internalArray() - Method in class com.objsys.xbinder.runtime.XBByteArray
Get the internal array.
isDefaultNamespaceURI(String) - Method in class com.objsys.xbinder.runtime.XBXmlNamespaceContextImpl
Return true if the given namespace is currently the default namespace (ie, XBConstants.DEFAULT_NS_PREFIX is mapped to this URI)
isElementNilled(XMLStreamReader) - Static method in class com.objsys.xbinder.stax.XMLStreamHelper
Return true if the current element has a nil attribute set to "true".
isElementNilled(XmlPullParser) - Static method in class com.objsys.xbinder.xpp.XMLStreamHelper
Return true if the current element has a nil attribute set to "true".
isEnabled() - Method in class com.objsys.xbinder.runtime.Diag
 
isEnabled(int) - Method in class com.objsys.xbinder.runtime.Diag
 
isEndContent(XMLStreamReader) - Static method in class com.objsys.xbinder.stax.XMLStreamHelper
Returns TRUE if the reader is at an END_ELEMENT or END_DOCUMENT.
isEndContent(XmlPullParser) - Static method in class com.objsys.xbinder.xpp.XMLStreamHelper
Returns TRUE if the reader is at an END_TAG or END_DOCUMENT.
isNamespaceUriAssigned() - Method in class com.objsys.xbinder.runtime.XBQName
Return true if the namespaceUri has been assigned.
isNilled - Variable in class com.objsys.xbinder.runtime.XBNillableElem
 
isPrefixEqual(String) - Method in class com.objsys.xbinder.runtime.XBXmlNamespace
This method is used to test the given prefix for a match.
isURIEqual(String) - Method in class com.objsys.xbinder.runtime.XBXmlNamespace
This method is used to test the given URI for a match.

L

license - Static variable in class com.objsys.xbinder.runtime.XBUtil
License data.
linearSearch(Object[], Object) - Static method in class com.objsys.xbinder.runtime.XBArrays
This performs a linear search in an array for a matching element.

M

moveToContentElement(XMLStreamReader) - Static method in class com.objsys.xbinder.stax.XMLStreamHelper
This tries to locate the next content element, ie, the next element at the current level.
moveToContentElement(XmlPullParser) - Static method in class com.objsys.xbinder.xpp.XMLStreamHelper
This tries to locate the next content element, ie, the next element at the current level.

N

nameForEvent(int) - Static method in class com.objsys.xbinder.stax.XMLStreamHelper
 
nameForEvent(int) - Static method in class com.objsys.xbinder.xpp.XMLStreamHelper
 
namesMatch(QName, String, String) - Static method in class com.objsys.xbinder.runtime.XBQualifiedName
Returns true if the QName matches the given namespaceURI and localName.
nextTagOrEndDocument(XMLStreamReader) - Static method in class com.objsys.xbinder.stax.XMLStreamHelper
Skip comments, processing instructions, and whitespace until the next START_ELEMENT, END_ELEMENT, or END_DOCUMENT is found.
nextTagOrEndDocument(XmlPullParser) - Static method in class com.objsys.xbinder.xpp.XMLStreamHelper
Skip comments, processing instructions, and whitespace until the next START_ELEMENT, END_ELEMENT, or END_DOCUMENT is found.
NO_OPTIONS - Static variable in class com.objsys.xbinder.runtime.Base64
No options specified.
NULL_NS_URI - Static variable in class com.objsys.xbinder.runtime.XBConstants
 

P

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.

R

readContent(XMLStreamReader) - Static method in class com.objsys.xbinder.stax.XMLStreamHelper
Read content for the current element into a raw XML string.
readContent(XmlPullParser) - Static method in class com.objsys.xbinder.xpp.XMLStreamHelper
Read content for the current element into a raw XML string.
readElementAndContent(XMLStreamReader) - Static method in class com.objsys.xbinder.stax.XMLStreamHelper
Read the current element and all of its content into a String.
readElementAndContent(XmlPullParser) - Static method in class com.objsys.xbinder.xpp.XMLStreamHelper
Read the current element and all of its content into a String.
readXsiType(XMLStreamReader) - Static method in class com.objsys.xbinder.stax.XMLStreamHelper
Return the QName (or null) for the xsi:type attribute.
readXsiType(XmlPullParser) - Static method in class com.objsys.xbinder.xpp.XMLStreamHelper
Return the QName (or null) for the xsi:type attribute.
requireEmptyDefaultNs() - Method in class com.objsys.xbinder.runtime.XBAttributeBase
Returns true if this attribute requires an empty default namespace.
requireEmptyDefaultNs() - Method in class com.objsys.xbinder.runtime.XBAttributeQName
 
reset() - Method in class com.objsys.xbinder.runtime.XBByteArray
Reset size to 0.

S

searchArray(QName[], String, String) - Static method in class com.objsys.xbinder.runtime.XBQualifiedName
Return the index in given names array that matches the given namespaceURI and localName.
setCanonicalXML(boolean) - Method in class com.objsys.xbinder.runtime.XBXmlEncoder
Turn Canonical XML behavior on/off.
setEnabled(boolean) - Method in class com.objsys.xbinder.runtime.Diag
 
setIndent(int) - Method in class com.objsys.xbinder.runtime.XBXmlEncoder
This method sets the number of spaces per indentation.
setInternalArray(byte[], int) - Method in class com.objsys.xbinder.runtime.XBByteArray
Give this object a new array to manage.
setLocalName(String) - Method in class com.objsys.xbinder.runtime.XBQName
Set the localName.
setName(String) - Method in class com.objsys.xbinder.runtime.XBAttributeBase
 
setNamespaces(XBXmlNamespace[]) - Method in class com.objsys.xbinder.runtime.XBXmlEncoder
Set the namespaces that should be encoded in the root element.
setNamespaceUri(String) - Method in class com.objsys.xbinder.runtime.XBQName
The namespace cannot be set to null.
setNoNamespaceSchemaLocation(String) - Method in class com.objsys.xbinder.runtime.XBContext
Set the value for the noNamespaceSchemaLocation property.
setNsUri(String) - Method in class com.objsys.xbinder.runtime.XBAttributeBase
 
setPrefix(String) - Method in class com.objsys.xbinder.runtime.XBAttributeBase
 
setPrefix(String) - Method in class com.objsys.xbinder.runtime.XBQName
The prefix cannot be set to null.
setPrintStream(PrintStream) - Method in class com.objsys.xbinder.runtime.Diag
 
setSchemaLocationFromAttribute(String) - Method in class com.objsys.xbinder.runtime.XBContext
Update the schemaLocation property from the value of the xsi:schemaLocation attribute.
setTraceLevel(int) - Static method in class com.objsys.xbinder.runtime.Diag
 
setTraceLevel2(int) - Method in class com.objsys.xbinder.runtime.Diag
 
setValue(String) - Method in class com.objsys.xbinder.runtime.XBAttribute
 
size() - Method in class com.objsys.xbinder.runtime.XBByteArray
Return the number of valid bytes in the array.
skipToEndElement(XMLStreamReader) - Static method in class com.objsys.xbinder.stax.XMLStreamHelper
Skip all events until an end element is found that closes the start element under which the current event is nested.
skipToEndElement(XmlPullParser) - Static method in class com.objsys.xbinder.xpp.XMLStreamHelper
Skip all events until an end element is found that closes the start element under which the current event is nested.
splitList(String) - Static method in class com.objsys.xbinder.runtime.XBSimpleType
Return the items from an XSD list type in an array.

T

toArray() - Method in class com.objsys.xbinder.runtime.XBByteArray
Return a newly allocated array, holding the data from this object.
toHexString(byte) - Static method in class com.objsys.xbinder.runtime.XBUtil
Convert a byte value to a hex string.
toHexString(byte, StringBuffer) - Static method in class com.objsys.xbinder.runtime.XBUtil
Convert a byte value to a hex string.
toHexString(byte[], int, int) - Static method in class com.objsys.xbinder.runtime.XBUtil
Convert a string of bytes into a hex string.
toString() - Method in class com.objsys.xbinder.runtime.XBByteArray
Provides a hex binary representation of the string.
toString() - Method in class com.objsys.xbinder.runtime.XBQName
 
toString(String, String) - Static method in class com.objsys.xbinder.runtime.XBQualifiedName
Returns a string representation of the given name.

V

validate(String) - Method in class com.objsys.xbinder.runtime.XBPatternValidator
Checks text against each pattern that was given to the host object.

W

W3C_XML_SCHEMA_INSTANCE_NS_URI - Static variable in class com.objsys.xbinder.runtime.XBConstants
 
whitespaceCollapse(String) - Static method in class com.objsys.xbinder.runtime.XBSimpleType
Apply the whitespace="collapse" facet.
whitespaceReplace(String) - Static method in class com.objsys.xbinder.runtime.XBSimpleType
Apply the whitespace="replace" facet.
write(char) - Method in class com.objsys.xbinder.runtime.Base64.DecoderWriter
Writes the char to the output stream after converting from Base64 notation.
write(char[], int, int) - Method in class com.objsys.xbinder.runtime.Base64.DecoderWriter
Calls Base64.DecoderWriter.write(char) repeatedly until len chars are written.
write(int) - Method in class com.objsys.xbinder.runtime.Base64.EncoderOutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class com.objsys.xbinder.runtime.Base64.EncoderOutputStream
Calls Base64.EncoderOutputStream.write(int) repeatedly until len bytes are written.
write(int) - Method in class com.objsys.xbinder.runtime.XBXmlEncoder
 
write(String, int, int) - Method in class com.objsys.xbinder.runtime.XBXmlEncoder
 
write(char[], int, int) - Method in class com.objsys.xbinder.runtime.XBXmlEncoder
 
writeToStream(OutputStream) - Method in class com.objsys.xbinder.runtime.XBByteArray
Write the data of this array to the given stream.

X

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
 
A B C D E F G H I L M N P R S T V W X 
Skip navigation links