Index

A B C D E F G H I J K L M N O P Q R S T U V W X _ 
All Classes|All Packages

A

abort() - Method in class org.apache.xmlbeans.impl.store.Cur.CurLoadContext
 
abort() - Method in class org.apache.xmlbeans.impl.store.Locale.LoadContext
 
AbstractDocumentFactory<T> - Class in org.apache.xmlbeans.impl.schema
 
AbstractDocumentFactory(SchemaTypeSystem, String) - Constructor for class org.apache.xmlbeans.impl.schema.AbstractDocumentFactory
 
accept(XMLEvent) - Method in interface org.apache.xmlbeans.xml.stream.ElementFilter
tests whether this event is part of this stream
acceptedNames() - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
acceptedNames() - Method in interface org.apache.xmlbeans.SchemaProperty
For element properties the set of names that are accepted for this property if this element is the head of a substitution group.
acceptedStartNames() - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
acceptedStartNames() - Method in interface org.apache.xmlbeans.SchemaParticle
Returns the QNameSet of element names that can be accepted at the beginning of this particle.
acquire() - Static method in class org.apache.xmlbeans.impl.common.GlobalLock
 
acquire() - Method in class org.apache.xmlbeans.impl.common.Mutex
Acquire the mutex.
add(int, Object) - Method in class org.apache.xmlbeans.XmlSimpleList
Unsupported because this list is immutable.
add(int, T) - Method in class org.apache.xmlbeans.impl.values.JavaListObject
 
add(int, T) - Method in class org.apache.xmlbeans.impl.values.JavaListXmlObject
 
add(Object) - Method in class org.apache.xmlbeans.XmlSimpleList
Unsupported because this list is immutable.
add(String) - Method in class org.apache.xmlbeans.impl.config.NameSetBuilder
Adds a name to the representing NameSet
add(QName) - Method in class org.apache.xmlbeans.QNameSetBuilder
Adds a single QName to this QNameSetBuilder.
add(GDurationSpecification) - Method in class org.apache.xmlbeans.GDate
Adds a duration to this GDate, and returns a new GDate.
add(GDurationSpecification) - Method in class org.apache.xmlbeans.GDuration
Returns a new GDuration which is the sum of this one and the supplied duration.
add(XmlError) - Method in class org.apache.xmlbeans.impl.common.XmlErrorPrinter
 
add(XmlError) - Method in class org.apache.xmlbeans.impl.common.XmlErrorWatcher
 
add(XmlError) - Method in class org.apache.xmlbeans.impl.tool.XMLBean.ErrorLogger
 
ADD - org.apache.xmlbeans.XmlOptions.BeanMethod
 
add_attribute_user(QName) - Method in interface org.apache.xmlbeans.impl.values.TypeStore
Adds an attribute with the given name and returns a TypeStoreUser underneath it.
add_element_user(QName) - Method in interface org.apache.xmlbeans.impl.values.TypeStore
Adds a new element at the last position adjacent to existing elements of the same name.
ADD_NEW - org.apache.xmlbeans.XmlOptions.BeanMethod
 
addAll(int, Collection) - Method in class org.apache.xmlbeans.XmlSimpleList
Unsupported because this list is immutable.
addAll(Collection) - Method in class org.apache.xmlbeans.XmlSimpleList
Unsupported because this list is immutable.
addAll(QNameSetSpecification) - Method in class org.apache.xmlbeans.QNameSetBuilder
Adds the contents of another QNameSet to this QNameSetBuilder.
addAllDefinitions(StscImporter.SchemaToProcess[]) - Static method in class org.apache.xmlbeans.impl.schema.StscTranslator
 
addAllEnumerationsFrom(Type) - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
addAttachmentPart(AttachmentPart) - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
Adds the given AttachmentPart object to this SOAPMessage object.
addAttribute(Attribute) - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
addAttribute(Name, String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
Adds an attribute with the specified name and value to this SOAPElement object.
addAttribute(SchemaLocalAttribute) - Method in class org.apache.xmlbeans.impl.schema.SchemaAttributeModelImpl
 
addBody() - Method in interface org.apache.xmlbeans.impl.soap.SOAPEnvelope
Creates a SOAPBody object and sets it as the SOAPBody object for this SOAPEnvelope object.
addBodyElement(Name) - Method in interface org.apache.xmlbeans.impl.soap.SOAPBody
Creates a new SOAPBodyElement object with the specified name and adds it to this SOAPBody object.
addChildElement(String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
Creates a new SOAPElement object initialized with the given String object and adds the new element to this SOAPElement object.
addChildElement(String, String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
Creates a new SOAPElement object initialized with the specified local name and prefix and adds the new element to this SOAPElement object.
addChildElement(String, String, String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
Creates a new SOAPElement object initialized with the specified local name, prefix, and URI and adds the new element to this SOAPElement object.
addChildElement(Name) - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
Creates a new SOAPElement object initialized with the given Name object and adds the new element to this SOAPElement object.
addChildElement(SOAPElement) - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
Add a SOAPElement as a child of this SOAPElement instance.
addDetail() - Method in interface org.apache.xmlbeans.impl.soap.SOAPFault
Creates a Detail object and sets it as the Detail object for this SOAPFault object.
addDetailEntry(Name) - Method in interface org.apache.xmlbeans.impl.soap.Detail
Creates a new DetailEntry object with the given name and adds it to this Detail object.
addDocument(Document) - Method in interface org.apache.xmlbeans.impl.soap.SOAPBody
Adds the root node of the DOM Document to this SOAPBody object.
addDuration(int, int, int, int, int, int, int, BigDecimal) - Method in class org.apache.xmlbeans.GDateBuilder
Adds a given duration to the date/time.
addElement(Element) - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
addEnumerationValue(String, XmlCursor) - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
addError(Collection<XmlError>, String, int, XmlObject) - Static method in class org.apache.xmlbeans.impl.schema.StscState
 
addError(Collection<XmlError>, String, Object[], File) - Static method in class org.apache.xmlbeans.impl.schema.StscState
 
addError(Collection<XmlError>, String, Object[], URL) - Static method in class org.apache.xmlbeans.impl.schema.StscState
 
addError(Collection<XmlError>, String, Object[], XmlObject) - Static method in class org.apache.xmlbeans.impl.schema.StscState
 
addFault() - Method in interface org.apache.xmlbeans.impl.soap.SOAPBody
Creates a new SOAPFault object and adds it to this SOAPBody object.
addFault(Name, String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPBody
Creates a new SOAPFault object and adds it to this SOAPBody object.
addFault(Name, String, Locale) - Method in interface org.apache.xmlbeans.impl.soap.SOAPBody
Creates a new SOAPFault object and adds it to this SOAPBody object.
addFileset(FileSet) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
addGDuration(GDurationSpecification) - Method in class org.apache.xmlbeans.GDateBuilder
Adds a given duration to the date/time.
addGDuration(GDurationSpecification) - Method in class org.apache.xmlbeans.GDurationBuilder
Adds to this duration.
addGlobalAttribute(Attribute) - Method in class org.apache.xmlbeans.impl.inst2xsd.util.TypeSystemHolder
 
addGlobalElement(Element) - Method in class org.apache.xmlbeans.impl.inst2xsd.util.TypeSystemHolder
 
addGlobalElement(Element, TypeSystemHolder, Inst2XsdOptions) - Method in class org.apache.xmlbeans.impl.inst2xsd.RussianDollStrategy
 
addGlobalType(Type) - Method in class org.apache.xmlbeans.impl.inst2xsd.util.TypeSystemHolder
 
addHeader() - Method in interface org.apache.xmlbeans.impl.soap.SOAPEnvelope
Creates a SOAPHeader object and sets it as the SOAPHeader object for this SOAPEnvelope object.
addHeader(String, String) - Method in class org.apache.xmlbeans.impl.soap.MimeHeaders
Adds a MimeHeader object with the specified name and value to this MimeHeaders object's list of headers.
addHeaderElement(Name) - Method in interface org.apache.xmlbeans.impl.soap.SOAPHeader
Creates a new SOAPHeaderElement object initialized with the specified name and adds it to this SOAPHeader object.
addIdAttr(String, String) - Method in class org.apache.xmlbeans.impl.store.Locale.LoadContext
 
addInfo(Collection<XmlError>, String) - Static method in class org.apache.xmlbeans.impl.schema.StscState
 
addInfo(Collection<XmlError>, String, Object[]) - Static method in class org.apache.xmlbeans.impl.schema.StscState
 
addIvMessages(Collection<XmlError>) - Method in class org.apache.xmlbeans.impl.tool.XSTCTester.TestCaseResult
 
addMapping(char, int) - Method in class org.apache.xmlbeans.XmlOptionCharEscapeMap
set up this character to be escaped in output documents according to the given mode
addMappings(char, char, int) - Method in class org.apache.xmlbeans.XmlOptionCharEscapeMap
set up this contiguous set of characters to be escaped in output documents according to the given mode
addMimeHeader(String, String) - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
Adds a MIME header with the specified name and value to this AttachmentPart object.
addMimeHeader(String, String) - Method in class org.apache.xmlbeans.impl.soap.SOAPPart
Creates a MimeHeader object with the specified name and value and adds it to this SOAPPart object.
addNamespace(String) - Method in class org.apache.xmlbeans.QNameSetBuilder
Adds an entire namespace URI of QNames to this QNameSetBuilder.
addNamespaceDeclaration(String, String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
Adds a namespace declaration with the specified prefix and URI to this SOAPElement object.
addSchemaDigest(byte[]) - Method in class org.apache.xmlbeans.impl.schema.StscState
Accumulates a schema digest...
addSourceUri(String, String) - Method in class org.apache.xmlbeans.impl.schema.StscState
Notes another URI that has been consumed during compilation (this is the URI that is in the document .NAME property)
addSubstitutionGroupMember(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaGlobalElementImpl
 
addSubstitutionGroupMember(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
addSvMessages(Collection<XmlError>) - Method in class org.apache.xmlbeans.impl.tool.XSTCTester.TestCaseResult
 
addTextNode(String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
Creates a new Text object initialized with the given String and adds it to this SOAPElement object.
addToSelection() - Method in class org.apache.xmlbeans.impl.store.Cur
 
addToSelection() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
addToSelection() - Method in interface org.apache.xmlbeans.XmlCursor
Appends the current location of the cursor to the selection.
addToSelection(Cur) - Method in class org.apache.xmlbeans.impl.store.Cur
 
addToTypeLoaderCache(SchemaTypeLoader, ClassLoader) - Method in class org.apache.xmlbeans.impl.common.SystemCache
 
addWarning(Collection<XmlError>, String, int, XmlObject) - Static method in class org.apache.xmlbeans.impl.schema.StscState
 
addWarning(Collection<XmlError>, String, Object[], XmlObject) - Static method in class org.apache.xmlbeans.impl.schema.StscState
 
ALL - Static variable in class org.apache.xmlbeans.QNameSet
The QNameSet containing all QNames.
ALL - Static variable in interface org.apache.xmlbeans.SchemaParticle
An xs:all group.
ALL_GROUP_LIMITED - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ALL_GROUP_LIMITED$CHILD_PARTICLES_MAX_LTE_1 - Static variable in class org.apache.xmlbeans.XmlErrorCodes
cos-all-limited.2: See clause 2 of XMLSchema Structures 1.0: All Group Limited
ALL_GROUP_LIMITED$IN_COMPLEX_TYPE_DEF_PARTICLE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
cos-all-limited.1.2b: See clause 1.2 of XMLSchema Structures 1.0: All Group Limited
ALL_GROUP_LIMITED$IN_MIN_MAX_1_PARTICLE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
cos-all-limited.1.2a: See clause 1.2 of XMLSchema Structures 1.0: All Group Limited
allowPartial() - Method in class org.apache.xmlbeans.impl.schema.StscState
True if a partial SchemaTypeSystem should be produced
ANNO_PROPERTIES - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ANNOTATION - Static variable in interface org.apache.xmlbeans.SchemaComponent
An annotation.
annotations() - Method in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
annotations() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
annotations() - Method in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
 
annotations() - Method in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
annotations() - Method in interface org.apache.xmlbeans.SchemaTypeSystem
Returns the top-level annotations
ANYURI - Static variable in class org.apache.xmlbeans.XmlErrorCodes
append(DomImpl.Dom, DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
args() - Method in class org.apache.xmlbeans.impl.tool.CommandLine
 
array_setter(XmlObject[], QName) - Method in interface org.apache.xmlbeans.impl.values.TypeStore
Copies the contents of the given array of XmlObject (including attributes, elements, mixed content), over all the elements of the given name under the current typestore.
ARRAY_TYPE - Static variable in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
 
arraySetterHelper(boolean[], QName) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(boolean[], QName, QNameSet) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(byte[][], QName) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(byte[][], QName, QNameSet) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(byte[], QName) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(byte[], QName, QNameSet) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(double[], QName) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(double[], QName, QNameSet) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(float[], QName) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(float[], QName, QNameSet) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(int[], QName) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(int[], QName, QNameSet) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(int, QName) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(int, QName, QNameSet) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(long[], QName) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(long[], QName, QNameSet) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(short[], QName) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(short[], QName, QNameSet) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(String[], QName) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(String[], QName, QNameSet) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(BigDecimal[], QName) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(BigDecimal[], QName, QNameSet) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(BigInteger[], QName) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(BigInteger[], QName, QNameSet) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(Calendar[], QName) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(Calendar[], QName, QNameSet) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(Date[], QName) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(Date[], QName, QNameSet) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(List<?>[], QName) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(List<?>[], QName, QNameSet) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(QName[], QName) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(QName[], QName, QNameSet) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(GDate[], QName) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(GDate[], QName, QNameSet) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(GDuration[], QName) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(GDuration[], QName, QNameSet) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(StringEnumAbstractBase[], QName) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(StringEnumAbstractBase[], QName, QNameSet) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(XmlObject[], QName) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
arraySetterHelper(XmlObject[], QName, QNameSet) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
ASSESS_ATTR_SCHEMA_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ASSESS_ATTR_SCHEMA_VALID$NOT_RESOLVED - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ASSESS_ELEM_SCHEMA_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ASSESS_ELEM_SCHEMA_VALID$NOT_RESOLVED - Static variable in class org.apache.xmlbeans.XmlErrorCodes
cvc-assess-elt.1.1.1.3.2: See clause 1.1.1.3.2 of XMLSchema Structures 1.0: Schema-Validity Assessment (Element)
associateSourceName(Cur, XmlOptions) - Static method in class org.apache.xmlbeans.impl.store.Locale
 
atLeast(int, int, int) - Method in class org.apache.xmlbeans.impl.tool.XsbDumper
 
atMost(int, int, int) - Method in class org.apache.xmlbeans.impl.tool.XsbDumper
 
ATOMIC - Static variable in interface org.apache.xmlbeans.SchemaType
Atomic type.
attach_store(TypeStore) - Method in interface org.apache.xmlbeans.impl.values.TypeStoreUser
Called to attach to the given textStore.
attach_store(TypeStore) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Called to initialize the TypeStore associated with this XmlObject implementation.
AttachmentPart - Class in org.apache.xmlbeans.impl.soap
A single attachment to a SOAPMessage object.
AttachmentPart() - Constructor for class org.apache.xmlbeans.impl.soap.AttachmentPart
Create a new AttachmentPart.
attr(String, String, String, String) - Method in class org.apache.xmlbeans.impl.store.Cur.CurLoadContext
 
attr(String, String, String, String) - Method in class org.apache.xmlbeans.impl.store.Locale.LoadContext
 
attr(QName) - Method in class org.apache.xmlbeans.impl.xpath.XPathExecutionContext
 
attr(QName, String) - Method in class org.apache.xmlbeans.impl.store.Cur.CurLoadContext
 
attr(QName, String) - Method in class org.apache.xmlbeans.impl.store.Locale.LoadContext
 
attr(ValidatorListener.Event, QName, SchemaType, String) - Method in class org.apache.xmlbeans.impl.common.IdentityConstraint
 
ATTR - Static variable in interface org.apache.xmlbeans.impl.common.ValidatorListener
 
ATTR - Static variable in class org.apache.xmlbeans.XmlCursor.TokenType
The singleton attribute token type
ATTR_COMPATIBILITY_TARGETNS - Static variable in class org.apache.xmlbeans.XmlErrorCodes
attr_getOwnerElement(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
ATTR_GROUP_PROPERTIES - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ATTR_GROUP_PROPERTIES$2 - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ATTR_GROUP_PROPERTIES$TWO_IDS - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ATTR_LOCALLY_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ATTR_LOCALLY_VALID$FIXED - Static variable in class org.apache.xmlbeans.XmlErrorCodes
cvc-attribute.4: See clause 4 of XMLSchema Structures 1.0: Attribute Locally Valid
ATTR_LOCALLY_VALID$NO_TYPE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
cvc-attribute.1: See clause 1 of XMLSchema Structures 1.0: Attribute Locally Valid
ATTR_NOTATION_TYPE_FORBIDDEN - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ATTR_PROPERTIES - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ATTR_PROPERTIES$CONSTRAINT_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
a-props-correct.2: See clause 2 of XMLSchema Spec: Attribute Declaration Properties
ATTR_PROPERTIES$ID_FIXED_OR_DEFAULT - Static variable in class org.apache.xmlbeans.XmlErrorCodes
a-props-correct.3: See clause 3 of XMLSchema Spec: Attribute Declaration Properties
ATTR_USE_LOCALLY_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ATTR_USE_PROPERTIES - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ATTR_WILDCARD_INTERSECT - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ATTR_WILDCARD_UNION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
Attribute - Class in org.apache.xmlbeans.impl.inst2xsd.util
 
Attribute - Interface in org.apache.xmlbeans.xml.stream
An interface that contains information about an attribute
Attribute() - Constructor for class org.apache.xmlbeans.impl.inst2xsd.util.Attribute
 
ATTRIBUTE - Static variable in interface org.apache.xmlbeans.SchemaComponent
An attribute definition.
ATTRIBUTE_GROUP - Static variable in interface org.apache.xmlbeans.SchemaComponent
An attribute group definition.
ATTRIBUTE_GROUP_MISSING_NAME - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
ATTRIBUTE_GROUP_MISSING_REF - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
ATTRIBUTE_TYPE_INVALID - Static variable in class org.apache.xmlbeans.XmlValidationError
 
attributeGroups() - Method in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
Returns the attribute groups defined in this loader.
attributeGroups() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
attributeGroups() - Method in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
 
attributeGroups() - Method in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
Returns the attribute groups defined in this loader.
attributeGroups() - Method in interface org.apache.xmlbeans.SchemaTypeSystem
Returns the attribute groups defined in this loader.
AttributeIterator - Interface in org.apache.xmlbeans.xml.stream
This interface specifies methods for iterating over attributes.
attributes_getLength(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
attributes_getNamedItem(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
attributes_getNamedItemNS(DomImpl.Dom, String, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
attributes_item(DomImpl.Dom, int) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
attributes_removeNamedItem(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
attributes_removeNamedItemNS(DomImpl.Dom, String, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
attributes_setNamedItem(DomImpl.Dom, DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
attributes_setNamedItemNS(DomImpl.Dom, DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
attributeTypes() - Method in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
Returns the attribute types defined in this loader.
attributeTypes() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
attributeTypes() - Method in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
 
attributeTypes() - Method in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
Returns the attribute types defined in this loader.
attributeTypes() - Method in interface org.apache.xmlbeans.SchemaTypeSystem
Returns the attribute types defined in this loader.
ATTRS - Static variable in class org.apache.xmlbeans.impl.xpath.XPathExecutionContext
 
ATTTRIBUTE_VALIDATION_COMPAT_MODE - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
autoTypeDocument(Cur, SchemaType, XmlOptions) - Static method in class org.apache.xmlbeans.impl.store.Locale
 
available() - Method in class org.apache.xmlbeans.impl.common.PushedInputStream
 
AYAH - Static variable in class org.apache.xmlbeans.impl.common.NameUtil
 

B

BAD_HANDLE - Static variable in exception org.apache.xmlbeans.SchemaTypeLoaderException
 
BAD_PARTICLE_TYPE - Static variable in exception org.apache.xmlbeans.SchemaTypeLoaderException
 
BASE_URI - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
BASE64BINARY - Static variable in class org.apache.xmlbeans.XmlErrorCodes
BaseSchemaResourceManager - Class in org.apache.xmlbeans.impl.tool
 
BaseSchemaResourceManager() - Constructor for class org.apache.xmlbeans.impl.tool.BaseSchemaResourceManager
 
BEGIN - Static variable in interface org.apache.xmlbeans.impl.common.ValidatorListener
 
beginElement(String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
beginElement(String) - Method in interface org.apache.xmlbeans.XmlCursor
Inserts a new element around this cursor, giving the element the specified local name.
beginElement(String, String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
beginElement(String, String) - Method in interface org.apache.xmlbeans.XmlCursor
Inserts a new element around this cursor, giving the element the specified local name and associating it with the specified namespace.
beginElement(QName) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
beginElement(QName) - Method in interface org.apache.xmlbeans.XmlCursor
Inserts a new element around this cursor, giving the element the specified qualified name.
BindingConfig - Class in org.apache.xmlbeans
The BindingConfig class is used during compilation to control the generation of java source files.
BindingConfig() - Constructor for class org.apache.xmlbeans.BindingConfig
 
BindingConfigImpl - Class in org.apache.xmlbeans.impl.config
An implementation of BindingConfig
blockExtension() - Method in class org.apache.xmlbeans.impl.schema.SchemaLocalElementImpl
 
blockExtension() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
blockExtension() - Method in interface org.apache.xmlbeans.SchemaLocalElement
True if extension is blocked.
blockExtension() - Method in interface org.apache.xmlbeans.SchemaType
True if extensions of this type cannot be substituted for this type
blockRestriction() - Method in class org.apache.xmlbeans.impl.schema.SchemaLocalElementImpl
 
blockRestriction() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
blockRestriction() - Method in interface org.apache.xmlbeans.SchemaLocalElement
True if restriction is blocked.
blockRestriction() - Method in interface org.apache.xmlbeans.SchemaType
True if restrictions of this type cannot be substituted for this type
blockSubstitution() - Method in class org.apache.xmlbeans.impl.schema.SchemaLocalElementImpl
 
blockSubstitution() - Method in interface org.apache.xmlbeans.SchemaLocalElement
True if element substitution is blocked.
BMPattern - Class in org.apache.xmlbeans.impl.regex
Boyer-Moore searcher.
BMPattern(String, boolean) - Constructor for class org.apache.xmlbeans.impl.regex.BMPattern
 
BMPattern(String, int, boolean) - Constructor for class org.apache.xmlbeans.impl.regex.BMPattern
 
bookmark(XmlCursor.XmlBookmark) - Method in class org.apache.xmlbeans.impl.store.Cur.CurLoadContext
 
bookmark(XmlCursor.XmlBookmark) - Method in class org.apache.xmlbeans.impl.store.Locale.LoadContext
 
bookmarkLastAttr(QName, XmlCursor.XmlBookmark) - Method in class org.apache.xmlbeans.impl.store.Cur.CurLoadContext
 
bookmarkLastAttr(QName, XmlCursor.XmlBookmark) - Method in class org.apache.xmlbeans.impl.store.Locale.LoadContext
 
bookmarkLastAttr(QName, XmlCursor.XmlBookmark) - Method in interface org.apache.xmlbeans.XmlSaxHandler
Insert a bookmark before the attr token associated with the last SAX element event.
bookmarkLastEvent(XmlCursor.XmlBookmark) - Method in interface org.apache.xmlbeans.XmlSaxHandler
Insert a bookmark before the token associated with the last SAX event.
bookmarkLastNonAttr(XmlCursor.XmlBookmark) - Method in class org.apache.xmlbeans.impl.store.Cur.CurLoadContext
 
bookmarkLastNonAttr(XmlCursor.XmlBookmark) - Method in class org.apache.xmlbeans.impl.store.Locale.LoadContext
 
BOOLEAN - Static variable in class org.apache.xmlbeans.XmlErrorCodes
BTC_ANY_ATOMIC - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
BTC_ANY_SIMPLE - Static variable in interface org.apache.xmlbeans.SchemaType
xs:anySimpleType, aka XmlAnySimpleType.type
BTC_ANY_TYPE - Static variable in interface org.apache.xmlbeans.SchemaType
xs:anyType, aka XmlObject.type
BTC_ANY_URI - Static variable in interface org.apache.xmlbeans.SchemaType
xs:anyURI, aka XmlAnyURI.type
BTC_BASE_64_BINARY - Static variable in interface org.apache.xmlbeans.SchemaType
xs:base64Binary, aka XmlBase64Binary.type
BTC_BOOLEAN - Static variable in interface org.apache.xmlbeans.SchemaType
xs:boolean, aka XmlBoolean.type
BTC_BYTE - Static variable in interface org.apache.xmlbeans.SchemaType
xs:byte, aka XmlByte.type
BTC_DATE - Static variable in interface org.apache.xmlbeans.SchemaType
xs:date, aka XmlDate.type
BTC_DATE_TIME - Static variable in interface org.apache.xmlbeans.SchemaType
xs:dateTime, aka XmlDateTime.type
BTC_DAY_TIME_DURATION - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
BTC_DECIMAL - Static variable in interface org.apache.xmlbeans.SchemaType
xs:decimal, aka XmlDecimal.type
BTC_DOUBLE - Static variable in interface org.apache.xmlbeans.SchemaType
xs:double, aka XmlDouble.type
BTC_DURATION - Static variable in interface org.apache.xmlbeans.SchemaType
xs:duration, aka XmlDuration.type
BTC_ENTITIES - Static variable in interface org.apache.xmlbeans.SchemaType
xs:ENTITIES, aka XmlENTITIES.type
BTC_ENTITY - Static variable in interface org.apache.xmlbeans.SchemaType
xs:ENTITY, aka XmlENTITY.type
BTC_FIRST_PRIMITIVE - Static variable in interface org.apache.xmlbeans.SchemaType
The primitive types have codes between BTC_FIRST_PRIMITIVE and BTC_LAST_PRIMITIVE inclusive
BTC_FIRST_XQUERY - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
BTC_FLOAT - Static variable in interface org.apache.xmlbeans.SchemaType
xs:float, aka XmlFloat.type
BTC_G_DAY - Static variable in interface org.apache.xmlbeans.SchemaType
xs:gDay, aka XmlGDay.type
BTC_G_MONTH - Static variable in interface org.apache.xmlbeans.SchemaType
xs:gMonth, aka XmlGMonth.type
BTC_G_MONTH_DAY - Static variable in interface org.apache.xmlbeans.SchemaType
xs:gMonthDay, aka XmlGMonthDay.type
BTC_G_YEAR - Static variable in interface org.apache.xmlbeans.SchemaType
xs:gYear, aka XmlGYear.type
BTC_G_YEAR_MONTH - Static variable in interface org.apache.xmlbeans.SchemaType
xs:gYearMonth, aka XmlGYearMonth.type
BTC_HEX_BINARY - Static variable in interface org.apache.xmlbeans.SchemaType
xs:hexBinary, aka XmlBase64Binary.type
BTC_ID - Static variable in interface org.apache.xmlbeans.SchemaType
xs:ID, aka XmlID.type
BTC_IDREF - Static variable in interface org.apache.xmlbeans.SchemaType
xs:IDREF, aka XmlIDREF.type
BTC_IDREFS - Static variable in interface org.apache.xmlbeans.SchemaType
xs:IDREFS, aka XmlIDREFS.type
BTC_INT - Static variable in interface org.apache.xmlbeans.SchemaType
xs:int, aka XmlInt.type
BTC_INTEGER - Static variable in interface org.apache.xmlbeans.SchemaType
xs:integer, aka XmlInteger.type
BTC_LANGUAGE - Static variable in interface org.apache.xmlbeans.SchemaType
xs:language, aka XmlLanguage.type
BTC_LAST_BUILTIN - Static variable in interface org.apache.xmlbeans.SchemaType
 
BTC_LAST_PRIMITIVE - Static variable in interface org.apache.xmlbeans.SchemaType
The primitive types have codes between BTC_FIRST_PRIMITIVE and BTC_LAST_PRIMITIVE inclusive
BTC_LAST_XQUERY - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
BTC_LONG - Static variable in interface org.apache.xmlbeans.SchemaType
xs:long, aka XmlLong.type
BTC_NAME - Static variable in interface org.apache.xmlbeans.SchemaType
xs:Name, aka XmlName.type
BTC_NCNAME - Static variable in interface org.apache.xmlbeans.SchemaType
xs:NCName, aka XmlNCName.type
BTC_NEGATIVE_INTEGER - Static variable in interface org.apache.xmlbeans.SchemaType
xs:NegativeInteger, aka XmlNegativeInteger.type
BTC_NMTOKEN - Static variable in interface org.apache.xmlbeans.SchemaType
xs:NMTOKEN, aka XmlNMTOKEN.type
BTC_NMTOKENS - Static variable in interface org.apache.xmlbeans.SchemaType
xs:NMTOKENS, aka XmlNMTOKENS.type
BTC_NON_NEGATIVE_INTEGER - Static variable in interface org.apache.xmlbeans.SchemaType
xs:nonNegativeInteger, aka XmlNonNegativeInteger.type
BTC_NON_POSITIVE_INTEGER - Static variable in interface org.apache.xmlbeans.SchemaType
xs:nonPositiveInteger, aka XmlNonPositiveInteger.type
BTC_NORMALIZED_STRING - Static variable in interface org.apache.xmlbeans.SchemaType
xs:normalizedString, aka XmlNormalizedString.type
BTC_NOT_BUILTIN - Static variable in interface org.apache.xmlbeans.SchemaType
Not a builtin type
BTC_NOTATION - Static variable in interface org.apache.xmlbeans.SchemaType
xs:NOTATION, aka XmlNOTATION.type
BTC_POSITIVE_INTEGER - Static variable in interface org.apache.xmlbeans.SchemaType
xs:positiveInteger, aka XmlPositiveInteger.type
BTC_QNAME - Static variable in interface org.apache.xmlbeans.SchemaType
xs:QName, aka XmlQName.type
BTC_SHORT - Static variable in interface org.apache.xmlbeans.SchemaType
xs:short, aka XmlShort.type
BTC_STRING - Static variable in interface org.apache.xmlbeans.SchemaType
xs:string, aka XmlString.type
BTC_TIME - Static variable in interface org.apache.xmlbeans.SchemaType
xs:time, aka XmlTime.type
BTC_TOKEN - Static variable in interface org.apache.xmlbeans.SchemaType
xs:token, aka XmlToken.type
BTC_UNSIGNED_BYTE - Static variable in interface org.apache.xmlbeans.SchemaType
xs:unsignedByte, aka XmlUnsignedByte.type
BTC_UNSIGNED_INT - Static variable in interface org.apache.xmlbeans.SchemaType
xs:unsignedInt, aka XmlUnsignedInt.type
BTC_UNSIGNED_LONG - Static variable in interface org.apache.xmlbeans.SchemaType
xs:unsignedLong, aka XmlUnsignedLong.type
BTC_UNSIGNED_SHORT - Static variable in interface org.apache.xmlbeans.SchemaType
xs:unsignedShort, aka XmlUnsignedShort.type
BTC_YEAR_MONTH_DURATION - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
buf - Variable in class org.apache.xmlbeans.impl.common.PushedInputStream
 
build(SchemaTypeLoader[], ResourceLoader, ClassLoader) - Static method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderImpl
 
build(SchemaTypeLoader[], ResourceLoader, ClassLoader, String) - Static method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderImpl
Initialize a SchemaTypeLoader via the given loaders and paths
build_nil() - Method in interface org.apache.xmlbeans.impl.values.TypeStoreUser
A store will call back on build_nil after you've called invalidate_nil and it needs to know what the nil value is.
build_nil() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
A store will call back on build_nil after we've called invalidate_nil and it needs to know what the nil value is.
build_text(NamespaceManager) - Method in interface org.apache.xmlbeans.impl.values.TypeStoreUser
A store will call back on build_text when it knows its own text is invalid and needs to fill it in.
build_text(NamespaceManager) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Called by a TypeStore to pull out the most reasonable text value from us.
buildPaths() - Method in class org.apache.xmlbeans.impl.schema.SchemaIdentityConstraintImpl
 
BuiltinSchemaTypeSystem - Class in org.apache.xmlbeans.impl.schema
 
bytesToString(byte[]) - Static method in class org.apache.xmlbeans.impl.util.HexBin
Converts bytes to a hex string

C

call(SOAPMessage, Object) - Method in class org.apache.xmlbeans.impl.soap.SOAPConnection
Sends the given message to the specified endpoint and blocks until it has returned the response.
CANNOT_DERIVE_FINAL - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
CANNOT_EXTEND_ALL - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
CANNOT_FIND_RESOURCE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
CANNOT_LOAD_FILE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
canonicalString() - Method in class org.apache.xmlbeans.GDate
The canonical string representation.
canonicalString() - Method in class org.apache.xmlbeans.GDateBuilder
The canonical string representation.
canonicalString() - Method in interface org.apache.xmlbeans.GDateSpecification
The canonical string representation.
canStartWithElement(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
canStartWithElement(QName) - Method in interface org.apache.xmlbeans.SchemaParticle
True if this particle can start with the given element (taking into account the structure of all child particles of course).
CC_KEY - Static variable in interface org.apache.xmlbeans.SchemaIdentityConstraint
A xs:key constraint.
CC_KEYREF - Static variable in interface org.apache.xmlbeans.SchemaIdentityConstraint
A xs:keyRef constraint.
CC_UNIQUE - Static variable in interface org.apache.xmlbeans.SchemaIdentityConstraint
A xs:unique constraint.
cchLeft() - Method in class org.apache.xmlbeans.impl.store.Cur
 
cchRight() - Method in class org.apache.xmlbeans.impl.store.Cur
 
CDATA_BOOKMARK - Static variable in class org.apache.xmlbeans.CDataBookmark
The actual bookmark object representing CData.
Users must use this bookmark in addition to UseCDataBookmarks option to make use of CDATA representation in XML text.
CDataBookmark - Class in org.apache.xmlbeans
Represents a CDATA bookmark.
CDataBookmark() - Constructor for class org.apache.xmlbeans.CDataBookmark
 
CHANGE_PREFIX_MAPPING - Static variable in interface org.apache.xmlbeans.xml.stream.XMLEvent
A constant which identifies a ChangePrefixMapping
change_type(SchemaType) - Method in interface org.apache.xmlbeans.impl.values.TypeStore
Change the type of this store (perhaps by applying xsi:type) and return the new TypeStoreUser (or old one if the new type is not different).
ChangePrefixMapping - Interface in org.apache.xmlbeans.xml.stream
This event signals that a prefix mapping has changed from OldNamespaceName to the NewNamespaceName
changeType(SchemaType) - Method in class org.apache.xmlbeans.FilterXmlObject
 
changeType(SchemaType) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
changeType(SchemaType) - Method in interface org.apache.xmlbeans.XmlObject
Changes the schema type associated with this data and returns a new XmlObject instance whose schemaType is the new type.
CHARACTER_DATA - Static variable in interface org.apache.xmlbeans.xml.stream.XMLEvent
A constant which identifies a CharacterData Event
CHARACTER_ENCODING - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
CHARACTER_SET_ENCODING - Static variable in class org.apache.xmlbeans.impl.soap.SOAPMessage
Specifies the character type encoding for the SOAP Message.
CharacterData - Interface in org.apache.xmlbeans.xml.stream
A marker interface for character data
characters(char[], int, int) - Method in class org.apache.xmlbeans.impl.common.Sax2Dom
 
CharIterator() - Constructor for class org.apache.xmlbeans.impl.store.CharUtil.CharIterator
 
CharJoin(Object, int, int, Object, int) - Constructor for class org.apache.xmlbeans.impl.store.CharUtil.CharJoin
 
CharUtil - Class in org.apache.xmlbeans.impl.store
 
CharUtil(int) - Constructor for class org.apache.xmlbeans.impl.store.CharUtil
 
CharUtil.CharIterator - Class in org.apache.xmlbeans.impl.store
 
CharUtil.CharJoin - Class in org.apache.xmlbeans.impl.store
 
check_dated() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Called prior to every get operation, to ensure that the value being read is valid.
check_orphaned() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Called before every getter and setter on the strongly typed classes to ensure that the object has not been orphaned.
checkAll() - Static method in class org.apache.xmlbeans.impl.schema.StscChecker
 
checkFields(SchemaTypeImpl) - Static method in class org.apache.xmlbeans.impl.schema.StscChecker
The following code checks rule #5 of http://www.w3.org/TR/xmlschema-1/#coss-ct as well as attribute + element default/fixed validity.
checkIfAttributeReferenceIsNeeded(Attribute, String, TypeSystemHolder) - Method in class org.apache.xmlbeans.impl.inst2xsd.RussianDollStrategy
 
checkIfElementReferenceIsNeeded(Element, String, TypeSystemHolder, Inst2XsdOptions) - Method in class org.apache.xmlbeans.impl.inst2xsd.RussianDollStrategy
 
checkIfElementReferenceIsNeeded(Element, String, TypeSystemHolder, Inst2XsdOptions) - Method in class org.apache.xmlbeans.impl.inst2xsd.SalamiSliceStrategy
 
checkIfReferenceToGlobalTypeIsNeeded(Element, TypeSystemHolder, Inst2XsdOptions) - Method in class org.apache.xmlbeans.impl.inst2xsd.RussianDollStrategy
 
checkIfReferenceToGlobalTypeIsNeeded(Element, TypeSystemHolder, Inst2XsdOptions) - Method in class org.apache.xmlbeans.impl.inst2xsd.VenetianBlindStrategy
 
checkRestriction(SchemaTypeImpl) - Static method in class org.apache.xmlbeans.impl.schema.StscChecker
The following code only checks rule #5 of http://www.w3.org/TR/xmlschema-1/#derivation-ok-restriction (Everything else can and should be done in StscResolver, because we can give more detailed line # info there
childNodes_getLength(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
childNodes_item(DomImpl.Dom, int) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
CHOICE - Static variable in interface org.apache.xmlbeans.SchemaParticle
A xs:choice group.
CHOICE_RANGE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ClassLoaderResourceLoader - Class in org.apache.xmlbeans.impl.schema
 
ClassLoaderResourceLoader(ClassLoader) - Constructor for class org.apache.xmlbeans.impl.schema.ClassLoaderResourceLoader
 
clear() - Method in class org.apache.xmlbeans.QNameSetBuilder
Clears this QNameSetBuilder
clear() - Method in class org.apache.xmlbeans.XmlSimpleList
Unsupported because this list is immutable.
clearAllThreadLocals() - Static method in class org.apache.xmlbeans.ThreadLocalUtil
Clear ThreadLocals of the current thread.
clearBookmark(Object) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
clearBookmark(Object) - Method in interface org.apache.xmlbeans.XmlCursor
Clears the bookmark whose key is specified, if the bookmark exists at this cursor's location.
clearContent() - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
Clears out the content of this AttachmentPart object.
clearDay() - Method in class org.apache.xmlbeans.GDateBuilder
Clears the day-of-month.
clearMonth() - Method in class org.apache.xmlbeans.GDateBuilder
Clears the month-of-year.
clearSelection() - Method in class org.apache.xmlbeans.impl.store.Cur
 
clearSelections() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
clearSelections() - Method in interface org.apache.xmlbeans.XmlCursor
Clears this cursor's selection, but does not modify the document.
clearThreadLocals() - Method in class org.apache.xmlbeans.impl.common.SystemCache
 
clearThreadLocals() - Static method in class org.apache.xmlbeans.impl.schema.StscState
 
clearThreadLocals() - Static method in class org.apache.xmlbeans.impl.store.CharUtil
 
clearThreadLocals() - Static method in class org.apache.xmlbeans.impl.store.Locale
 
clearThreadLocals() - Static method in class org.apache.xmlbeans.impl.values.NamespaceContext
 
clearThreadLocals() - Static method in class org.apache.xmlbeans.XmlBeans
 
clearThreadLocals() - Static method in class org.apache.xmlbeans.XmlFactoryHook.ThreadContext
 
clearTime() - Method in class org.apache.xmlbeans.GDateBuilder
Clears the time-of-day.
clearTimeZone() - Method in class org.apache.xmlbeans.GDateBuilder
Clears the timezone.
clearYear() - Method in class org.apache.xmlbeans.GDateBuilder
Clears the year.
clone() - Method in class org.apache.xmlbeans.GDateBuilder
Builds another GDateBuilder with the same value as this one.
clone() - Method in class org.apache.xmlbeans.GDuration
Builds another GDate with the same value as this one.
clone() - Method in class org.apache.xmlbeans.GDurationBuilder
Builds another GDurationBuilder with the same value as this one.
clone() - Method in class org.apache.xmlbeans.impl.regex.Match
 
close() - Method in class org.apache.xmlbeans.impl.common.DefaultClassLoaderResourceLoader
 
close() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
close() - Method in class org.apache.xmlbeans.impl.schema.ClassLoaderResourceLoader
 
close() - Method in class org.apache.xmlbeans.impl.schema.FileResourceLoader
 
close() - Method in class org.apache.xmlbeans.impl.schema.PathResourceLoader
 
close() - Method in class org.apache.xmlbeans.impl.soap.SOAPConnection
Closes this SOAPConnection object.
close() - Method in interface org.apache.xmlbeans.ResourceLoader
 
closeEnumeration() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
CodeGenUtil - Class in org.apache.xmlbeans.impl.tool
 
CodeGenUtil() - Constructor for class org.apache.xmlbeans.impl.tool.CodeGenUtil
 
collapse(String) - Static method in class org.apache.xmlbeans.impl.common.XmlWhitespace
 
collapse(String, int) - Static method in class org.apache.xmlbeans.impl.common.XmlWhitespace
The algorithm used by apply_wscanon: sometimes used in impls.
COLLAPSE - Static variable in interface org.apache.xmlbeans.impl.common.ValidatorListener.Event
 
COLON - Static variable in class org.apache.xmlbeans.impl.common.NameUtil
 
combineAttributesOfTypes(Type, Type) - Method in class org.apache.xmlbeans.impl.inst2xsd.RussianDollStrategy
 
combineElementComments(Element, Element) - Method in class org.apache.xmlbeans.impl.inst2xsd.RussianDollStrategy
 
combineElementsOfTypes(Type, Type, Inst2XsdOptions) - Method in class org.apache.xmlbeans.impl.inst2xsd.RussianDollStrategy
 
combineSimpleTypes(Type, Type, Inst2XsdOptions) - Method in class org.apache.xmlbeans.impl.inst2xsd.RussianDollStrategy
 
combineToMoreGeneralSimpleType(QName, QName) - Method in class org.apache.xmlbeans.impl.inst2xsd.RussianDollStrategy
 
combineTypes(Type, Type, Inst2XsdOptions) - Method in class org.apache.xmlbeans.impl.inst2xsd.RussianDollStrategy
 
CommandLine - Class in org.apache.xmlbeans.impl.tool
 
CommandLine(String[], Collection, Collection) - Constructor for class org.apache.xmlbeans.impl.tool.CommandLine
 
comment(char[], int, int) - Method in class org.apache.xmlbeans.impl.common.Sax2Dom
Lexical Handler method to create comment node in DOM tree.
comment(char[], int, int) - Method in class org.apache.xmlbeans.impl.store.Cur.CurLoadContext
 
comment(char[], int, int) - Method in class org.apache.xmlbeans.impl.store.Locale.LoadContext
 
comment(String) - Method in class org.apache.xmlbeans.impl.store.Cur.CurLoadContext
 
comment(String) - Method in class org.apache.xmlbeans.impl.store.Locale.LoadContext
 
Comment - Interface in org.apache.xmlbeans.xml.stream
A marker interface for comment data
COMMENT - Static variable in interface org.apache.xmlbeans.xml.stream.XMLEvent
A constant which identifies a Comment
COMMENT - Static variable in class org.apache.xmlbeans.XmlCursor.TokenType
The singleton comment token type
compare_to(XmlObject) - Method in class org.apache.xmlbeans.impl.values.JavaBooleanHolder
 
compare_to(XmlObject) - Method in class org.apache.xmlbeans.impl.values.JavaDecimalHolder
 
compare_to(XmlObject) - Method in class org.apache.xmlbeans.impl.values.JavaDoubleHolder
 
compare_to(XmlObject) - Method in class org.apache.xmlbeans.impl.values.JavaFloatHolder
 
compare_to(XmlObject) - Method in class org.apache.xmlbeans.impl.values.JavaGDateHolderEx
 
compare_to(XmlObject) - Method in class org.apache.xmlbeans.impl.values.JavaGDurationHolderEx
 
compare_to(XmlObject) - Method in class org.apache.xmlbeans.impl.values.JavaIntegerHolder
 
compare_to(XmlObject) - Method in class org.apache.xmlbeans.impl.values.JavaIntHolder
 
compare_to(XmlObject) - Method in class org.apache.xmlbeans.impl.values.JavaLongHolder
 
compare_to(XmlObject) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
This implementation of compare_to is allowed to do two unusual things: (1) it can assume that the xmlobj passed has a primitive type underlying the instance type that matches the current instance, and that neither is nil.
comparePosition(XmlCursor) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
comparePosition(XmlCursor) - Method in interface org.apache.xmlbeans.XmlCursor
Returns an integer indicating whether this cursor is before, after, or at the same position as the specified cursor.
compareTo(Object) - Method in class org.apache.xmlbeans.FilterXmlObject
 
compareTo(Object) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Implements Comparable.
compareTo(Object) - Method in interface org.apache.xmlbeans.XmlObject
Implements the Comparable interface by comparing two simple xml values based on their standard XML schema ordering.
compareToGDate(GDateSpecification) - Method in class org.apache.xmlbeans.GDate
Comparison to another GDate.
compareToGDate(GDateSpecification) - Method in class org.apache.xmlbeans.GDateBuilder
Comparison to another GDate.
compareToGDate(GDateSpecification) - Method in interface org.apache.xmlbeans.GDateSpecification
Comparison to another GDate.
compareToGDuration(GDurationSpecification) - Method in class org.apache.xmlbeans.GDuration
Comparison to another GDuration.
compareToGDuration(GDurationSpecification) - Method in class org.apache.xmlbeans.GDurationBuilder
Comparison to another GDuration.
compareToGDuration(GDurationSpecification) - Method in interface org.apache.xmlbeans.GDurationSpecification
Comparison to another GDuration.
compareValue(XmlObject) - Method in class org.apache.xmlbeans.FilterXmlObject
 
compareValue(XmlObject) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
compareValue(XmlObject) - Method in interface org.apache.xmlbeans.XmlObject
This comparison method is similar to compareTo, but rather than throwing a ClassCastException when two values are incomparable, it returns the number 2.
compile(String, SchemaTypeSystem, XmlObject[], BindingConfig, SchemaTypeLoader, Filer, XmlOptions) - Static method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler
Please do not invoke this method directly as the signature could change unexpectedly.
compile(SchemaTypeSystemCompiler.Parameters) - Static method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler
Compiles a SchemaTypeSystem.
compile(Parameters) - Static method in class org.apache.xmlbeans.impl.tool.SchemaCompiler
 
COMPILE_ANNOTATION_JAVADOC - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
COMPILE_DOWNLOAD_URLS - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
COMPILE_MDEF_NAMESPACES - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
COMPILE_NO_ANNOTATIONS - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
COMPILE_NO_PVR_RULE - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
COMPILE_NO_UPA_RULE - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
COMPILE_NO_VALIDATION - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
COMPILE_PARTIAL_METHODS - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
COMPILE_PARTIAL_TYPESYSTEM - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
COMPILE_SUBSTITUTE_NAMES - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
compilePath(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase
 
compilePath(String) - Static method in class org.apache.xmlbeans.XmlBeans
Compiles an XPath, returning a String equal to that which was passed, but whose identity is that of one which has been precompiled and cached.
compilePath(String, XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase
 
compilePath(String, XmlOptions) - Static method in class org.apache.xmlbeans.impl.xpath.XPathFactory
 
compilePath(String, XmlOptions) - Method in interface org.apache.xmlbeans.SchemaTypeLoader
Compiles an XPath
compilePath(String, XmlOptions) - Static method in class org.apache.xmlbeans.XmlBeans
Compiles an XPath, returning a String equal to that which was passed, but whose identity is that of one which has been precompiled and cached; takes an option for specifying text that indicates the name of context node.
compileQuery(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase
 
compileQuery(String) - Static method in class org.apache.xmlbeans.XmlBeans
Compiles an XQuery, returning a String equal to that which was passed, but whose identity is that of one which has been precompiled and cached.
compileQuery(String, XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase
 
compileQuery(String, XmlOptions) - Static method in class org.apache.xmlbeans.impl.xpath.XPathFactory
 
compileQuery(String, XmlOptions) - Method in interface org.apache.xmlbeans.SchemaTypeLoader
Compiles an XQuery
compileQuery(String, XmlOptions) - Static method in class org.apache.xmlbeans.XmlBeans
Compiles an XQuery, returning a String equal to that which was passed, but whose identity is that of one which has been precompiled and cached; takes an option for specifying text that indicates the context node.
compileXmlBeans(String, SchemaTypeSystem, XmlObject[], BindingConfig, SchemaTypeLoader, Filer, XmlOptions) - Static method in class org.apache.xmlbeans.XmlBeans
Returns the SchemaTypeSystem that results from augumenting the SchemaTypeSystem passed in by incrementally adding the given XML schema definitions.
compileXPath(String) - Static method in class org.apache.xmlbeans.impl.xpath.XPath
 
compileXPath(String, String) - Static method in class org.apache.xmlbeans.impl.xpath.XPath
 
compileXPath(String, String, Map<String, String>) - Static method in class org.apache.xmlbeans.impl.xpath.XPath
 
compileXPath(String, Map<String, String>) - Static method in class org.apache.xmlbeans.impl.xpath.XPath
 
compileXsd(SchemaTypeSystem, XmlObject[], SchemaTypeLoader, XmlOptions) - Static method in class org.apache.xmlbeans.XmlBeans
Returns the SchemaTypeSystem that results from augumenting the SchemaTypeSystem passed in by incrementally adding the given XML schema definitions.
compileXsd(XmlObject[], SchemaTypeLoader, XmlOptions) - Static method in class org.apache.xmlbeans.XmlBeans
Returns the SchemaTypeSystem that results from compiling the XML schema definitions passed.
COMPLEX_TYPE_COMPLEX_CONTENT - Static variable in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
COMPLEX_TYPE_DERIVATION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
COMPLEX_TYPE_EMPTY_CONTENT - Static variable in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
COMPLEX_TYPE_EXTENSION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
COMPLEX_TYPE_EXTENSION$BOTH_ELEMEMENT_OR_MIXED - Static variable in class org.apache.xmlbeans.XmlErrorCodes
cos-ct-extends.1.4.2.2: See clause 1.4.2.2 of XMLSchema Structures 1.0: Derivation Valid (Extension)
COMPLEX_TYPE_EXTENSION$EXTENDING_SIMPLE_CONTENT - Static variable in class org.apache.xmlbeans.XmlErrorCodes
cos-ct-extends.1.4.1: See clause 1.4.1 of XMLSchema Structures 1.0: Derivation Valid (Extension)
COMPLEX_TYPE_EXTENSION$FINAL - Static variable in class org.apache.xmlbeans.XmlErrorCodes
derivation-ok-restriction.1.1: See clause 1.1 of XMLSchema Structures 1.0: Derivation Valid (Extension)
COMPLEX_TYPE_MIXED_CONTENT - Static variable in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
COMPLEX_TYPE_PROPERTIES - Static variable in class org.apache.xmlbeans.XmlErrorCodes
COMPLEX_TYPE_PROPERTIES$DUPLICATE_ATTRIBUTE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
COMPLEX_TYPE_PROPERTIES$SIMPLE_TYPE_EXTENSION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
COMPLEX_TYPE_RESTRICTION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
COMPLEX_TYPE_RESTRICTION$ATTR_IN_BASE_WILDCARD_SET - Static variable in class org.apache.xmlbeans.XmlErrorCodes
derivation-ok-restriction.2.2: See clause 2.2 of XMLSchema Structures 1.0: Derivation Valid (Restriction, Complex)
COMPLEX_TYPE_RESTRICTION$ATTR_REQUIRED - Static variable in class org.apache.xmlbeans.XmlErrorCodes
derivation-ok-restriction.2.1.1: See clause 2.1.1 of XMLSchema Structures 1.0: Derivation Valid (Restriction, Complex)
COMPLEX_TYPE_RESTRICTION$ATTR_WILDCARD_SUBSET - Static variable in class org.apache.xmlbeans.XmlErrorCodes
derivation-ok-restriction.4.2: See clause 4.2 of XMLSchema Structures 1.0: Derivation Valid (Restriction, Complex)
COMPLEX_TYPE_RESTRICTION$BASE_HAS_ATTR_WILDCARD - Static variable in class org.apache.xmlbeans.XmlErrorCodes
derivation-ok-restriction.4.1: See clause 4.1 of XMLSchema Structures 1.0: Derivation Valid (Restriction, Complex)
COMPLEX_TYPE_RESTRICTION$ELEMENT_OR_MIXED_AND_EMPTY - Static variable in class org.apache.xmlbeans.XmlErrorCodes
derivation-ok-restriction.5.3b: See clause 5.3 of XMLSchema Structures 1.0: Derivation Valid (Restriction, Complex)
COMPLEX_TYPE_RESTRICTION$ELEMENT_OR_MIXED_AND_MIXED - Static variable in class org.apache.xmlbeans.XmlErrorCodes
derivation-ok-restriction.5.3a: See clause 5.3 of XMLSchema Structures 1.0: Derivation Valid (Restriction, Complex)
COMPLEX_TYPE_RESTRICTION$ELEMENT_OR_MIXED_AND_SIMPLE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
derivation-ok-restriction.5.3c: See clause 5.3 of XMLSchema Structures 1.0: Derivation Valid (Restriction, Complex)
COMPLEX_TYPE_RESTRICTION$ELEMENT_OR_MIXED_AND_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
derivation-ok-restriction.5.3: See clause 5.3 of XMLSchema Structures 1.0: Derivation Valid (Restriction, Complex)
COMPLEX_TYPE_RESTRICTION$EMPTY_AND_ELEMENT_OR_MIXED_EMPTIABLE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
derivation-ok-restriction.5.2.2: See clause 5.2.2 of XMLSchema Structures 1.0: Derivation Valid (Restriction, Complex)
COMPLEX_TYPE_RESTRICTION$EMPTY_AND_NOT_SIMPLE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
derivation-ok-restriction.5.2: See clause 5.2 of XMLSchema Structures 1.0: Derivation Valid (Restriction, Complex)
COMPLEX_TYPE_RESTRICTION$FINAL - Static variable in class org.apache.xmlbeans.XmlErrorCodes
derivation-ok-restriction.1: See clause 1 of XMLSchema Structures 1.0: Derivation Valid (Restriction, Complex)
COMPLEX_TYPE_RESTRICTION$SC_AND_MIXED_EMPTIABLE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
derivation-ok-restriction.5.1.2: See clause 5.1.2 of XMLSchema Structures 1.0: Derivation Valid (Restriction, Complex)
COMPLEX_TYPE_RESTRICTION$SC_AND_SIMPLE_TYPE_OR_MIXED - Static variable in class org.apache.xmlbeans.XmlErrorCodes
derivation-ok-restriction.5.1: See clause 5.1 of XMLSchema Structures 1.0: Derivation Valid (Restriction, Complex)
COMPLEX_TYPE_RESTRICTION$SC_NOT_DERIVED - Static variable in class org.apache.xmlbeans.XmlErrorCodes
derivation-ok-restriction.5.2.2.1: See clause 5.2.2.1 of XMLSchema Structures 1.0: Derivation Valid (Restriction, Complex)
COMPLEX_TYPE_SIMPLE_CONTENT - Static variable in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
compute_default_text() - Method in interface org.apache.xmlbeans.impl.values.TypeStore
Here the TypeStore is responsible for locating the default value.
compute_flags() - Method in interface org.apache.xmlbeans.impl.values.TypeStore
Here the TypeStore is responsible for figuring if this value is nillable and/or fixed.
compute_text(NamespaceManager) - Method in class org.apache.xmlbeans.impl.values.JavaBase64Holder
 
compute_text(NamespaceManager) - Method in class org.apache.xmlbeans.impl.values.JavaBooleanHolder
 
compute_text(NamespaceManager) - Method in class org.apache.xmlbeans.impl.values.JavaDecimalHolder
 
compute_text(NamespaceManager) - Method in class org.apache.xmlbeans.impl.values.JavaDoubleHolder
 
compute_text(NamespaceManager) - Method in class org.apache.xmlbeans.impl.values.JavaFloatHolder
 
compute_text(NamespaceManager) - Method in class org.apache.xmlbeans.impl.values.JavaGDateHolderEx
 
compute_text(NamespaceManager) - Method in class org.apache.xmlbeans.impl.values.JavaGDurationHolderEx
 
compute_text(NamespaceManager) - Method in class org.apache.xmlbeans.impl.values.JavaHexBinaryHolder
 
compute_text(NamespaceManager) - Method in class org.apache.xmlbeans.impl.values.JavaIntegerHolder
 
compute_text(NamespaceManager) - Method in class org.apache.xmlbeans.impl.values.JavaIntHolder
 
compute_text(NamespaceManager) - Method in class org.apache.xmlbeans.impl.values.JavaLongHolder
 
compute_text(NamespaceManager) - Method in class org.apache.xmlbeans.impl.values.JavaQNameHolder
 
compute_text(NamespaceManager) - Method in class org.apache.xmlbeans.impl.values.JavaStringHolder
 
compute_text(NamespaceManager) - Method in class org.apache.xmlbeans.impl.values.JavaUriHolder
 
compute_text(NamespaceManager) - Method in class org.apache.xmlbeans.impl.values.XmlAnySimpleTypeImpl
 
compute_text(NamespaceManager) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
compute_text(NamespaceManager) - Method in class org.apache.xmlbeans.impl.values.XmlListImpl
 
compute_text(NamespaceManager) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
This should return the canonical string value of the primitive.
compute_text(NamespaceManager) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
computeSavedFilename(String) - Method in class org.apache.xmlbeans.impl.schema.StscState
 
computeTime() - Method in class org.apache.xmlbeans.XmlCalendar
Overrides GregorianCalendar.computeTime to apply a different default year.
CONSISTENTLY - Static variable in interface org.apache.xmlbeans.SchemaProperty
Applies to all elements for this property.
contains(Object) - Method in class org.apache.xmlbeans.XmlSimpleList
True if the list is contains an object equal to o.
contains(String) - Method in class org.apache.xmlbeans.impl.config.InterfaceExtensionImpl
 
contains(String) - Method in class org.apache.xmlbeans.impl.config.NameSet
 
contains(String) - Method in class org.apache.xmlbeans.impl.config.PrePostExtensionImpl
 
contains(QName) - Method in class org.apache.xmlbeans.QNameSet
True if this ModelTransitionSet contains the given qname.
contains(QName) - Method in class org.apache.xmlbeans.QNameSetBuilder
True if this ModelTransitionSet contains the given qname.
contains(QName) - Method in interface org.apache.xmlbeans.QNameSetSpecification
True if the set contains the given QName.
containsAll(Collection) - Method in class org.apache.xmlbeans.XmlSimpleList
True if the list is contains all the objects in the given collection.
containsAll(QNameSetSpecification) - Method in class org.apache.xmlbeans.QNameSet
True if the given set is a subset of this one.
containsAll(QNameSetSpecification) - Method in class org.apache.xmlbeans.QNameSetBuilder
True if the parameter is a subset of this set.
containsAll(QNameSetSpecification) - Method in interface org.apache.xmlbeans.QNameSetSpecification
True if the parameter is a subset of this set.
containsChar(char) - Method in class org.apache.xmlbeans.XmlOptionCharEscapeMap
 
containsNestedArrays() - Method in class org.apache.xmlbeans.soap.SOAPArrayType
True if this array contains nested arrays.
copy() - Method in class org.apache.xmlbeans.FilterXmlObject
 
copy() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
copy() - Method in interface org.apache.xmlbeans.XmlObject
Returns a deep copy of this XmlObject.
copy(SchemaTypeLoader, SchemaType, XmlOptions) - Method in interface org.apache.xmlbeans.impl.values.TypeStore
Makes a copy of this store.
copy(XmlOptions) - Method in class org.apache.xmlbeans.FilterXmlObject
 
copy(XmlOptions) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
copy(XmlOptions) - Method in interface org.apache.xmlbeans.XmlObject
Returns a deep copy of this XmlObject.
copy_contents_from(TypeStore) - Method in interface org.apache.xmlbeans.impl.values.TypeStore
Copies the contents of the given TypeStore (including attributes, elements, and mixed content), to the target type store.
COPY_USE_NEW_SYNC_DOMAIN - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
copyChars(int, XmlCursor) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
copyChars(int, XmlCursor) - Method in interface org.apache.xmlbeans.XmlCursor
Copies characters to the position immediately after the specified cursor.
copyCompletely(InputStream, OutputStream) - Static method in class org.apache.xmlbeans.impl.common.IOUtil
 
copyCompletely(Reader, Writer) - Static method in class org.apache.xmlbeans.impl.common.IOUtil
 
copyCompletely(URI, URI) - Static method in class org.apache.xmlbeans.impl.common.IOUtil
 
copyEnumerationValues(SchemaTypeImpl) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
copyGlobalAttributeToLocalAttribute(SchemaGlobalAttributeImpl, SchemaLocalAttributeImpl) - Static method in class org.apache.xmlbeans.impl.schema.StscTranslator
 
copyGlobalElementToLocalElement(SchemaGlobalElement, SchemaLocalElementImpl) - Static method in class org.apache.xmlbeans.impl.schema.StscTranslator
 
copyXml(XmlCursor) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
copyXml(XmlCursor) - Method in interface org.apache.xmlbeans.XmlCursor
Copies the XML immediately after this cursor to the location specified by the toHere cursor.
copyXmlContents(XmlCursor) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
copyXmlContents(XmlCursor) - Method in interface org.apache.xmlbeans.XmlCursor
Copies the contents of the container (STARTDOC OR START) immediately to the right of the cursor to the location specified by the toHere cursor.
count_elements(QName) - Method in interface org.apache.xmlbeans.impl.values.TypeStore
Returns the count of elements with the given name owned by this textstore.
count_elements(QNameSet) - Method in interface org.apache.xmlbeans.impl.values.TypeStore
Returns the count of elements that match of the names.
countAttachments() - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
Gets a count of the number of attachments in this message.
countOfParticleChild() - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
countOfParticleChild() - Method in interface org.apache.xmlbeans.SchemaParticle
The number of children.
countUTF(String) - Static method in class org.apache.xmlbeans.impl.util.LongUTFDataOutputStream
 
crackPointer(InputStream) - Static method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
crackQName(String) - Static method in class org.apache.xmlbeans.impl.xsd2inst.SampleXmlUtil
Cracks a combined QName of the form URL:localname
create_attribute_user(QName) - Method in interface org.apache.xmlbeans.impl.values.TypeStoreUser
A typestore user can create a new TypeStoreUser instance for a given attribute child, based on the attribute name.
create_attribute_user(QName) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
A typestore user can create a new TypeStoreUser instance for a given attribute child, based on the attribute name.
create_element_user(QName, QName) - Method in interface org.apache.xmlbeans.impl.values.TypeStoreUser
A typestore user can create a new TypeStoreUser instance for a given element child name as long as you also pass the qname contained by the xsi:type attribute, if any.
create_element_user(QName, QName) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
A typestore user can create a new TypeStoreUser instance for a given element child name as long as you also pass the qname contained by the xsi:type attribute, if any.
createAttachmentPart() - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
Creates a new empty AttachmentPart object.
createAttachmentPart(Object, String) - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
Creates an AttachmentPart object and populates it with the specified data of the specified content type.
createAttributeType(QName, SchemaTypeLoader) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
createBinaryFile(String) - Method in interface org.apache.xmlbeans.Filer
Creates a new schema binary file (.xsb) and returns a stream for writing to it.
createBinaryFile(String) - Method in class org.apache.xmlbeans.impl.util.FilerImpl
Creates a new schema binary file (.xsb) and returns a stream for writing to it.
createClasspath() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
Adds a path to the classpath.
createConnection() - Method in class org.apache.xmlbeans.impl.soap.SOAPConnectionFactory
Create a new SOAPConnection.
createCursor() - Method in class org.apache.xmlbeans.XmlCursor.XmlBookmark
Call the createCursor method to create a new cursor which is positioned at the same splace as the bookmark.
createCursor() - Method in interface org.apache.xmlbeans.XmlCursor.XmlMark
 
createDetail() - Method in class org.apache.xmlbeans.impl.soap.SOAPFactory
Creates a new Detail object which serves as a container for DetailEntry objects.
createDir(File, String) - Static method in class org.apache.xmlbeans.impl.common.IOUtil
 
createDocument() - Static method in class org.apache.xmlbeans.impl.common.DocumentHelper
Creates a new DOM Document
createDocument(String, String, DocumentType) - Method in class org.apache.xmlbeans.impl.store.Locale
 
createDocumentType(String, String, String) - Method in class org.apache.xmlbeans.impl.store.Locale
 
createElement(String) - Method in class org.apache.xmlbeans.impl.soap.SOAPFactory
Create a SOAPElement object initialized with the given local name.
createElement(String, String, String) - Method in class org.apache.xmlbeans.impl.soap.SOAPFactory
Create a new SOAPElement object with the given local name, prefix and uri.
createElement(Name) - Method in class org.apache.xmlbeans.impl.soap.SOAPFactory
Create a SOAPElement object initialized with the given Name object.
createElementType(QName, QName, SchemaTypeLoader) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
createExtension() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
One or more SchemaCompiler extensions can be passed in via the <extension> subelement.
createMessage() - Method in class org.apache.xmlbeans.impl.soap.MessageFactory
Creates a new SOAPMessage object with the default SOAPPart, SOAPEnvelope, SOAPBody, and SOAPHeader objects.
createMessage(MimeHeaders, InputStream) - Method in class org.apache.xmlbeans.impl.soap.MessageFactory
Internalizes the contents of the given InputStream object into a new SOAPMessage object and returns the SOAPMessage object.
createName(String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPEnvelope
Creates a new Name object initialized with the given local name.
createName(String) - Method in class org.apache.xmlbeans.impl.soap.SOAPFactory
Creates a new Name object initialized with the given local name.
createName(String, String, String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPEnvelope
Creates a new Name object initialized with the given local name, namespace prefix, and namespace URI.
createName(String, String, String) - Method in class org.apache.xmlbeans.impl.soap.SOAPFactory
Creates a new Name object initialized with the given local name, namespace prefix, and namespace URI.
createNamedType(QName, int) - Static method in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
createObject(Class) - Method in interface org.apache.xmlbeans.ObjectFactory
Given the type, create an object of that type.
createParam() - Method in class org.apache.xmlbeans.impl.tool.Extension
 
createRegex(String, String) - Static method in class org.apache.xmlbeans.impl.regex.REUtil
Creates a RegularExpression instance.
createSampleForType(SchemaType) - Static method in class org.apache.xmlbeans.impl.xsd2inst.SampleXmlUtil
 
createSoapElement(QName, QName) - Method in class org.apache.xmlbeans.impl.store.Locale
 
createSoapElement(QName, QName) - Method in interface org.apache.xmlbeans.impl.store.Saaj.SaajCallback
 
createSourceFile(String) - Method in interface org.apache.xmlbeans.Filer
Creates a new binding source file (.java) and returns a writer for it.
createSourceFile(String) - Method in class org.apache.xmlbeans.impl.util.FilerImpl
Creates a new binding source file (.java) and returns a writer for it.
createTempDir() - Static method in class org.apache.xmlbeans.impl.tool.SchemaCodeGenerator
 
createTypeStoreUser() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
TypeStoreUserFactory implementation
createTypeStoreUser() - Method in interface org.apache.xmlbeans.impl.values.TypeStoreUserFactory
 
createUnnamedType(int) - Static method in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
createUnwrappedNode() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
Cur - Class in org.apache.xmlbeans.impl.store
 
Cur.CurLoadContext - Class in org.apache.xmlbeans.impl.store
 
CurLoadContext(Locale, XmlOptions) - Constructor for class org.apache.xmlbeans.impl.store.Cur.CurLoadContext
 
currentParticle() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeVisitorImpl
Returns the current schema element
currentTokenType() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
currentTokenType() - Method in interface org.apache.xmlbeans.XmlCursor
Returns the type of the current token.
Cursor - Class in org.apache.xmlbeans.impl.store
 
Cursor(Cur) - Constructor for class org.apache.xmlbeans.impl.store.Cursor
 
cursorExecQuery(Cur, String, XmlOptions) - Static method in class org.apache.xmlbeans.impl.xpath.XPathFactory
 
cursorExecute(Cur, XmlOptions) - Method in class org.apache.xmlbeans.impl.xpath.saxon.SaxonXQuery
 
cursorExecute(Cur, XmlOptions) - Method in interface org.apache.xmlbeans.impl.xpath.XQuery
 
CYCLIC_DEPENDENCY - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 

D

DATA_BABE - Static variable in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
DATA_BABE - Static variable in class org.apache.xmlbeans.impl.tool.XsbDumper
 
DATATYPE_CIRCULAR_UNION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
DATATYPE_ENUM_NOTATION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
DATATYPE_ENUM_RESTRICTION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
DATATYPE_ENUM_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
DATATYPE_ENUM_VALID$NO_VALUE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
cvc-enumeration-valid.b: See XMLSchema Datatypes 1.0: enumeration valid
DATATYPE_FACET_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
DATATYPE_FRACTION_DIGITS_LE_TOTAL_DIGITS - Static variable in class org.apache.xmlbeans.XmlErrorCodes
DATATYPE_FRACTION_DIGITS_RESTRICTION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
fractionDigits-valid-restriction: See XMLSchema Datatypes 1.0: fractionDigits valid restriction
DATATYPE_FRACTION_DIGITS_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
cvc-fractionDigits-valid: See XMLSchema Datatypes 1.0: fractionDigits Valid
DATATYPE_LENGTH - Static variable in class org.apache.xmlbeans.XmlErrorCodes
DATATYPE_LENGTH_RESTRICTION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
DATATYPE_LENGTH_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
DATATYPE_LENGTH_VALID$BINARY - Static variable in class org.apache.xmlbeans.XmlErrorCodes
cvc-length-valid.1.2: See clause 1.2 of XMLSchema Datatypes 1.0: Length Valid
DATATYPE_LENGTH_VALID$LIST_LENGTH - Static variable in class org.apache.xmlbeans.XmlErrorCodes
cvc-length-valid.2: See clause 2 of XMLSchema Datatypes 1.0: Length Valid
DATATYPE_LENGTH_VALID$STRING - Static variable in class org.apache.xmlbeans.XmlErrorCodes
cvc-length-valid.1.1: See clause 1.1 of XMLSchema Datatypes 1.0: Length Valid
DATATYPE_LIST_OF_ATOMIC - Static variable in class org.apache.xmlbeans.XmlErrorCodes
DATATYPE_MAX_EXCLUSIVE_RESTRICTION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
DATATYPE_MAX_EXCLUSIVE_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
DATATYPE_MAX_INCLUSIVE_RESTRICTION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
DATATYPE_MAX_INCLUSIVE_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
DATATYPE_MAX_LENGTH_RESTRICTION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
DATATYPE_MAX_LENGTH_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
DATATYPE_MAX_LENGTH_VALID$BINARY - Static variable in class org.apache.xmlbeans.XmlErrorCodes
cvc-maxLength-valid.1.2: See clause 1.2 of XMLSchema Datatypes 1.0: maxLength Valid
DATATYPE_MAX_LENGTH_VALID$LIST_LENGTH - Static variable in class org.apache.xmlbeans.XmlErrorCodes
cvc-maxLength-valid.2: See clause 2 of XMLSchema Datatypes 1.0: maxLength Valid
DATATYPE_MAX_LENGTH_VALID$STRING - Static variable in class org.apache.xmlbeans.XmlErrorCodes
cvc-maxLength-valid.1.1: See clause 1.1 of XMLSchema Datatypes 1.0: maxLength Valid
DATATYPE_MIN_EXCLUSIVE_LE_MAX_EXCLUSIVE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
minExclusive-less-than-equal-to-maxExclusive: See XMLSchema Datatypes 1.0: minExclusive <= maxExclusive
DATATYPE_MIN_EXCLUSIVE_LE_MAX_INCLUSIVE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
minExclusive-less-than-maxInclusive: See XMLSchema Datatypes 1.0: minExclusive < maxInclusive
DATATYPE_MIN_EXCLUSIVE_RESTRICTION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
DATATYPE_MIN_EXCLUSIVE_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
DATATYPE_MIN_INCLUSIVE_LE_MAX_EXCLUSIVE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
minInclusive-less-than-maxExclusive: See XMLSchema Datatypes 1.0: minInclusive < maxExclusive
DATATYPE_MIN_INCLUSIVE_LTE_MAX_INCLUSIVE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
minInclusive-less-than-equal-to-maxInclusive: See XMLSchema Datatypes 1.0: minInclusive <= maxInclusive
DATATYPE_MIN_INCLUSIVE_MAX_EXCLUSIVE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
DATATYPE_MIN_INCLUSIVE_MIN_EXCLUSIVE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
DATATYPE_MIN_INCLUSIVE_RESTRICTION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
DATATYPE_MIN_INCLUSIVE_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
DATATYPE_MIN_LENGTH_LE_MAX_LENGTH - Static variable in class org.apache.xmlbeans.XmlErrorCodes
minLength-less-than-equal-to-maxLength: See XMLSchema Datatypes 1.0: minLength <= maxLength
DATATYPE_MIN_LENGTH_RESTRICTION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
DATATYPE_MIN_LENGTH_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
DATATYPE_MIN_LENGTH_VALID$BINARY - Static variable in class org.apache.xmlbeans.XmlErrorCodes
cvc-minLength-valid.1.2: See clause 1.2 of XMLSchema Datatypes 1.0: minLength Valid
DATATYPE_MIN_LENGTH_VALID$LIST_LENGTH - Static variable in class org.apache.xmlbeans.XmlErrorCodes
cvc-minLength-valid.2: See clause 2 of XMLSchema Datatypes 1.0: minLength Valid
DATATYPE_MIN_LENGTH_VALID$STRING - Static variable in class org.apache.xmlbeans.XmlErrorCodes
cvc-minLength-valid.1.1: See clause 1.1 of XMLSchema Datatypes 1.0: minLength Valid
DATATYPE_PATTERN_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
DATATYPE_SINGLE_FACET_VALUE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
DATATYPE_TOTAL_DIGITS_RESTRICTION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
DATATYPE_TOTAL_DIGITS_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
DATATYPE_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
DATATYPE_VALID$PATTERN_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
cvc-datatype-valid.1.1: See clause 1.1 of XMLSchema Datatypes 1.0: Datatype Valid
DATATYPE_VALID$PATTERN_VALID$NO_VALUE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
cvc-datatype-valid.1.1b: See clause 1.1 of XMLSchema Datatypes 1.0: Datatype Valid
DATATYPE_VALID$UNION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
cvc-datatype-valid.1.2.3: See clause 1.2.3 of XMLSchema Datatypes 1.0: Datatype Valid
DATATYPE_WHITESPACE_RESTRICTION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
DATE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
DECIMAL - Static variable in class org.apache.xmlbeans.XmlErrorCodes
DECIMAL - Static variable in class org.apache.xmlbeans.XmlOptionCharEscapeMap
 
decimalHashCode() - Method in class org.apache.xmlbeans.impl.values.JavaDecimalHolder
This method will has BigDecimals with the same arithmetic value to the same hash code (eg, 2.3 & 2.30 will have the same hash.) This differs from BigDecimal.hashCode()
decode(byte[]) - Static method in class org.apache.xmlbeans.impl.util.HexBin
 
decode(String) - Static method in class org.apache.xmlbeans.impl.util.HexBin
Decodes Hex data into octects
DEFAULT_COMPILER - Static variable in class org.apache.xmlbeans.impl.tool.CodeGenUtil
 
DEFAULT_ENTITY_EXPANSION_LIMIT - Static variable in class org.apache.xmlbeans.XmlOptions
 
DEFAULT_MEM_MAX - Static variable in class org.apache.xmlbeans.impl.tool.CodeGenUtil
 
DEFAULT_MEM_START - Static variable in class org.apache.xmlbeans.impl.tool.CodeGenUtil
 
defaultBufferSize - Static variable in class org.apache.xmlbeans.impl.common.ReaderInputStream
 
DefaultClassLoaderResourceLoader - Class in org.apache.xmlbeans.impl.common
 
DefaultClassLoaderResourceLoader() - Constructor for class org.apache.xmlbeans.impl.common.DefaultClassLoaderResourceLoader
 
DelegateXmlObject - Interface in org.apache.xmlbeans
deleteFile(String) - Method in class org.apache.xmlbeans.impl.tool.BaseSchemaResourceManager
Deletes a file.
deleteFile(String) - Method in class org.apache.xmlbeans.impl.tool.SchemaResourceManager
Deletes a file.
depth() - Method in class org.apache.xmlbeans.impl.store.CharUtil.CharJoin
 
DESCEND - Static variable in class org.apache.xmlbeans.impl.xpath.XPathExecutionContext
 
DESIGN_RUSSIAN_DOLL - Static variable in class org.apache.xmlbeans.impl.inst2xsd.Inst2XsdOptions
 
DESIGN_SALAMI_SLICE - Static variable in class org.apache.xmlbeans.impl.inst2xsd.Inst2XsdOptions
 
DESIGN_VENETIAN_BLIND - Static variable in class org.apache.xmlbeans.impl.inst2xsd.Inst2XsdOptions
 
detachNode() - Method in interface org.apache.xmlbeans.impl.soap.Node
Removes this Node object from the tree.
Detail - Interface in org.apache.xmlbeans.impl.soap
A container for DetailEntry objects.
detail_addDetailEntry(Detail, Name) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
detail_addDetailEntry(DomImpl.Dom, Name) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
detail_getDetailEntries(Detail) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
detail_getDetailEntries(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
DetailEntry - Interface in org.apache.xmlbeans.impl.soap
The content for a Detail object, giving details for a SOAPFault object.
Diff - Class in org.apache.xmlbeans.impl.util
This needs to be here so that it can be accessed by FilerImpl
Diff() - Constructor for class org.apache.xmlbeans.impl.util.Diff
 
disconnect_store() - Method in interface org.apache.xmlbeans.impl.values.TypeStoreUser
A store calls back on this call in order to force a disconnect.
disconnect_store() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
A store calls back here in order to force a disconnect.
dispose() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
dispose() - Method in interface org.apache.xmlbeans.XmlCursor
Deallocates resources needed to manage the cursor, rendering this cursor inoperable.
distance(String, String) - Static method in class org.apache.xmlbeans.impl.common.Levenshtein
 
DOCTYPE_NAME - Static variable in class org.apache.xmlbeans.XmlDocumentProperties
Doc type name
DOCTYPE_PUBLIC_ID - Static variable in class org.apache.xmlbeans.XmlDocumentProperties
Doc type public id
DOCTYPE_SYSTEM_ID - Static variable in class org.apache.xmlbeans.XmlDocumentProperties
Doc type system id
document_createAttribute(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
document_createAttributeNS(DomImpl.Dom, String, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
document_createCDATASection(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
document_createComment(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
document_createDocumentFragment(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
document_createElement(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
document_createElementNS(DomImpl.Dom, String, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
document_createProcessingInstruction(DomImpl.Dom, String, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
document_createTextNode(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
document_getDoctype(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
document_getDocumentElement(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
document_getElementsByTagName(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
document_getElementsByTagNameNS(DomImpl.Dom, String, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
document_importNode(DomImpl.Dom, Node, boolean) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
DOCUMENT_SOURCE_NAME - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
DOCUMENT_TYPE - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
DocumentFactory<T> - Class in org.apache.xmlbeans.impl.schema
 
DocumentFactory(SchemaTypeSystem, String) - Constructor for class org.apache.xmlbeans.impl.schema.DocumentFactory
 
DocumentHelper - Class in org.apache.xmlbeans.impl.common
 
documentProperties() - Method in class org.apache.xmlbeans.FilterXmlObject
 
documentProperties() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
documentProperties() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
documentProperties() - Method in interface org.apache.xmlbeans.XmlTokenSource
Returns the XmlDocumentProperties object for the document this token source is associated with.
documentTypes() - Method in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
Returns the document types defined in this loader.
documentTypes() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
documentTypes() - Method in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
 
documentTypes() - Method in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
Returns the document types defined in this loader.
documentTypes() - Method in interface org.apache.xmlbeans.SchemaTypeSystem
Returns the document types defined in this loader.
DomImpl - Class in org.apache.xmlbeans.impl.store
 
DomImpl() - Constructor for class org.apache.xmlbeans.impl.store.DomImpl
 
DomImpl.Dom - Interface in org.apache.xmlbeans.impl.store
 
DomImpl.DomLevel3NotImplemented - Exception in org.apache.xmlbeans.impl.store
 
domImplementation_createDocument(Locale, String, String, DocumentType) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
DOT - Static variable in class org.apache.xmlbeans.impl.common.NameUtil
 
DOUBLE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
DownloadTable(SchemaDocument.Schema[]) - Constructor for class org.apache.xmlbeans.impl.schema.StscImporter.DownloadTable
 
DT_EXTENSION - Static variable in interface org.apache.xmlbeans.SchemaType
Derived by extension.
DT_NOT_DERIVED - Static variable in interface org.apache.xmlbeans.SchemaType
Not derived.
DT_RESTRICTION - Static variable in interface org.apache.xmlbeans.SchemaType
Derived by restriction.
dump() - Method in class org.apache.xmlbeans.impl.store.Cur.CurLoadContext
 
dump() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
dump() - Method in interface org.apache.xmlbeans.impl.store.DomImpl.Dom
 
dump() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
dump() - Method in interface org.apache.xmlbeans.XmlTokenSource
Prints to stdout the state of the document in which this token source is positioned.
dump(InputStream) - Static method in class org.apache.xmlbeans.impl.tool.XsbDumper
 
dump(InputStream, String) - Static method in class org.apache.xmlbeans.impl.tool.XsbDumper
 
dump(InputStream, String, PrintStream) - Static method in class org.apache.xmlbeans.impl.tool.XsbDumper
 
dump(PrintStream) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
dump(PrintStream) - Method in interface org.apache.xmlbeans.impl.store.DomImpl.Dom
 
dump(PrintStream, Object) - Method in interface org.apache.xmlbeans.impl.store.DomImpl.Dom
 
dump(PrintStream, Xobj, Object) - Static method in class org.apache.xmlbeans.impl.store.Cur
 
dump(Object, int, int) - Static method in class org.apache.xmlbeans.impl.store.CharUtil
 
dumpChars(PrintStream, Object, int, int) - Static method in class org.apache.xmlbeans.impl.store.CharUtil
 
dumpHeader() - Method in class org.apache.xmlbeans.impl.tool.XsbDumper
 
dumpIndexData() - Method in class org.apache.xmlbeans.impl.tool.XsbDumper
 
dumpZip(File) - Static method in class org.apache.xmlbeans.impl.tool.XsbDumper
 
DUPLICATE_ANY_ATTRIBUTE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
DUPLICATE_ATTRIBUTE_NAME - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
DUPLICATE_GLOBAL_ATTRIBUTE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
DUPLICATE_GLOBAL_ELEMENT - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
DUPLICATE_GLOBAL_TYPE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
DUPLICATE_IDENTITY_CONSTRAINT - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
DURATION - Static variable in class org.apache.xmlbeans.XmlErrorCodes

E

ELEM_COMPATIBILITY_TARGETNS - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ELEM_COMPATIBILITY_TYPE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ELEM_COMPLEX_TYPE_LOCALLY_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ELEM_COMPLEX_TYPE_LOCALLY_VALID$ATTRIBUTE_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ELEM_COMPLEX_TYPE_LOCALLY_VALID$ELEMENT_NOT_ALLOWED - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ELEM_COMPLEX_TYPE_LOCALLY_VALID$ELEMENT_ONLY_WITH_TEXT - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ELEM_COMPLEX_TYPE_LOCALLY_VALID$EMPTY_WITH_CONTENT - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ELEM_COMPLEX_TYPE_LOCALLY_VALID$EXPECTED_DIFFERENT_ELEMENT - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ELEM_COMPLEX_TYPE_LOCALLY_VALID$EXPECTED_ELEMENT - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ELEM_COMPLEX_TYPE_LOCALLY_VALID$MISSING_ELEMENT - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ELEM_COMPLEX_TYPE_LOCALLY_VALID$MISSING_REQUIRED_ATTRIBUTE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ELEM_COMPLEX_TYPE_LOCALLY_VALID$NO_WILDCARD - Static variable in class org.apache.xmlbeans.XmlErrorCodes
cvc-complex-type.3.2.1: See clause 3.2.1 of XMLSchema Structures 1.0: Element Locally Valid (Complex Type)
ELEM_COMPLEX_TYPE_LOCALLY_VALID$NOT_WILDCARD_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
cvc-complex-type.3.2.2: See clause 3.2.2 of XMLSchema Structures 1.0: Element Locally Valid (Complex Type)
ELEM_COMPLEX_TYPE_LOCALLY_VALID$PROHIBITED_ATTRIBUTE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
Found an attribute during validation that was declared use='prohibited': See second NOTE at the end of 3.4.2 XML Representation of Complex Type Definitions.
ELEM_COMPLEX_TYPE_LOCALLY_VALID$SIMPLE_TYPE_WITH_CONTENT - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ELEM_CONSISTANT - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ELEM_DEFAULT_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ELEM_DEFAULT_VALID$MIXED_AND_EMPTIABLE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
cos-valid-default.2.2.2: See clause 2.2.2 of XMLSchema Structures 1.0: Element Default Valid (Immediate)
ELEM_DEFAULT_VALID$SIMPLE_TYPE_OR_MIXED - Static variable in class org.apache.xmlbeans.XmlErrorCodes
cos-valid-default.2.1: See clause 2.1 of XMLSchema Structures 1.0: Element Default Valid (Immediate)
ELEM_LOCALLY_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ELEM_LOCALLY_VALID$ABSTRACT - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ELEM_LOCALLY_VALID$FIXED_VALID_MIXED_CONTENT - Static variable in class org.apache.xmlbeans.XmlErrorCodes
cvc-elt.5.2.2.2.1: See clause 5.2.2.2.1 of XMLSchema Structures 1.0: Element Locally Valid (Element)
ELEM_LOCALLY_VALID$FIXED_VALID_SIMPLE_TYPE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
cvc-elt.5.2.2.2.2: See clause 5.2.2.2.2 of XMLSchema Structures 1.0: Element Locally Valid (Element)
ELEM_LOCALLY_VALID$FIXED_WITH_CONTENT - Static variable in class org.apache.xmlbeans.XmlErrorCodes
cvc-elt.5.2.2.1: See clause 5.2.2.1 of XMLSchema Structures 1.0: Element Locally Valid (Element)
ELEM_LOCALLY_VALID$NIL_WITH_CONTENT - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ELEM_LOCALLY_VALID$NIL_WITH_FIXED - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ELEM_LOCALLY_VALID$NO_TYPE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ELEM_LOCALLY_VALID$NOT_NILLABLE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ELEM_LOCALLY_VALID$XSI_TYPE_BLOCK_EXTENSION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ELEM_LOCALLY_VALID$XSI_TYPE_BLOCK_RESTRICTION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ELEM_LOCALLY_VALID$XSI_TYPE_INVALID_QNAME - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ELEM_LOCALLY_VALID$XSI_TYPE_NOT_DERIVED - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ELEM_LOCALLY_VALID$XSI_TYPE_NOT_FOUND - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ELEM_LOCALLY_VALID$XSI_TYPE_PROHIBITED_SUBST - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ELEM_NOTATION_TYPE_FORBIDDEN - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ELEM_PROPERTIES - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ELEM_PROPERTIES$CONSTRAINT_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ELEM_PROPERTIES$SUBSTITUTION_FINAL - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ELEM_PROPERTIES$SUBSTITUTION_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ELEM_TYPE_LOCALLY_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
ELEM_TYPE_LOCALLY_VALID$ABSTRACT - Static variable in class org.apache.xmlbeans.XmlErrorCodes
element(QName) - Method in class org.apache.xmlbeans.impl.xpath.XPathExecutionContext
 
element(ValidatorListener.Event, SchemaType, SchemaIdentityConstraint[]) - Method in class org.apache.xmlbeans.impl.common.IdentityConstraint
 
Element - Class in org.apache.xmlbeans.impl.inst2xsd.util
 
Element() - Constructor for class org.apache.xmlbeans.impl.inst2xsd.util.Element
 
ELEMENT - Static variable in interface org.apache.xmlbeans.SchemaComponent
An element definition.
ELEMENT - Static variable in interface org.apache.xmlbeans.SchemaParticle
An xs:element particle.
ELEMENT_CONTENT - Static variable in interface org.apache.xmlbeans.SchemaType
Element-only content.
ELEMENT_EXTRA_REF - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
element_getElementsByTagName(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
element_getElementsByTagNameNS(DomImpl.Dom, String, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
ELEMENT_MISSING_NAME - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
ELEMENT_NOT_ALLOWED - Static variable in class org.apache.xmlbeans.XmlValidationError
 
element_setAttribute(DomImpl.Dom, String, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
element_setAttributeNS(DomImpl.Dom, String, String, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
ELEMENT_TYPE_INVALID - Static variable in class org.apache.xmlbeans.XmlValidationError
 
ElementFactory<T> - Class in org.apache.xmlbeans.impl.schema
 
ElementFactory(SchemaTypeSystem, String) - Constructor for class org.apache.xmlbeans.impl.schema.ElementFactory
 
ElementFilter - Interface in org.apache.xmlbeans.xml.stream
This interface defines a filter on elements
elementFlags() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Used for situations where these flags must be passed on to chained values.
ElementTypeNames - Class in org.apache.xmlbeans.xml.stream.events
 
ElementTypeNames() - Constructor for class org.apache.xmlbeans.xml.stream.events.ElementTypeNames
 
ELHIZB - Static variable in class org.apache.xmlbeans.impl.common.NameUtil
 
EMPTY - Static variable in class org.apache.xmlbeans.impl.config.NameSet
An empty NameSet, it doesn't contain any name
EMPTY - Static variable in class org.apache.xmlbeans.QNameSet
The empty QNameSet.
EMPTY_CONTENT - Static variable in interface org.apache.xmlbeans.SchemaType
Empty content.
EMPTYSTRING - Static variable in class org.apache.xmlbeans.impl.common.Sax2Dom
 
encode(byte[]) - Static method in class org.apache.xmlbeans.impl.util.HexBin
array of byte to encode
encode(String) - Static method in class org.apache.xmlbeans.impl.util.HexBin
Encodes octects (using utf-8) into Hex data
ENCODING - Static variable in class org.apache.xmlbeans.XmlDocumentProperties
Document encoding
EncodingMap - Class in org.apache.xmlbeans.impl.common
 
end() - Static method in class org.apache.xmlbeans.impl.schema.StscState
 
end() - Method in class org.apache.xmlbeans.impl.xpath.XPathExecutionContext
 
END - Static variable in interface org.apache.xmlbeans.impl.common.ValidatorListener
 
END - Static variable in class org.apache.xmlbeans.XmlCursor.TokenType
The singleton end-element token type
END_DOCUMENT - Static variable in interface org.apache.xmlbeans.xml.stream.XMLEvent
A constant which identifies an EndDocument
END_ELEMENT - Static variable in interface org.apache.xmlbeans.xml.stream.XMLEvent
A constant which identifies an EndElement
END_PREFIX_MAPPING - Static variable in interface org.apache.xmlbeans.xml.stream.XMLEvent
A constant which identifies a EndPrefixMapping
ENDATTRS - Static variable in interface org.apache.xmlbeans.impl.common.ValidatorListener
 
endCDATA() - Method in class org.apache.xmlbeans.impl.common.Sax2Dom
 
ENDDOC - Static variable in class org.apache.xmlbeans.XmlCursor.TokenType
The singleton start-document token type
endDocument() - Method in class org.apache.xmlbeans.impl.common.Sax2Dom
 
EndDocument - Interface in org.apache.xmlbeans.xml.stream
A marker interface for the end of a document
endDTD() - Method in class org.apache.xmlbeans.impl.common.Sax2Dom
 
endDTD() - Method in class org.apache.xmlbeans.impl.store.Cur.CurLoadContext
 
endDTD() - Method in class org.apache.xmlbeans.impl.store.Locale.LoadContext
 
endElement() - Method in class org.apache.xmlbeans.impl.store.Cur.CurLoadContext
 
endElement() - Method in class org.apache.xmlbeans.impl.store.Locale.LoadContext
 
endElement(String, String, String) - Method in class org.apache.xmlbeans.impl.common.Sax2Dom
 
endElement(ValidatorListener.Event) - Method in class org.apache.xmlbeans.impl.common.IdentityConstraint
 
EndElement - Interface in org.apache.xmlbeans.xml.stream
A marker interface for the end element event.
endEntity(String) - Method in class org.apache.xmlbeans.impl.common.Sax2Dom
 
endPrefixMapping(String) - Method in class org.apache.xmlbeans.impl.common.Sax2Dom
 
EndPrefixMapping - Interface in org.apache.xmlbeans.xml.stream
This event signals that a prefix mapping has gone out of scope
enter() - Method in interface org.apache.xmlbeans.impl.common.XmlLocale
 
enter() - Method in class org.apache.xmlbeans.impl.store.Locale
 
enter(Locale) - Method in class org.apache.xmlbeans.impl.store.Locale
 
ENTITY_EXPANSION_LIMIT - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
ENTITY_EXPANSION_LIMIT - Static variable in class org.apache.xmlbeans.impl.common.XMLBeansConstants
 
ENTITY_REFERENCE - Static variable in interface org.apache.xmlbeans.xml.stream.XMLEvent
A constant which identifies an EntityReference
ENTITY_RESOLVER - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
EntityReference - Interface in org.apache.xmlbeans.xml.stream
An interface for handling Entity Declarations
enumEntryForString(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
enumEntryForString(String) - Method in interface org.apache.xmlbeans.SchemaType
Returns the string enum entry corresponding to the given enumerated string, or null if there is no match or this type is not a string enumeration.
ENUMERATION_NEVER - Static variable in class org.apache.xmlbeans.impl.inst2xsd.Inst2XsdOptions
 
ENUMERATION_NOT_MORE_THAN_DEFAULT - Static variable in class org.apache.xmlbeans.impl.inst2xsd.Inst2XsdOptions
 
enumForInt(int) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
enumForInt(int) - Method in interface org.apache.xmlbeans.SchemaType
Returns the string enum value corresponding to the given enumerated string, or null if there is no match or this type is not a string enumeration.
enumForString(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
enumForString(String) - Method in interface org.apache.xmlbeans.SchemaType
Returns the string enum value corresponding to the given enumerated string, or null if there is no match or this type is not a string enumeration.
EQUAL - Static variable in interface org.apache.xmlbeans.XmlObject
EQUAL is 0.
equal_to(XmlObject) - Method in class org.apache.xmlbeans.impl.values.JavaBase64Holder
 
equal_to(XmlObject) - Method in class org.apache.xmlbeans.impl.values.JavaBooleanHolder
 
equal_to(XmlObject) - Method in class org.apache.xmlbeans.impl.values.JavaDecimalHolder
 
equal_to(XmlObject) - Method in class org.apache.xmlbeans.impl.values.JavaDoubleHolder
 
equal_to(XmlObject) - Method in class org.apache.xmlbeans.impl.values.JavaFloatHolder
 
equal_to(XmlObject) - Method in class org.apache.xmlbeans.impl.values.JavaGDateHolderEx
 
equal_to(XmlObject) - Method in class org.apache.xmlbeans.impl.values.JavaGDurationHolderEx
 
equal_to(XmlObject) - Method in class org.apache.xmlbeans.impl.values.JavaHexBinaryHolder
 
equal_to(XmlObject) - Method in class org.apache.xmlbeans.impl.values.JavaIntegerHolder
 
equal_to(XmlObject) - Method in class org.apache.xmlbeans.impl.values.JavaIntHolder
 
equal_to(XmlObject) - Method in class org.apache.xmlbeans.impl.values.JavaLongHolder
 
equal_to(XmlObject) - Method in class org.apache.xmlbeans.impl.values.JavaQNameHolder
 
equal_to(XmlObject) - Method in class org.apache.xmlbeans.impl.values.JavaStringHolder
 
equal_to(XmlObject) - Method in class org.apache.xmlbeans.impl.values.JavaUriHolder
 
equal_to(XmlObject) - Method in class org.apache.xmlbeans.impl.values.XmlAnySimpleTypeImpl
 
equal_to(XmlObject) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
equal_to(XmlObject) - Method in class org.apache.xmlbeans.impl.values.XmlListImpl
 
equal_to(XmlObject) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
equal_to(XmlObject) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
equals(Object) - Method in class org.apache.xmlbeans.GDate
GDate is an immutable class, and equality is computed based on its canonical value.
equals(Object) - Method in class org.apache.xmlbeans.GDuration
Two GDurations are equal if all their fields are equal.
equals(Object) - Method in class org.apache.xmlbeans.impl.common.XmlNameImpl
 
equals(Object) - Method in class org.apache.xmlbeans.impl.common.XmlObjectList
 
equals(Object) - Method in class org.apache.xmlbeans.impl.regex.RegularExpression
Return true if patterns are the same and the options are equivalent.
equals(Object) - Method in class org.apache.xmlbeans.impl.schema.StscImporter.SchemaToProcess
 
equals(Object) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
equals(Object) - Method in class org.apache.xmlbeans.soap.SOAPArrayType
 
equals(Object) - Method in class org.apache.xmlbeans.XmlSimpleList
Two XmlSimpleLists are equal if all their items are equal.
error(String, int, XmlObject) - Method in class org.apache.xmlbeans.impl.schema.StscState
Passes an error on to the current error listener.
error(String, Object[], XmlObject) - Method in class org.apache.xmlbeans.impl.schema.StscState
Passes an error on to the current error listener.
ERROR_LISTENER - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
errorForEvent(String, int, ValidatorListener.Event) - Static method in class org.apache.xmlbeans.impl.common.IdentityConstraint
 
errorForEvent(String, Object[], int, ValidatorListener.Event) - Static method in class org.apache.xmlbeans.impl.common.IdentityConstraint
 
ErrorLogger(boolean) - Constructor for class org.apache.xmlbeans.impl.tool.XMLBean.ErrorLogger
 
errorReported(String, Collection<XmlError>) - Static method in class org.apache.xmlbeans.impl.tool.XSTCTester
 
EVERYTHING - Static variable in class org.apache.xmlbeans.impl.config.NameSet
The NameSet that contains any name
examineAllHeaderElements() - Method in interface org.apache.xmlbeans.impl.soap.SOAPHeader
Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object.
examineHeaderElements(String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPHeader
Returns a list of all the SOAPHeaderElement objects in this SOAPHeader object that have the the specified actor.
examineMustUnderstandHeaderElements(String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPHeader
Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object that have the specified actor and that have a MustUnderstand attribute whose value is equivalent to true.
EXCEPTION_EXCEEDED_ENTITY_BYTES - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
EXCEPTION_LOADING_URL - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
EXCEPTION_VALUE_NOT_SUPPORTED_J2S - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
EXCEPTION_VALUE_NOT_SUPPORTED_S2J - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
EXCEPTION_XQRL_EXCEPTION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
EXCEPTION_XQRL_XPATH_NOT_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
excludedQNamesInIncludedURIs() - Method in class org.apache.xmlbeans.QNameSet
The set of QNames excluded from the set even though they are within a namespace that is otherwise fully included in the set.
excludedQNamesInIncludedURIs() - Method in class org.apache.xmlbeans.QNameSetBuilder
 
excludedQNamesInIncludedURIs() - Method in interface org.apache.xmlbeans.QNameSetSpecification
The finite set of QNames that are excluded from the set within namespaces that are otherwise included.
excludedURIs() - Method in class org.apache.xmlbeans.QNameSet
Namespaces that are fully excluded from the set except for a finite number of individual QName exceptions.
excludedURIs() - Method in class org.apache.xmlbeans.QNameSetBuilder
 
excludedURIs() - Method in interface org.apache.xmlbeans.QNameSetSpecification
The finite set of namespace URIs that are almost completely excluded from the set (that is, each namespace URI that included in the set with with a finite number of QName exceptions).
exec_query(String, XmlOptions) - Method in interface org.apache.xmlbeans.impl.values.TypeStore
 
execQuery(Object, Map<String, Object>) - Method in class org.apache.xmlbeans.impl.xpath.saxon.SaxonXQuery
 
execQuery(String) - Method in class org.apache.xmlbeans.FilterXmlObject
 
execQuery(String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
execQuery(String) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
execQuery(String) - Method in interface org.apache.xmlbeans.XmlCursor
Executes the specified XQuery expression against the XML this cursor is in.
execQuery(String) - Method in interface org.apache.xmlbeans.XmlObject
Executes a query.
execQuery(String, XmlOptions) - Method in class org.apache.xmlbeans.FilterXmlObject
 
execQuery(String, XmlOptions) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
execQuery(String, XmlOptions) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
execQuery(String, XmlOptions) - Method in interface org.apache.xmlbeans.XmlCursor
Executes the specified XQuery expression against the XML this cursor is in, and using the specified options.
execQuery(String, XmlOptions) - Method in interface org.apache.xmlbeans.XmlObject
Executes a query with options.
execute() - Method in class org.apache.xmlbeans.impl.tool.MavenPlugin
 
execute() - Method in class org.apache.xmlbeans.impl.tool.MavenPluginHelp
execute() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
execute(Cur, XmlOptions) - Method in interface org.apache.xmlbeans.impl.xpath.Path
 
execute(Cur, XmlOptions) - Method in class org.apache.xmlbeans.impl.xpath.saxon.SaxonXPath
 
execute(Cur, XmlOptions) - Method in class org.apache.xmlbeans.impl.xpath.xmlbeans.XmlbeansXPath
 
exit() - Method in interface org.apache.xmlbeans.impl.common.XmlLocale
 
exit() - Method in class org.apache.xmlbeans.impl.store.Locale
 
exit(Locale) - Method in class org.apache.xmlbeans.impl.store.Locale
 
expand(SchemaTypeVisitorImpl.VisitorState[]) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeVisitorImpl
 
EXPLICIT_GROUP_NEEDED - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
extendsJavaArray() - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
extendsJavaArray() - Method in interface org.apache.xmlbeans.SchemaProperty
True if there is a Java getter that returns an array.
extendsJavaOption() - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
extendsJavaOption() - Method in interface org.apache.xmlbeans.SchemaProperty
True if there is an Java isSet method that tests for presence.
extendsJavaSingleton() - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
extendsJavaSingleton() - Method in interface org.apache.xmlbeans.SchemaProperty
True if there is a Java getter that returns a singleton.
Extension - Class in org.apache.xmlbeans.impl.tool
An extension is a javabean that represents a SchemaCompilerExtension to be passed for callback into the XmlBeans Schema Compiler.
Extension() - Constructor for class org.apache.xmlbeans.impl.tool.Extension
 
Extension.Param - Class in org.apache.xmlbeans.impl.tool
A Param is just a name value pair applicable to the extension.
externalCompile(List<File>, File, File[], boolean) - Static method in class org.apache.xmlbeans.impl.tool.CodeGenUtil
Deprecated. 
externalCompile(List<File>, File, File[], boolean, String, String, String, boolean, boolean) - Static method in class org.apache.xmlbeans.impl.tool.CodeGenUtil
 
externalCompile(List<File>, File, File[], boolean, String, String, String, String, boolean, boolean) - Static method in class org.apache.xmlbeans.impl.tool.CodeGenUtil
Invokes javac on the generated source files in order to turn them into binary files in the output directory.
extractAllHeaderElements() - Method in interface org.apache.xmlbeans.impl.soap.SOAPHeader
Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object and detaches them from this SOAPHeader object.
extractHeaderElements(String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPHeader
Returns a list of all the SOAPHeaderElement objects in this SOAPHeader object that have the the specified actor and detaches them from this SOAPHeader object.
extraMain(String[]) - Static method in class org.apache.xmlbeans.impl.tool.InstanceValidator
Use this method to avoid calling System.exit(int)

F

FACET_DUPLICATED - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
FACET_ENUMERATION - Static variable in interface org.apache.xmlbeans.SchemaType
xs:enumeration facet - use SchemaType.getEnumerationValues() instead
FACET_FIXED - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
FACET_FRACTION_DIGITS - Static variable in interface org.apache.xmlbeans.SchemaType
xs:fractionDigits facet
FACET_LENGTH - Static variable in interface org.apache.xmlbeans.SchemaType
xs:length facet
FACET_MAX_EXCLUSIVE - Static variable in interface org.apache.xmlbeans.SchemaType
xs:maxExclusive facet
FACET_MAX_INCLUSIVE - Static variable in interface org.apache.xmlbeans.SchemaType
xs:maxInclusive facet
FACET_MAX_LENGTH - Static variable in interface org.apache.xmlbeans.SchemaType
xs:maxLength facet
FACET_MIN_EXCLUSIVE - Static variable in interface org.apache.xmlbeans.SchemaType
xs:minExclusive facet
FACET_MIN_INCLUSIVE - Static variable in interface org.apache.xmlbeans.SchemaType
xs:minInclusive facet
FACET_MIN_LENGTH - Static variable in interface org.apache.xmlbeans.SchemaType
xs:minLength facet
FACET_PATTERN - Static variable in interface org.apache.xmlbeans.SchemaType
xs:pattern facet - use SchemaType.matchPatternFacet(java.lang.String) instead
FACET_TOTAL_DIGITS - Static variable in interface org.apache.xmlbeans.SchemaType
xs:totalDigits facet
FACET_VALUE_MALFORMED - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
FACET_WHITE_SPACE - Static variable in interface org.apache.xmlbeans.SchemaType
xs:whiteSpace facet - use SchemaType.getWhiteSpaceRule() instead
FACETS_APPLICABLE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
FACETS_DEPRECATED_NOTATION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
notation-facets: See http://www.w3.org/TR/xmlschema-2/#NOTATION-facets
FactorImports - Class in org.apache.xmlbeans.impl.tool
This program takes a collection of .xsd files as input, finds all duplicate name definitions, and factors out the first instance of each of those into a common.xsd file, adding an appropriate statement in the original xsd file.
FactorImports() - Constructor for class org.apache.xmlbeans.impl.tool.FactorImports
 
Factory - Static variable in interface org.apache.xmlbeans.XmlAnySimpleType
 
Factory - Static variable in interface org.apache.xmlbeans.XmlAnyURI
 
Factory - Static variable in interface org.apache.xmlbeans.XmlBoolean
 
Factory - Static variable in interface org.apache.xmlbeans.XmlByte
 
Factory - Static variable in interface org.apache.xmlbeans.XmlDate
 
Factory - Static variable in interface org.apache.xmlbeans.XmlDateTime
 
Factory - Static variable in interface org.apache.xmlbeans.XmlDecimal
 
Factory - Static variable in interface org.apache.xmlbeans.XmlDouble
 
Factory - Static variable in interface org.apache.xmlbeans.XmlDuration
 
Factory - Static variable in interface org.apache.xmlbeans.XmlENTITIES
 
Factory - Static variable in interface org.apache.xmlbeans.XmlENTITY
 
Factory - Static variable in interface org.apache.xmlbeans.XmlFloat
 
Factory - Static variable in interface org.apache.xmlbeans.XmlGDay
 
Factory - Static variable in interface org.apache.xmlbeans.XmlGMonth
 
Factory - Static variable in interface org.apache.xmlbeans.XmlGMonthDay
 
Factory - Static variable in interface org.apache.xmlbeans.XmlGYear
 
Factory - Static variable in interface org.apache.xmlbeans.XmlGYearMonth
 
Factory - Static variable in interface org.apache.xmlbeans.XmlHexBinary
 
Factory - Static variable in interface org.apache.xmlbeans.XmlID
 
Factory - Static variable in interface org.apache.xmlbeans.XmlIDREF
 
Factory - Static variable in interface org.apache.xmlbeans.XmlIDREFS
 
Factory - Static variable in interface org.apache.xmlbeans.XmlInt
 
Factory - Static variable in interface org.apache.xmlbeans.XmlInteger
 
Factory - Static variable in interface org.apache.xmlbeans.XmlLanguage
 
Factory - Static variable in interface org.apache.xmlbeans.XmlLong
 
Factory - Static variable in interface org.apache.xmlbeans.XmlName
 
Factory - Static variable in interface org.apache.xmlbeans.XmlNCName
 
Factory - Static variable in interface org.apache.xmlbeans.XmlNegativeInteger
 
Factory - Static variable in interface org.apache.xmlbeans.XmlNMTOKEN
 
Factory - Static variable in interface org.apache.xmlbeans.XmlNMTOKENS
 
Factory - Static variable in interface org.apache.xmlbeans.XmlNonNegativeInteger
 
Factory - Static variable in interface org.apache.xmlbeans.XmlNonPositiveInteger
 
Factory - Static variable in interface org.apache.xmlbeans.XmlNormalizedString
 
Factory - Static variable in interface org.apache.xmlbeans.XmlNOTATION
 
Factory - Static variable in interface org.apache.xmlbeans.XmlObject
 
Factory - Static variable in interface org.apache.xmlbeans.XmlPositiveInteger
 
Factory - Static variable in interface org.apache.xmlbeans.XmlQName
 
Factory - Static variable in interface org.apache.xmlbeans.XmlShort
 
Factory - Static variable in interface org.apache.xmlbeans.XmlString
 
Factory - Static variable in interface org.apache.xmlbeans.XmlTime
 
Factory - Static variable in interface org.apache.xmlbeans.XmlToken
 
Factory - Static variable in interface org.apache.xmlbeans.XmlUnsignedByte
 
Factory - Static variable in interface org.apache.xmlbeans.XmlUnsignedInt
 
Factory - Static variable in interface org.apache.xmlbeans.XmlUnsignedLong
 
Factory - Static variable in interface org.apache.xmlbeans.XmlUnsignedShort
 
FEATURE_LOAD_DTD_GRAMMAR - Static variable in class org.apache.xmlbeans.impl.common.XMLBeansConstants
 
FEATURE_LOAD_EXTERNAL_DTD - Static variable in class org.apache.xmlbeans.impl.common.XMLBeansConstants
 
fetch_text(int) - Method in interface org.apache.xmlbeans.impl.values.TypeStore
A user of a TypeStore calls fetch_text when he knows his view of the text is invalid and he wants to see what the actual text value is.
FIELD_GLOBAL - Static variable in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
FIELD_GLOBAL - Static variable in class org.apache.xmlbeans.impl.tool.XsbDumper
 
FIELD_LOCALATTR - Static variable in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
FIELD_LOCALATTR - Static variable in class org.apache.xmlbeans.impl.tool.XsbDumper
 
FIELD_LOCALELT - Static variable in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
FIELD_LOCALELT - Static variable in class org.apache.xmlbeans.impl.tool.XsbDumper
 
FIELD_NONE - Static variable in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
FIELD_NONE - Static variable in class org.apache.xmlbeans.impl.tool.XsbDumper
 
FIELDS_XPATH - Static variable in class org.apache.xmlbeans.XmlErrorCodes
fileExists(String) - Method in class org.apache.xmlbeans.impl.tool.BaseSchemaResourceManager
Returns true if the given filename exists.
fileExists(String) - Method in class org.apache.xmlbeans.impl.tool.SchemaResourceManager
Returns true if the given filename exists.
Filer - Interface in org.apache.xmlbeans
 
FileResourceLoader - Class in org.apache.xmlbeans.impl.schema
 
FileResourceLoader(File) - Constructor for class org.apache.xmlbeans.impl.schema.FileResourceLoader
 
FilerImpl - Class in org.apache.xmlbeans.impl.util
This implementation of Filer writes to disk.
FilerImpl(File, File, Repackager, boolean, boolean) - Constructor for class org.apache.xmlbeans.impl.util.FilerImpl
 
filesEndingWith(String) - Method in class org.apache.xmlbeans.impl.tool.CommandLine
 
FILETYPE_SCHEMAATTRIBUTE - Static variable in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
FILETYPE_SCHEMAATTRIBUTE - Static variable in class org.apache.xmlbeans.impl.tool.XsbDumper
 
FILETYPE_SCHEMAATTRIBUTEGROUP - Static variable in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
FILETYPE_SCHEMAATTRIBUTEGROUP - Static variable in class org.apache.xmlbeans.impl.tool.XsbDumper
 
FILETYPE_SCHEMAELEMENT - Static variable in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
FILETYPE_SCHEMAELEMENT - Static variable in class org.apache.xmlbeans.impl.tool.XsbDumper
 
FILETYPE_SCHEMAIDENTITYCONSTRAINT - Static variable in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
FILETYPE_SCHEMAINDEX - Static variable in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
FILETYPE_SCHEMAINDEX - Static variable in class org.apache.xmlbeans.impl.tool.XsbDumper
 
FILETYPE_SCHEMAMODELGROUP - Static variable in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
FILETYPE_SCHEMAMODELGROUP - Static variable in class org.apache.xmlbeans.impl.tool.XsbDumper
 
FILETYPE_SCHEMAPOINTER - Static variable in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
FILETYPE_SCHEMAPOINTER - Static variable in class org.apache.xmlbeans.impl.tool.XsbDumper
 
FILETYPE_SCHEMATYPE - Static variable in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
FILETYPE_SCHEMATYPE - Static variable in class org.apache.xmlbeans.impl.tool.XsbDumper
 
fill(int) - Method in class org.apache.xmlbeans.impl.common.PushedInputStream
Called when more bytes need to be written into this stream (as an OutputStream).
fill(int) - Method in class org.apache.xmlbeans.impl.common.ReaderInputStream
 
filled() - Method in class org.apache.xmlbeans.impl.common.XmlObjectList
Tests that all values have been set.
fillInType(int) - Method in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
Links a type.
fillInType(int) - Method in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
Links a type.
fillUpContentForComplexType(Type, ComplexType, String) - Method in class org.apache.xmlbeans.impl.inst2xsd.util.TypeSystemHolder
 
fillUpLocalAttribute(Attribute, Attribute, String) - Method in class org.apache.xmlbeans.impl.inst2xsd.util.TypeSystemHolder
 
fillUpLocalElement(Element, LocalElement, String) - Method in class org.apache.xmlbeans.impl.inst2xsd.util.TypeSystemHolder
 
FilterXmlObject - Class in org.apache.xmlbeans
A FilterXmlObject delegates to some other XmlObject, which it can use as its basic source of data, possibly transforming the data along the way or providing additional functionality.
FilterXmlObject() - Constructor for class org.apache.xmlbeans.FilterXmlObject
 
finalExtension() - Method in class org.apache.xmlbeans.impl.schema.SchemaGlobalElementImpl
 
finalExtension() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
finalExtension() - Method in interface org.apache.xmlbeans.SchemaGlobalElement
True if using this element as the head of a substitution group for a substitution via type extension is prohibited.
finalExtension() - Method in interface org.apache.xmlbeans.SchemaType
True if other types cannot extend this type (only for complex types)
finalList() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
finalList() - Method in interface org.apache.xmlbeans.SchemaType
True if list derivation of this type is prohibited (only for simple types)
finalRestriction() - Method in class org.apache.xmlbeans.impl.schema.SchemaGlobalElementImpl
 
finalRestriction() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
finalRestriction() - Method in interface org.apache.xmlbeans.SchemaGlobalElement
True if using this element as the head of a substitution group for a substitution via type restriction is prohibited.
finalRestriction() - Method in interface org.apache.xmlbeans.SchemaType
True if other types cannot restrict this type
finalUnion() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
finalUnion() - Method in interface org.apache.xmlbeans.SchemaType
True if union derivation of this type is prohibited (only for simple types)
find_all_element_users(QName, List<T>) - Method in interface org.apache.xmlbeans.impl.values.TypeStore
Returns all the TypeStoreUsers corresponding to elements with the given name owned by this typestore, or the empty array of TypeStoreUsers if none was found.
find_all_element_users(QNameSet, List<T>) - Method in interface org.apache.xmlbeans.impl.values.TypeStore
Returns all TypeStoreUsers corresponding to elements with one of the names is the QNameSet.
find_attribute_user(QName) - Method in interface org.apache.xmlbeans.impl.values.TypeStore
Returns the TypeStoreUser underneath the attribute with the given name, or null if there is no such attribute.
find_element_user(QName, int) - Method in interface org.apache.xmlbeans.impl.values.TypeStore
Returns the TypeStoreUser underneath the ith element with the given name owned by this textstore, or null if none was found.
find_element_user(QNameSet, int) - Method in interface org.apache.xmlbeans.impl.values.TypeStore
Like find_element_user but accepts a set of names to search for.
find_nil() - Method in interface org.apache.xmlbeans.impl.values.TypeStore
The TypeStore is reponsible for discovering if this value is nil.
find_prefix_for_nsuri(String, String) - Method in interface org.apache.xmlbeans.impl.values.NamespaceManager
Caled when the user needs a prefix by which to reference a given Xml namespace.
findAllRelative(URI, URI) - Static method in class org.apache.xmlbeans.impl.tool.SchemaCopy
Copies the schema or wsdl at the source URI to the target URI, along with any relative references.
findAttribute(QName) - Method in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
findAttribute(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase
 
findAttribute(QName) - Method in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
 
findAttribute(QName) - Method in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
findAttribute(QName) - Method in interface org.apache.xmlbeans.SchemaTypeLoader
Returns the global attribute defintion with the given name, or null if none.
findAttributeGroup(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase
 
findAttributeGroup(QName) - Method in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
 
findAttributeGroup(QName) - Method in interface org.apache.xmlbeans.SchemaTypeLoader
Returns the attribute group defintion with the given name, or null if none.
findAttributeGroupRef(QName) - Method in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
findAttributeGroupRef(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderImpl
 
findAttributeGroupRef(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
findAttributeGroupRef(QName) - Method in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
 
findAttributeGroupRef(QName) - Method in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
findAttributeGroupRef(QName) - Method in interface org.apache.xmlbeans.SchemaTypeLoader
Used for on-demand loading.
findAttributeRef(QName) - Method in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
findAttributeRef(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderImpl
 
findAttributeRef(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
findAttributeRef(QName) - Method in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
 
findAttributeRef(QName) - Method in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
findAttributeRef(QName) - Method in interface org.apache.xmlbeans.SchemaTypeLoader
Used for on-demand loading.
findAttributeType(QName) - Method in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
findAttributeType(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase
 
findAttributeType(QName) - Method in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
 
findAttributeType(QName) - Method in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
findAttributeType(QName) - Method in interface org.apache.xmlbeans.SchemaTypeLoader
Returns the attribute type containing the given attribute name, or null if none.
findAttributeTypeRef(QName) - Method in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
findAttributeTypeRef(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderImpl
 
findAttributeTypeRef(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
findAttributeTypeRef(QName) - Method in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
 
findAttributeTypeRef(QName) - Method in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
findAttributeTypeRef(QName) - Method in interface org.apache.xmlbeans.SchemaTypeLoader
Used for on-demand loading.
findDocumentType(QName) - Method in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
findDocumentType(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase
 
findDocumentType(QName) - Method in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
 
findDocumentType(QName) - Method in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
findDocumentType(QName) - Method in interface org.apache.xmlbeans.SchemaTypeLoader
Returns the document type rooted at the given element name, or null if none.
findDocumentTypeRef(QName) - Method in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
findDocumentTypeRef(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderImpl
 
findDocumentTypeRef(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
findDocumentTypeRef(QName) - Method in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
 
findDocumentTypeRef(QName) - Method in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
findDocumentTypeRef(QName) - Method in interface org.apache.xmlbeans.SchemaTypeLoader
Used for on-demand loading.
findElement(QName) - Method in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
findElement(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase
 
findElement(QName) - Method in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
 
findElement(QName) - Method in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
findElement(QName) - Method in interface org.apache.xmlbeans.SchemaTypeLoader
Returns the global element defintion with the given name, or null if none.
findElementRef(QName) - Method in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
findElementRef(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderImpl
 
findElementRef(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
findElementRef(QName) - Method in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
 
findElementRef(QName) - Method in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
findElementRef(QName) - Method in interface org.apache.xmlbeans.SchemaTypeLoader
Used for on-demand loading.
findIdentityConstraintRef(QName) - Method in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
findIdentityConstraintRef(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderImpl
 
findIdentityConstraintRef(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
findIdentityConstraintRef(QName) - Method in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
 
findIdentityConstraintRef(QName) - Method in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
findIdentityConstraintRef(QName) - Method in interface org.apache.xmlbeans.SchemaTypeLoader
Used for on-demand loading.
findModelGroup(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase
 
findModelGroup(QName) - Method in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
 
findModelGroup(QName) - Method in interface org.apache.xmlbeans.SchemaTypeLoader
Returns the model group defintion with the given name, or null if none.
findModelGroupRef(QName) - Method in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
findModelGroupRef(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderImpl
 
findModelGroupRef(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
findModelGroupRef(QName) - Method in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
 
findModelGroupRef(QName) - Method in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
findModelGroupRef(QName) - Method in interface org.apache.xmlbeans.SchemaTypeLoader
Used for on-demand loading.
findType(QName) - Method in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
findType(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase
 
findType(QName) - Method in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
 
findType(QName) - Method in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
findType(QName) - Method in interface org.apache.xmlbeans.SchemaTypeLoader
Returns the type with the given name, or null if none.
findTypeRef(QName) - Method in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
findTypeRef(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderImpl
 
findTypeRef(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
findTypeRef(QName) - Method in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
 
findTypeRef(QName) - Method in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
findTypeRef(QName) - Method in interface org.apache.xmlbeans.SchemaTypeLoader
Used for on-demand loading.
finish() - Method in class org.apache.xmlbeans.impl.store.Cur.CurLoadContext
 
finish() - Method in class org.apache.xmlbeans.impl.store.Locale.LoadContext
 
finishJavaizing() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
finishLoading() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
finishResolving() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
finishResolvingSGs() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
firstError() - Method in class org.apache.xmlbeans.impl.common.XmlErrorWatcher
 
FIXED - Static variable in interface org.apache.xmlbeans.impl.values.TypeStore
 
FLAG_PART_ABSTRACT - Static variable in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
FLAG_PART_ABSTRACT - Static variable in class org.apache.xmlbeans.impl.tool.XsbDumper
 
FLAG_PART_BLOCKEXT - Static variable in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
FLAG_PART_BLOCKEXT - Static variable in class org.apache.xmlbeans.impl.tool.XsbDumper
 
FLAG_PART_BLOCKREST - Static variable in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
FLAG_PART_BLOCKREST - Static variable in class org.apache.xmlbeans.impl.tool.XsbDumper
 
FLAG_PART_BLOCKSUBST - Static variable in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
FLAG_PART_BLOCKSUBST - Static variable in class org.apache.xmlbeans.impl.tool.XsbDumper
 
FLAG_PART_FINALEXT - Static variable in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
FLAG_PART_FINALEXT - Static variable in class org.apache.xmlbeans.impl.tool.XsbDumper
 
FLAG_PART_FINALREST - Static variable in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
FLAG_PART_FINALREST - Static variable in class org.apache.xmlbeans.impl.tool.XsbDumper
 
FLAG_PART_FIXED - Static variable in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
FLAG_PART_FIXED - Static variable in class org.apache.xmlbeans.impl.tool.XsbDumper
 
FLAG_PART_NILLABLE - Static variable in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
FLAG_PART_NILLABLE - Static variable in class org.apache.xmlbeans.impl.tool.XsbDumper
 
FLAG_PART_SKIPPABLE - Static variable in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
FLAG_PART_SKIPPABLE - Static variable in class org.apache.xmlbeans.impl.tool.XsbDumper
 
FLAG_PROP_ISATTR - Static variable in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
FLAG_PROP_ISATTR - Static variable in class org.apache.xmlbeans.impl.tool.XsbDumper
 
FLAG_PROP_JAVAARRAY - Static variable in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
FLAG_PROP_JAVAARRAY - Static variable in class org.apache.xmlbeans.impl.tool.XsbDumper
 
FLAG_PROP_JAVAOPTIONAL - Static variable in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
FLAG_PROP_JAVAOPTIONAL - Static variable in class org.apache.xmlbeans.impl.tool.XsbDumper
 
FLAG_PROP_JAVASINGLETON - Static variable in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
FLAG_PROP_JAVASINGLETON - Static variable in class org.apache.xmlbeans.impl.tool.XsbDumper
 
FLOAT - Static variable in class org.apache.xmlbeans.XmlErrorCodes
forArray(QName[]) - Static method in class org.apache.xmlbeans.QNameSet
Returns a QNameSet based on the given array of included QNames
forConfigDocuments(ConfigDocument.Config[], File[], File[]) - Static method in class org.apache.xmlbeans.impl.config.BindingConfigImpl
 
forCursor(String, int, XmlCursor) - Static method in class org.apache.xmlbeans.XmlError
Returns an XmlError for the given message, with the given severity, located at the XmlCursor.
forCursor(String, Object[], int, XmlCursor) - Static method in class org.apache.xmlbeans.XmlError
Returns an XmlError for the given message, with the given severity, located at the XmlCursor.
forCursor(String, Object[], XmlCursor) - Static method in class org.apache.xmlbeans.XmlError
Returns an XmlError for the given message, located at the XmlCursor, with XmlError.SEVERITY_ERROR.
forCursor(String, XmlCursor) - Static method in class org.apache.xmlbeans.XmlError
Returns an XmlError for the given message, located at the XmlCursor, with XmlError.SEVERITY_ERROR.
forCursorWithDetails(String, String, Object[], int, XmlCursor, QName, QName, SchemaType, List, int, SchemaType) - Static method in class org.apache.xmlbeans.XmlValidationError
 
forInt(int) - Method in class org.apache.xmlbeans.StringEnumAbstractBase.Table
Returns the singleton for an int code, or null if none.
forLN(String) - Static method in class org.apache.xmlbeans.impl.common.QNameHelper
 
forLN(String) - Static method in class org.apache.xmlbeans.impl.common.XMLNameHelper
 
forLNS(String, String) - Static method in class org.apache.xmlbeans.impl.common.QNameHelper
 
forLNS(String, String) - Static method in class org.apache.xmlbeans.impl.common.XMLNameHelper
 
forLocation(String, int, String, int, int, int) - Static method in class org.apache.xmlbeans.XmlError
Returns an XmlError for the given message, with the given severity, located at a specific point in the given file.
forLocation(String, Object[], int, String, int, int, int) - Static method in class org.apache.xmlbeans.XmlError
Returns an XmlError for the given message, with the given severity, located at a specific point in the given file.
forLocation(String, String, int, int, int) - Static method in class org.apache.xmlbeans.XmlError
Returns an XmlError for the given message, located at a specific point in the given file and XmlError.SEVERITY_ERROR.
forLocation(String, String, Location) - Static method in class org.apache.xmlbeans.XmlError
Returns an XmlError for the given message, located at a specific point in the given file and XmlError.SEVERITY_ERROR.
forLocationAndCursor(String, int, String, int, int, int, XmlCursor) - Static method in class org.apache.xmlbeans.XmlError
Returns an XmlError for the given message, with the given severity, located at the given physcial location and XmlCursor.
forLocationWithDetails(String, String, Object[], int, Location, QName, QName, SchemaType, List, int, SchemaType) - Static method in class org.apache.xmlbeans.XmlValidationError
 
formattedFileName(String, URI) - Static method in class org.apache.xmlbeans.XmlError
Tries to produce a nicely formatted filename from the given string.
formattedMessage(String, Object[]) - Static method in class org.apache.xmlbeans.XmlError
Tries to format a message using the error code.
forMessage(String) - Static method in class org.apache.xmlbeans.XmlError
Returns an XmlError for the given message, with no location and XmlError.SEVERITY_ERROR.
forMessage(String, int) - Static method in class org.apache.xmlbeans.XmlError
Returns an XmlError for the given message, with no location and the given severity.
forMessage(String, Object[]) - Static method in class org.apache.xmlbeans.XmlError
Returns an XmlError for the given message, with no location and the given severity.
forMessage(String, Object[], int) - Static method in class org.apache.xmlbeans.XmlError
Returns an XmlError for the given message, with no location and the given severity.
forName(String, ClassLoader) - Static method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
forObject(String, int, XmlObject) - Static method in class org.apache.xmlbeans.XmlError
Returns an XmlError for the given message, with the given severity, located at the XmlObject.
forObject(String, Object[], int, XmlObject) - Static method in class org.apache.xmlbeans.XmlError
Returns an XmlError for the given message, with the given severity, located at the XmlObject.
forObject(String, Object[], XmlObject) - Static method in class org.apache.xmlbeans.XmlError
Returns an XmlError for the given message, located at the XmlObject, with XmlError.SEVERITY_ERROR.
forObject(String, XmlObject) - Static method in class org.apache.xmlbeans.XmlError
Returns an XmlError for the given message, located at the XmlObject, with XmlError.SEVERITY_ERROR.
forPattern(String) - Static method in class org.apache.xmlbeans.impl.regex.SchemaRegularExpression
 
forPretty(String, int) - Static method in class org.apache.xmlbeans.impl.common.QNameHelper
 
forPretty(String, int) - Static method in class org.apache.xmlbeans.impl.common.XMLNameHelper
 
forSets(Set<String>, Set<String>, Set<QName>, Set<QName>) - Static method in class org.apache.xmlbeans.QNameSet
Returns a QNameSet based on the given sets of excluded URIs, included URIs, excluded QNames in included namespaces, and included QNames in excluded namespaces.
forSource(String, int, String) - Static method in class org.apache.xmlbeans.XmlError
Returns an XmlError for the given message, with the given severity, located in the given file.
forSource(String, Object[], int, String) - Static method in class org.apache.xmlbeans.XmlError
Returns an XmlError for the given message, with the given severity, located in the given file.
forSource(String, String) - Static method in class org.apache.xmlbeans.XmlError
Returns an XmlError for the given message, located in the given file and XmlError.SEVERITY_ERROR.
forSpecification(QNameSetSpecification) - Static method in class org.apache.xmlbeans.QNameSet
Returns a QNameSet with the same contents as the given QNameSetSpecification.
forString(String) - Method in class org.apache.xmlbeans.StringEnumAbstractBase.Table
Returns the singleton for a String, or null if none.
forWildcardNamespaceString(String, String) - Static method in class org.apache.xmlbeans.QNameSet
Returns a QNameSet corresponding to the given wildcard namespace string.

G

GDate - Class in org.apache.xmlbeans
Represents an XML Schema-compatible Gregorian date.
GDate(int, int, int, int, int, int, BigDecimal) - Constructor for class org.apache.xmlbeans.GDate
Constructs a GDate with the specified year, month, day, hours, minutes, seconds, and optional fractional seconds, in an unspecified timezone.
GDate(int, int, int, int, int, int, BigDecimal, int, int, int) - Constructor for class org.apache.xmlbeans.GDate
Constructs an absolute GDate with the specified year, month, day, hours, minutes, seconds, and optional fractional seconds, and in the timezone specified.
GDate(CharSequence) - Constructor for class org.apache.xmlbeans.GDate
Constructs a GDate based on a lexical representation.
GDate(Calendar) - Constructor for class org.apache.xmlbeans.GDate
Constructs a GDate based on a java.util.Calendar.
GDate(Date) - Constructor for class org.apache.xmlbeans.GDate
Constructs a GDate based on a java.util.Date.
GDate(GDateSpecification) - Constructor for class org.apache.xmlbeans.GDate
Constructs a GDate based on another GDateSpecification.
GDateBuilder - Class in org.apache.xmlbeans
Used to build GDates.
GDateBuilder() - Constructor for class org.apache.xmlbeans.GDateBuilder
Constructs a GDateBuilder specifying no date or time
GDateBuilder(int, int, int, int, int, int, BigDecimal) - Constructor for class org.apache.xmlbeans.GDateBuilder
Constructs a GDateBuilder with the specified year, month, day, hours, minutes, seconds, and optional fractional seconds, in an unspecified timezone.
GDateBuilder(int, int, int, int, int, int, BigDecimal, int, int, int) - Constructor for class org.apache.xmlbeans.GDateBuilder
Constructs an absolute GDateBuilder with the specified year, month, day, hours, minutes, seconds, and optional fractional seconds, and in the timezone specified.
GDateBuilder(CharSequence) - Constructor for class org.apache.xmlbeans.GDateBuilder
Constructs a GDateBuilder from a lexical representation.
GDateBuilder(Calendar) - Constructor for class org.apache.xmlbeans.GDateBuilder
 
GDateBuilder(Date) - Constructor for class org.apache.xmlbeans.GDateBuilder
Constructs a GDateBuilder based on a java.util.Date.
GDateBuilder(GDateSpecification) - Constructor for class org.apache.xmlbeans.GDateBuilder
Construts a GDateBuilder by copying another GDateSpecificaiton.
GDateSpecification - Interface in org.apache.xmlbeans
Represents an XML Schema-compatible Gregorian date.
GDuration - Class in org.apache.xmlbeans
Represents an XML Schema-compatible duration.
GDuration() - Constructor for class org.apache.xmlbeans.GDuration
Constructs an empty GDuration representing zero seconds.
GDuration(int, int, int, int, int, int, int, BigDecimal) - Constructor for class org.apache.xmlbeans.GDuration
Constructs a GDuration with the specified sign, year, month, day, hours, minutes, seconds, and optional fractional seconds.
GDuration(CharSequence) - Constructor for class org.apache.xmlbeans.GDuration
Constructs a GDuration from a lexical representation.
GDuration(GDurationSpecification) - Constructor for class org.apache.xmlbeans.GDuration
Constructs a GDuration from another GDurationSpecification.
GDurationBuilder - Class in org.apache.xmlbeans
Used to build GDurations.
GDurationBuilder() - Constructor for class org.apache.xmlbeans.GDurationBuilder
Constructs an empty GDurationBuilder representing zero seconds.
GDurationBuilder(int, int, int, int, int, int, int, BigDecimal) - Constructor for class org.apache.xmlbeans.GDurationBuilder
Constructs a GDurationBuilder with the specified sign, year, month, day, hours, minutes, seconds, and optional fractional seconds.
GDurationBuilder(String) - Constructor for class org.apache.xmlbeans.GDurationBuilder
Constructs a GDuration from a lexical representation.
GDurationBuilder(GDurationSpecification) - Constructor for class org.apache.xmlbeans.GDurationBuilder
Constructs a GDurationBuilder from another GDurationBuilderSpecification.
GDurationSpecification - Interface in org.apache.xmlbeans
Represents an XML Schema-compatible duration.
GENERATE_JAVA_VERSION - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
generatedSetterHelperImpl(XmlObject, QName, int, short) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
generateTypes(SchemaTypeSystem, Filer, XmlOptions) - Static method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler
Generate java source files for a SchemaTypeSystem.
generateXPath(XmlCursor, XmlCursor, NamespaceContext) - Static method in class org.apache.xmlbeans.impl.xpathgen.XPathGenerator
Generates an XPath pointing to the position in the document indicated by node.
GENERIC_ERROR - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
get() - Static method in class org.apache.xmlbeans.impl.common.SystemCache
 
get() - Static method in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
get() - Static method in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
 
get() - Static method in class org.apache.xmlbeans.impl.schema.StscState
 
get() - Static method in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
get() - Method in class org.apache.xmlbeans.SchemaAttributeGroup.Ref
 
get() - Method in class org.apache.xmlbeans.SchemaGlobalAttribute.Ref
 
get() - Method in class org.apache.xmlbeans.SchemaGlobalElement.Ref
 
get() - Method in class org.apache.xmlbeans.SchemaIdentityConstraint.Ref
 
get() - Method in class org.apache.xmlbeans.SchemaModelGroup.Ref
 
get() - Method in class org.apache.xmlbeans.SchemaType.Ref
 
get(int) - Method in class org.apache.xmlbeans.impl.values.JavaListObject
 
get(int) - Method in class org.apache.xmlbeans.impl.values.JavaListXmlObject
 
get(int) - Method in class org.apache.xmlbeans.XmlCalendar
Gets the value for a given time field.
get(int) - Method in class org.apache.xmlbeans.XmlSimpleList
Returns the object at the specified position in this list.
get(Object) - Method in class org.apache.xmlbeans.impl.common.SoftCache
 
get(Object) - Method in class org.apache.xmlbeans.XmlDocumentProperties
Returns a value previously attached to a document using set.
get(XmlOptions.XmlOptionsKeys) - Method in class org.apache.xmlbeans.XmlOptions
Used to get a generic option
GET - org.apache.xmlbeans.XmlOptions.BeanMethod
 
GET_ARRAY - org.apache.xmlbeans.XmlOptions.BeanMethod
 
get_attribute_field(QName) - Method in interface org.apache.xmlbeans.impl.values.TypeStoreUser
Returns the schema field for an attribute
get_attribute_field(QName) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
get_attribute_type(QName) - Method in interface org.apache.xmlbeans.impl.values.TypeStoreUser
Return the SchemaType which an attribute of this name would be.
get_attribute_type(QName) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
get_attributeflags(QName) - Method in interface org.apache.xmlbeans.impl.values.TypeStoreUser
Returns the flags for an attribute.
get_attributeflags(QName) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Returns the flags for the given attribute.
get_default_attribute_text(QName) - Method in interface org.apache.xmlbeans.impl.values.TypeStoreUser
Returns the default attribute text for the attribute with the given name.
get_default_attribute_text(QName) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
get_default_attribute_text(QName) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Returns the default attribute text for the attribute with the given name, or null if no default.
get_default_attribute_value(QName) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Called by code generated code to get the default attribute value for a given attribute name, or null if none.
get_default_element_text(QName) - Method in interface org.apache.xmlbeans.impl.values.TypeStoreUser
Returns the default element text, if it's consistent.
get_default_element_text(QName) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
get_default_element_text(QName) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Returns the default element text, if it's consistent.
get_default_text() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeVisitorImpl
Returns default text
get_default_text() - Method in interface org.apache.xmlbeans.impl.values.TypeStoreVisitor
Returns the default text for this element.
get_element_ending_delimiters(QName) - Method in interface org.apache.xmlbeans.impl.values.TypeStoreUser
A typestore user can return the element sort order to use for insertion operations if needed.
get_element_ending_delimiters(QName) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Inserting a new element is always unambiguous except in one situation: when adding an element after the last one with that name (or the first one if there are none).
get_element_type(QName, QName) - Method in interface org.apache.xmlbeans.impl.values.TypeStoreUser
Return the SchemaType which a child element of this name and xsi:type would be.
get_element_type(QName, QName) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
get_elementflags() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeVisitorImpl
Constructs elementflags
get_elementflags() - Method in interface org.apache.xmlbeans.impl.values.TypeStoreVisitor
Returns the elementflags for this element.
get_elementflags(QName) - Method in interface org.apache.xmlbeans.impl.values.TypeStoreUser
Returns the elementflags, if they're consistent.
get_elementflags(QName) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
get_elementflags(QName) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Returns the elementflags, if they're consistent.
GET_IDX - org.apache.xmlbeans.XmlOptions.BeanMethod
 
GET_LIST - org.apache.xmlbeans.XmlOptions.BeanMethod
 
get_locale() - Method in interface org.apache.xmlbeans.impl.values.TypeStore
Returns the locale object which is used to manage thread safty and the gateway requirements for calls into the xml store
get_root_object() - Method in interface org.apache.xmlbeans.impl.values.TypeStore
Deprecated. 
get_schema_field() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeVisitorImpl
Returns the schema field for this field.
get_schema_field() - Method in interface org.apache.xmlbeans.impl.values.TypeStore
Here the typestore is resposible for finding the schema field for this object.
get_schema_field() - Method in interface org.apache.xmlbeans.impl.values.TypeStoreVisitor
Returns the schema field for this field.
get_schema_type() - Method in interface org.apache.xmlbeans.impl.values.TypeStoreUser
Returns the schema type of this user
get_schema_type() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
get_schematypeloader() - Method in interface org.apache.xmlbeans.impl.values.TypeStore
Get the SchemaTypeLoader associated with the store contianing this TypeStore.
get_store() - Method in interface org.apache.xmlbeans.impl.values.TypeStoreUser
Returns the store to which this typestoreuser is attached, or null if none.
get_store() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Used by the ComplexTypeImpl subclass to get direct access to the store.
get_wscanon_rule() - Method in class org.apache.xmlbeans.impl.values.JavaBase64HolderEx
 
get_wscanon_rule() - Method in class org.apache.xmlbeans.impl.values.JavaHexBinaryHolderEx
 
get_wscanon_rule() - Method in class org.apache.xmlbeans.impl.values.JavaNotationHolderEx
 
get_wscanon_rule() - Method in class org.apache.xmlbeans.impl.values.JavaQNameHolder
 
get_wscanon_rule() - Method in class org.apache.xmlbeans.impl.values.JavaQNameHolderEx
 
get_wscanon_rule() - Method in class org.apache.xmlbeans.impl.values.JavaStringHolder
 
get_wscanon_rule() - Method in class org.apache.xmlbeans.impl.values.JavaStringHolderEx
 
get_wscanon_rule() - Method in class org.apache.xmlbeans.impl.values.JavaUriHolderEx
 
get_wscanon_rule() - Method in class org.apache.xmlbeans.impl.values.XmlAnySimpleTypeImpl
 
get_wscanon_rule() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Returns the whitespace rule that will be applied before building a string to pass to get_text().
get_wscanon_rule() - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
get_wscanon_text() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Grabs the undelying litral representation, applying the implementation's wscanon rule.
get_xsi_type() - Method in interface org.apache.xmlbeans.impl.values.TypeStore
Get the value of xsi:type.
getActor() - Method in interface org.apache.xmlbeans.impl.soap.SOAPHeaderElement
Returns the uri of the actor associated with this SOAPHeaderElement object.
getAllAttributes() - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
Returns an iterator over all of the attribute names in this SOAPElement object.
getAllBookmarkRefs(Collection) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
getAllBookmarkRefs(Collection) - Method in interface org.apache.xmlbeans.XmlCursor
Retrieves all the bookmarks at this location, adding them to the specified collection.
getAllHeaders() - Method in class org.apache.xmlbeans.impl.soap.MimeHeaders
Returns all the headers in this MimeHeaders object.
getAllMimeHeaders() - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
Retrieves all the headers for this AttachmentPart object as an iterator over the MimeHeader objects.
getAllMimeHeaders() - Method in class org.apache.xmlbeans.impl.soap.SOAPPart
Retrieves all the headers for this SOAPPart object as an iterator over the MimeHeader objects.
getAllNamespaces(Map<String, String>) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
getAllNamespaces(Map<String, String>) - Method in interface org.apache.xmlbeans.XmlCursor
Adds to the specified map, all the namespaces in scope at the container where this cursor is positioned.
getAllXSDFilenames() - Method in class org.apache.xmlbeans.impl.tool.BaseSchemaResourceManager
Returns a list of all the XSD filesnames in the project.
getAllXSDFilenames() - Method in class org.apache.xmlbeans.impl.tool.SchemaResourceManager
Returns a list of all the XSD filesnames in the project.
getAnnotation() - Method in class org.apache.xmlbeans.impl.schema.SchemaAttributeGroupImpl
 
getAnnotation() - Method in class org.apache.xmlbeans.impl.schema.SchemaIdentityConstraintImpl
 
getAnnotation() - Method in class org.apache.xmlbeans.impl.schema.SchemaLocalAttributeImpl
 
getAnnotation() - Method in class org.apache.xmlbeans.impl.schema.SchemaLocalElementImpl
 
getAnnotation() - Method in class org.apache.xmlbeans.impl.schema.SchemaModelGroupImpl
 
getAnnotation() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getAnnotation() - Method in interface org.apache.xmlbeans.SchemaAnnotated
Returns the Schema annotation object or null if none present
getAnnotation(SchemaContainer, Annotated) - Static method in class org.apache.xmlbeans.impl.schema.SchemaAnnotationImpl
 
getAnnotation(SchemaContainer, XmlObject, AnnotationDocument.Annotation) - Static method in class org.apache.xmlbeans.impl.schema.SchemaAnnotationImpl
 
getAnonymousTypes() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getAnonymousTypes() - Method in interface org.apache.xmlbeans.SchemaType
The array of inner (anonymous) types defined within this type.
getAnonymousUnionMemberOrdinal() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getAnonymousUnionMemberOrdinal() - Method in interface org.apache.xmlbeans.SchemaType
For anonymous types defined inside a union only: gets the integer indicating the declaration order of this type within the outer union type, or zero if this is not applicable.
getApplicationInformation() - Method in class org.apache.xmlbeans.impl.schema.SchemaAnnotationImpl
 
getApplicationInformation() - Method in interface org.apache.xmlbeans.SchemaAnnotation
Retrieves all application information items from this annotation
getAttachments() - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
Retrieves all the AttachmentPart objects that are part of this SOAPMessage object.
getAttachments(MimeHeaders) - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
Retrieves all the AttachmentPart objects that have header entries that match the specified headers.
getAttFormDefault() - Method in class org.apache.xmlbeans.impl.schema.SchemaModelGroupImpl
 
getAttFormDefault() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getAttribute(QName) - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
getAttribute(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaAttributeModelImpl
 
getAttribute(QName) - Method in interface org.apache.xmlbeans.SchemaAttributeModel
Returns the attribute with the given name.
getAttributeBase64Value(int) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the decoded base64 value as anInputStream.
getAttributeBase64Value(int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeBase64Value(String, String) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the decoded base64 value as anInputStream.
getAttributeBase64Value(String, String) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeBigDecimalValue(int) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a BigDecimal.
getAttributeBigDecimalValue(int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeBigDecimalValue(String, String) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a BigDecimal.
getAttributeBigDecimalValue(String, String) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeBigIntegerValue(int) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a BigInteger.
getAttributeBigIntegerValue(int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeBigIntegerValue(String, String) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a BigInteger.
getAttributeBigIntegerValue(String, String) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeBooleanValue(int) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a boolean.
getAttributeBooleanValue(int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeBooleanValue(String, String) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a boolean.
getAttributeBooleanValue(String, String) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeByName(XMLName) - Method in interface org.apache.xmlbeans.xml.stream.StartElement
Returns the attribute referred to by this name
getAttributeByteValue(int) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a byte.
getAttributeByteValue(int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeByteValue(String, String) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a byte.
getAttributeByteValue(String, String) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeCalendarValue(int) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as an XmlCalendar which extends Calendar.
getAttributeCalendarValue(int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeCalendarValue(String, String) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as an XmlCalendar which extends Calendar.
getAttributeCalendarValue(String, String) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeCount() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeDateValue(int) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a Date.
getAttributeDateValue(int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeDateValue(String, String) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a Date.
getAttributeDateValue(String, String) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeDoubleValue(int) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a double.
getAttributeDoubleValue(int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeDoubleValue(String, String) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a double.
getAttributeDoubleValue(String, String) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeFloatValue(int) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a float.
getAttributeFloatValue(int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeFloatValue(String, String) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a float.
getAttributeFloatValue(String, String) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeGDateValue(int) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a GDate.
getAttributeGDateValue(int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeGDateValue(String, String) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a GDate.
getAttributeGDateValue(String, String) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeGDurationValue(int) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a GDuration.
getAttributeGDurationValue(int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeGDurationValue(String, String) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a GDuration.
getAttributeGDurationValue(String, String) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeHexBinaryValue(int) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the decoded hexbinary value as an InputStream.
getAttributeHexBinaryValue(int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeHexBinaryValue(String, String) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the decoded hexbinary value as an InputStream.
getAttributeHexBinaryValue(String, String) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeIntValue(int) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as an int.
getAttributeIntValue(int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeIntValue(String, String) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as an int.
getAttributeIntValue(String, String) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeLocalName(int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeLongValue(int) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a long.
getAttributeLongValue(int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeLongValue(String, String) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a long.
getAttributeLongValue(String, String) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeModel() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getAttributeModel() - Method in interface org.apache.xmlbeans.SchemaType
Returns the attribute model for this complex type (with simple or complex content).
getAttributeName(int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeNamespace(int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributePrefix(int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeProperties() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getAttributeProperties() - Method in interface org.apache.xmlbeans.SchemaType
Returns all the SchemaProperties corresponding to attributes.
getAttributeProperty(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getAttributeProperty(QName) - Method in interface org.apache.xmlbeans.SchemaType
Returns a SchemaProperty corresponding to an attribute within this complex type by looking up the attribute name.
getAttributeQNameValue(int) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a QName.
getAttributeQNameValue(int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeQNameValue(String, String) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a QName.
getAttributeQNameValue(String, String) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributes() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
getAttributes() - Method in class org.apache.xmlbeans.impl.schema.SchemaAnnotationImpl
 
getAttributes() - Method in class org.apache.xmlbeans.impl.schema.SchemaAttributeModelImpl
 
getAttributes() - Method in interface org.apache.xmlbeans.SchemaAnnotation
Retrieves all attributes that are is a namespace other than http://www.w3.org/2001/XMLSchema from the annotation element and from the enclosing Schema component
getAttributes() - Method in interface org.apache.xmlbeans.SchemaAttributeModel
Returns an array containing all the attributes in the model.
getAttributes() - Method in interface org.apache.xmlbeans.xml.stream.StartElement
Returns an AttributeIterator of non-namespace declared attributes
getAttributesAndNamespaces() - Method in interface org.apache.xmlbeans.xml.stream.StartElement
Returns the union of declared attributes and namespaces
getAttributeShortValue(int) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a short.
getAttributeShortValue(int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeShortValue(String, String) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a short.
getAttributeShortValue(String, String) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeStringValue(int) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a String.
getAttributeStringValue(int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeStringValue(int, int) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a String, with wsStyle applied.
getAttributeStringValue(int, int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeStringValue(String, String) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a String.
getAttributeStringValue(String, String) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeStringValue(String, String, int) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a String, with wsStyle applied.
getAttributeStringValue(String, String, int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeText(QName) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
getAttributeText(QName) - Method in interface org.apache.xmlbeans.XmlCursor
When at a START or STARTDOC, returns the attribute text for the given attribute.
getAttributeType(int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeType(QName, SchemaTypeLoader) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getAttributeType(QName, SchemaTypeLoader) - Method in interface org.apache.xmlbeans.SchemaType
Returns the type of an attribute based on the attribute name and the type system within which (wildcard) names are resolved.
getAttributeTypeAttributeName() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getAttributeTypeAttributeName() - Method in interface org.apache.xmlbeans.SchemaType
Returns the attribute qname if this is a attribute type, or null otherwise.
getAttributeValue(int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeValue(String, String) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getAttributeValue(Name) - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
Returns the value of the attribute with the specified name.
getAttrValue(QName) - Method in class org.apache.xmlbeans.impl.store.Cur
 
getBadOpts() - Method in class org.apache.xmlbeans.impl.tool.CommandLine
 
getBadSchemaType() - Method in class org.apache.xmlbeans.XmlValidationError
 
getBase64Value() - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the decoded base64 value as anInputStream.
getBase64Value() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getBaseDepth() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getBaseDir() - Method in class org.apache.xmlbeans.impl.tool.CommandLine
 
getBaseDir() - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
getBaseEnumType() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getBaseEnumType() - Method in interface org.apache.xmlbeans.SchemaType
If this is a string enumeration, returns the most basic base schema type that this enuemration is based on.
getBaseType() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getBaseType() - Method in interface org.apache.xmlbeans.SchemaType
Returns base restriction or extension type.
getBaseURI() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler.Parameters
 
getBaseURI() - Method in class org.apache.xmlbeans.XmlOptions
 
getBasicFacets() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getBeginning(int) - Method in class org.apache.xmlbeans.impl.regex.Match
Return a start position in the target text matched to specified regular expression group.
getBigDecimalValue() - Method in class org.apache.xmlbeans.FilterXmlObject
 
getBigDecimalValue() - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a BigDecimal.
getBigDecimalValue() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getBigDecimalValue() - Method in class org.apache.xmlbeans.impl.values.JavaDecimalHolder
 
getBigDecimalValue() - Method in class org.apache.xmlbeans.impl.values.JavaDoubleHolder
 
getBigDecimalValue() - Method in class org.apache.xmlbeans.impl.values.JavaFloatHolder
 
getBigDecimalValue() - Method in class org.apache.xmlbeans.impl.values.JavaIntegerHolder
 
getBigDecimalValue() - Method in class org.apache.xmlbeans.impl.values.JavaIntHolder
 
getBigDecimalValue() - Method in class org.apache.xmlbeans.impl.values.JavaLongHolder
 
getBigDecimalValue() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getBigDecimalValue() - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
getBigDecimalValue() - Method in interface org.apache.xmlbeans.SimpleValue
Returns the value as a BigDecimal.
getBigDecimalValue() - Method in interface org.apache.xmlbeans.XmlDecimal
Returns this value as a BigDecimal
getBigIntegerValue() - Method in class org.apache.xmlbeans.FilterXmlObject
 
getBigIntegerValue() - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a BigInteger.
getBigIntegerValue() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getBigIntegerValue() - Method in class org.apache.xmlbeans.impl.values.JavaIntegerHolder
 
getBigIntegerValue() - Method in class org.apache.xmlbeans.impl.values.JavaIntHolder
 
getBigIntegerValue() - Method in class org.apache.xmlbeans.impl.values.JavaLongHolder
 
getBigIntegerValue() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getBigIntegerValue() - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
getBigIntegerValue() - Method in interface org.apache.xmlbeans.SimpleValue
Returns the value as a BigInteger.
getBigIntegerValue() - Method in interface org.apache.xmlbeans.XmlInteger
Returns this value as a BigInteger
getBindingConfig() - Method in class org.apache.xmlbeans.impl.schema.StscState
 
getBody() - Method in interface org.apache.xmlbeans.impl.soap.SOAPEnvelope
Returns the SOAPBody object associated with this SOAPEnvelope object.
getBookmark(Object) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
getBookmark(Object) - Method in interface org.apache.xmlbeans.XmlCursor
Retrieves the bookmark with the specified key at this cursor's location.
getBooleanArray(QName) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getBooleanArray(QNameSet) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getBooleanValue() - Method in class org.apache.xmlbeans.FilterXmlObject
 
getBooleanValue() - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a boolean.
getBooleanValue() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getBooleanValue() - Method in class org.apache.xmlbeans.impl.validator.ValidatingInfoXMLStreamReader
 
getBooleanValue() - Method in class org.apache.xmlbeans.impl.validator.Validator
 
getBooleanValue() - Method in class org.apache.xmlbeans.impl.values.JavaBooleanHolder
 
getBooleanValue() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getBooleanValue() - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
getBooleanValue() - Method in interface org.apache.xmlbeans.SimpleValue
Returns the value as a boolean.
getBooleanValue() - Method in interface org.apache.xmlbeans.XmlBoolean
Returns this value as a boolean
getBuiltinTypeCode() - Method in class org.apache.xmlbeans.GDate
Returns the builtin type code for the shape of the information contained in this instance, or 0 if the instance doesn't contain information corresponding to a Schema type.
getBuiltinTypeCode() - Method in class org.apache.xmlbeans.GDateBuilder
Returns the builtin type code for the shape of the information contained in this instance, or 0 if the instance doesn't contain information corresponding to a Schema type.
getBuiltinTypeCode() - Method in interface org.apache.xmlbeans.GDateSpecification
Returns the builtin type code for the shape of the information contained in this instance, or 0 if the instance doesn't contain information corresponding to a Schema type.
getBuiltinTypeCode() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getBuiltinTypeCode() - Method in interface org.apache.xmlbeans.SchemaType
Returns an integer for builtin types that can be used for quick comparison.
getBuiltinTypeSystem() - Static method in class org.apache.xmlbeans.XmlBeans
Returns the builtin type system.
getByteArray(QName) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getByteArray(QNameSet) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getByteArrayValue() - Method in class org.apache.xmlbeans.FilterXmlObject
 
getByteArrayValue() - Method in class org.apache.xmlbeans.impl.validator.ValidatingInfoXMLStreamReader
 
getByteArrayValue() - Method in class org.apache.xmlbeans.impl.validator.Validator
 
getByteArrayValue() - Method in class org.apache.xmlbeans.impl.values.JavaBase64Holder
 
getByteArrayValue() - Method in class org.apache.xmlbeans.impl.values.JavaHexBinaryHolder
 
getByteArrayValue() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getByteArrayValue() - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
getByteArrayValue() - Method in interface org.apache.xmlbeans.SimpleValue
Returns the value as a byte array.
getByteArrayValue() - Method in interface org.apache.xmlbeans.XmlBase64Binary
Returns this value as a byte array.
getByteArrayValue() - Method in interface org.apache.xmlbeans.XmlHexBinary
Returns this value as a byte array.
getByteValue() - Method in class org.apache.xmlbeans.FilterXmlObject
 
getByteValue() - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a byte.
getByteValue() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getByteValue() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getByteValue() - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
getByteValue() - Method in interface org.apache.xmlbeans.SimpleValue
Returns the value as a byte.
getByteValue() - Method in interface org.apache.xmlbeans.XmlByte
Returns this value as a byte
getCalendar() - Method in class org.apache.xmlbeans.GDate
Retrieves the value of the current time as an XmlCalendar.
getCalendar() - Method in class org.apache.xmlbeans.GDateBuilder
Retrieves the value of the current time as an XmlCalendar.
getCalendar() - Method in interface org.apache.xmlbeans.GDateSpecification
Retrieves the value of the current time as an XmlCalendar.
getCalendarValue() - Method in class org.apache.xmlbeans.FilterXmlObject
 
getCalendarValue() - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as an XmlCalendar which extends Calendar.
getCalendarValue() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getCalendarValue() - Method in class org.apache.xmlbeans.impl.values.JavaGDateHolderEx
 
getCalendarValue() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getCalendarValue() - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
getCalendarValue() - Method in interface org.apache.xmlbeans.SimpleValue
Returns the value as a Calendar.
getCalendarValue() - Method in interface org.apache.xmlbeans.XmlDate
Returns this value as a Calendar
getCalendarValue() - Method in interface org.apache.xmlbeans.XmlDateTime
Returns this value as a Calendar
getCalendarValue() - Method in interface org.apache.xmlbeans.XmlGDay
Returns this value as a Calendar
getCalendarValue() - Method in interface org.apache.xmlbeans.XmlGMonth
Returns this value as a Calendar
getCalendarValue() - Method in interface org.apache.xmlbeans.XmlGMonthDay
Returns this value as a Calendar
getCalendarValue() - Method in interface org.apache.xmlbeans.XmlGYear
Returns this value as a Calendar
getCalendarValue() - Method in interface org.apache.xmlbeans.XmlGYearMonth
Returns this value as a Calendar
getCalendarValue() - Method in interface org.apache.xmlbeans.XmlTime
Returns this value as a Calendar
getCapturedText(int) - Method in class org.apache.xmlbeans.impl.regex.Match
Return an substring of the target text matched to specified regular expression group.
getCatalog() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
Gets the XML Catalog file for org.apache.xml.resolver.tools.CatalogResolver.
getCatalogFile() - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
getCause() - Method in exception org.apache.xmlbeans.impl.soap.SOAPException
Returns the Throwable object embedded in this SOAPException if there is one.
getChameleonNamespace() - Method in class org.apache.xmlbeans.impl.schema.SchemaAttributeGroupImpl
 
getChameleonNamespace() - Method in class org.apache.xmlbeans.impl.schema.SchemaGlobalAttributeImpl
 
getChameleonNamespace() - Method in class org.apache.xmlbeans.impl.schema.SchemaGlobalElementImpl
 
getChameleonNamespace() - Method in class org.apache.xmlbeans.impl.schema.SchemaIdentityConstraintImpl
 
getChameleonNamespace() - Method in class org.apache.xmlbeans.impl.schema.SchemaModelGroupImpl
 
getChameleonNamespace() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getChameleonNamespace() - Method in class org.apache.xmlbeans.impl.schema.StscImporter.SchemaToProcess
The chameleon namespace.
getCharacterEncoding() - Method in class org.apache.xmlbeans.XmlOptions
 
getCharacterEncodingScheme() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getCharacterEncodingScheme() - Method in interface org.apache.xmlbeans.xml.stream.StartDocument
 
getCharClass(char, boolean) - Static method in class org.apache.xmlbeans.impl.common.NameUtil
 
getCharIterator(Object, int, int) - Method in class org.apache.xmlbeans.impl.store.CharUtil
 
getCharIterator(Object, int, int, int) - Method in class org.apache.xmlbeans.impl.store.CharUtil
 
getChars() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
getChars() - Method in interface org.apache.xmlbeans.XmlCursor
Returns characters to the right of the cursor up to the next token.
getChars(char[], int, int) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
getChars(char[], int, int) - Method in interface org.apache.xmlbeans.XmlCursor
Copies characters up to the specified maximum number, counting right from this cursor's location to the character at maxCharacterCount.
getChars(char[], int, Object, int, int) - Static method in class org.apache.xmlbeans.impl.store.CharUtil
 
getChildElements() - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
Returns an iterator over all the immediate content of this element.
getChildElements(Name) - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
Returns an iterator over all the child elements with the specified name.
getClassesDir() - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
getClassgendir() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
getClassLoader() - Method in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
Returns the classloader used by this loader for resolving types.
getClassLoader() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
getClassLoader() - Method in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
Returns the classloader used by this loader for resolving types.
getClassLoader() - Method in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
Returns the classloader used by this loader for resolving types.
getClassLoader() - Method in interface org.apache.xmlbeans.SchemaTypeSystem
Returns the classloader used by this loader for resolving types.
getClassName() - Method in class org.apache.xmlbeans.impl.tool.Extension
 
getClassNameFromQName(QName) - Static method in class org.apache.xmlbeans.impl.common.NameUtil
 
getClassNameFromQName(QName, boolean) - Static method in class org.apache.xmlbeans.impl.common.NameUtil
 
getClasspath() - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
getClasspath() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
getCode() - Method in exception org.apache.xmlbeans.SchemaTypeLoaderException
Returns the reason for the failure, given by one of the numeric constants in this class
getColumn() - Method in class org.apache.xmlbeans.XmlError
Returns the column number of the error, if available, -1 if not.
getColumn() - Method in class org.apache.xmlbeans.XmlLineNumber
Returns the 1-based column number, or -1 if not known.
getColumnNumber() - Method in interface org.apache.xmlbeans.xml.stream.Location
 
getComment() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Element
 
getCommonBaseType(SchemaType) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getCommonBaseType(SchemaType) - Method in interface org.apache.xmlbeans.SchemaType
Returns common base type with the given type.
getCompiledPath(String, XmlOptions) - Static method in class org.apache.xmlbeans.impl.xpath.XPathFactory
 
getCompiledPath(String, XmlOptions, String) - Static method in class org.apache.xmlbeans.impl.xpath.XPathFactory
 
getCompiledPathSaxon(String, String, Map<String, String>) - Static method in class org.apache.xmlbeans.impl.xpath.XPathFactory
 
getCompiledQuery(String, XmlOptions) - Static method in class org.apache.xmlbeans.impl.xpath.XPathFactory
 
getCompileMdefNamespaces() - Method in class org.apache.xmlbeans.XmlOptions
 
getCompilePartialMethod() - Method in class org.apache.xmlbeans.XmlOptions
 
getCompiler() - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
getCompileSubstituteNames() - Method in class org.apache.xmlbeans.XmlOptions
 
getComponent() - Method in class org.apache.xmlbeans.SchemaComponent.Ref
 
getComponentRef() - Method in class org.apache.xmlbeans.impl.schema.SchemaAnnotationImpl
 
getComponentRef() - Method in class org.apache.xmlbeans.impl.schema.SchemaAttributeGroupImpl
 
getComponentRef() - Method in class org.apache.xmlbeans.impl.schema.SchemaGlobalAttributeImpl
 
getComponentRef() - Method in class org.apache.xmlbeans.impl.schema.SchemaGlobalElementImpl
 
getComponentRef() - Method in class org.apache.xmlbeans.impl.schema.SchemaIdentityConstraintImpl
 
getComponentRef() - Method in class org.apache.xmlbeans.impl.schema.SchemaModelGroupImpl
 
getComponentRef() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getComponentRef() - Method in interface org.apache.xmlbeans.SchemaComponent
Used for on-demand loading of schema components.
getComponentType() - Method in class org.apache.xmlbeans.impl.schema.SchemaAnnotationImpl
 
getComponentType() - Method in class org.apache.xmlbeans.impl.schema.SchemaAttributeGroupImpl
 
getComponentType() - Method in class org.apache.xmlbeans.impl.schema.SchemaGlobalAttributeImpl
 
getComponentType() - Method in class org.apache.xmlbeans.impl.schema.SchemaGlobalElementImpl
 
getComponentType() - Method in class org.apache.xmlbeans.impl.schema.SchemaIdentityConstraintImpl
 
getComponentType() - Method in class org.apache.xmlbeans.impl.schema.SchemaModelGroupImpl
 
getComponentType() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getComponentType() - Method in interface org.apache.xmlbeans.SchemaAttributeGroup
Returns SchemaComponent.ATTRIBUTE_GROUP.
getComponentType() - Method in class org.apache.xmlbeans.SchemaAttributeGroup.Ref
 
getComponentType() - Method in interface org.apache.xmlbeans.SchemaComponent
getComponentType() - Method in class org.apache.xmlbeans.SchemaComponent.Ref
 
getComponentType() - Method in class org.apache.xmlbeans.SchemaGlobalAttribute.Ref
 
getComponentType() - Method in class org.apache.xmlbeans.SchemaGlobalElement.Ref
 
getComponentType() - Method in class org.apache.xmlbeans.SchemaIdentityConstraint.Ref
 
getComponentType() - Method in interface org.apache.xmlbeans.SchemaModelGroup
Returns SchemaComponent.GROUP.
getComponentType() - Method in class org.apache.xmlbeans.SchemaModelGroup.Ref
 
getComponentType() - Method in class org.apache.xmlbeans.SchemaType.Ref
 
getConfig() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler.Parameters
 
getConfigFiles() - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
getConstraintCategory() - Method in class org.apache.xmlbeans.impl.schema.SchemaIdentityConstraintImpl
 
getConstraintCategory() - Method in interface org.apache.xmlbeans.SchemaIdentityConstraint
Return the constraint category.
getContainerField() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getContainerField() - Method in interface org.apache.xmlbeans.SchemaType
The parent schema element.
getContainerType() - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
getContainerType() - Method in interface org.apache.xmlbeans.SchemaProperty
The type within which this property appears
getContent() - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
Gets the content of this AttachmentPart object as a Java object.
getContent() - Method in class org.apache.xmlbeans.impl.soap.SOAPPart
Returns the content of the SOAPEnvelope as a JAXP Source object.
getContent() - Method in interface org.apache.xmlbeans.xml.stream.CharacterData
Get the content of this element, returns null if the element has no content
getContentBasedOnType() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getContentBasedOnType() - Method in interface org.apache.xmlbeans.SchemaType
For complex types with simple content returns the base type for this type's content.
getContentDescription() - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
Retrieves a description of this SOAPMessage object's content.
getContentHandler() - Method in interface org.apache.xmlbeans.XmlSaxHandler
The ContentHandler expecting SAX content events.
getContentId() - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
Gets the value of the MIME header whose name is "Content-Id".
getContentId() - Method in class org.apache.xmlbeans.impl.soap.SOAPPart
Retrieves the value of the MIME header whose name is "Content-Id".
getContentLocation() - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
Gets the value of the MIME header "Content-Location".
getContentLocation() - Method in class org.apache.xmlbeans.impl.soap.SOAPPart
Retrieves the value of the MIME header whose name is "Content-Location".
getContentModel() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getContentModel() - Method in interface org.apache.xmlbeans.SchemaType
Returns the complex content model for this complex type (with complex content).
getContentModel(ComplexRestrictionType) - Static method in class org.apache.xmlbeans.impl.schema.StscComplexTypeResolver
 
getContentModel(ComplexType) - Static method in class org.apache.xmlbeans.impl.schema.StscComplexTypeResolver
 
getContentModel(ExtensionType) - Static method in class org.apache.xmlbeans.impl.schema.StscComplexTypeResolver
 
getContentType() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
getContentType() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getContentType() - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
Gets the value of the MIME header "Content-Type".
getContentType() - Method in interface org.apache.xmlbeans.SchemaType
getContextTypeLoader() - Static method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderImpl
 
getContextTypeLoader() - Static method in class org.apache.xmlbeans.XmlBeans
Gets the SchemaTypeLoader based on the current thread's context ClassLoader.
getCurrent() - Static method in class org.apache.xmlbeans.impl.values.NamespaceContext
 
getCurrentAttribute() - Method in class org.apache.xmlbeans.impl.validator.ValidatingInfoXMLStreamReader
 
getCurrentAttribute() - Method in class org.apache.xmlbeans.impl.validator.Validator
 
getCurrentElement() - Method in class org.apache.xmlbeans.impl.validator.ValidatingInfoXMLStreamReader
 
getCurrentElement() - Method in class org.apache.xmlbeans.impl.validator.Validator
 
getCurrentElementSchemaType() - Method in class org.apache.xmlbeans.impl.validator.ValidatingInfoXMLStreamReader
 
getCurrentElementSchemaType() - Method in class org.apache.xmlbeans.impl.validator.Validator
 
getCurrentWildcardAttribute() - Method in class org.apache.xmlbeans.impl.validator.ValidatingInfoXMLStreamReader
 
getCurrentWildcardAttribute() - Method in class org.apache.xmlbeans.impl.validator.Validator
 
getCurrentWildcardElement() - Method in class org.apache.xmlbeans.impl.validator.ValidatingInfoXMLStreamReader
 
getCurrentWildcardElement() - Method in class org.apache.xmlbeans.impl.validator.Validator
 
getCursorLocation() - Method in class org.apache.xmlbeans.XmlError
Returns a location of the error as an XmlCursor, null if not available.
getData() - Method in interface org.apache.xmlbeans.xml.stream.ProcessingInstruction
 
getDate() - Method in class org.apache.xmlbeans.GDate
Retrieves the value of the current time as a java.util.Date instance.
getDate() - Method in class org.apache.xmlbeans.GDateBuilder
Retrieves the value of the current time as a java.util.Date instance.
getDate() - Method in interface org.apache.xmlbeans.GDateSpecification
Retrieves the value of the current time as a java.util.Date instance.
getDateValue() - Method in class org.apache.xmlbeans.FilterXmlObject
 
getDateValue() - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a Date.
getDateValue() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getDateValue() - Method in class org.apache.xmlbeans.impl.values.JavaGDateHolderEx
 
getDateValue() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getDateValue() - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
getDateValue() - Method in interface org.apache.xmlbeans.SimpleValue
Returns the value as a Date.
getDateValue() - Method in interface org.apache.xmlbeans.XmlDate
Returns this value as a Date
getDateValue() - Method in interface org.apache.xmlbeans.XmlDateTime
Returns this value as a Date
getDay() - Method in class org.apache.xmlbeans.GDate
Gets the day-of-month.
getDay() - Method in class org.apache.xmlbeans.GDateBuilder
Gets the day-of-month.
getDay() - Method in interface org.apache.xmlbeans.GDateSpecification
Gets the day-of-month.
getDay() - Method in class org.apache.xmlbeans.GDuration
Gets the day-of-month component.
getDay() - Method in class org.apache.xmlbeans.GDurationBuilder
Gets the day-of-month component.
getDay() - Method in interface org.apache.xmlbeans.GDurationSpecification
Gets the day-of-month component.
getDebugLevel() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
Get the value of debugLevel.
getDecimalSize() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getDecimalSize() - Method in interface org.apache.xmlbeans.SchemaType
For atomic numeric restrictions of decimal only: the numeric size category.
getDecimalValue() - Method in class org.apache.xmlbeans.impl.validator.ValidatingInfoXMLStreamReader
 
getDecimalValue() - Method in class org.apache.xmlbeans.impl.validator.Validator
 
getDefaultSchemaDir() - Method in class org.apache.xmlbeans.impl.tool.BaseSchemaResourceManager
 
getDefaultText() - Method in class org.apache.xmlbeans.impl.schema.SchemaLocalAttributeImpl
 
getDefaultText() - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
getDefaultText() - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
getDefaultText() - Method in interface org.apache.xmlbeans.SchemaField
The default value as plain text.
getDefaultText() - Method in interface org.apache.xmlbeans.SchemaParticle
For elements only: returns the default (or fixed) text value
getDefaultText() - Method in interface org.apache.xmlbeans.SchemaProperty
Returns the default or fixed value, if it is consistent.
getDefaultValue() - Method in class org.apache.xmlbeans.impl.schema.SchemaLocalAttributeImpl
 
getDefaultValue() - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
getDefaultValue() - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
getDefaultValue() - Method in interface org.apache.xmlbeans.SchemaField
The default value as a strongly-typed value.
getDefaultValue() - Method in interface org.apache.xmlbeans.SchemaParticle
For elements only: returns the default (or fixed) strongly-typed value
getDefaultValue() - Method in interface org.apache.xmlbeans.SchemaProperty
Returns the default or fixed value as a strongly-typed value, if it is consistent.
getDefaultYear() - Static method in class org.apache.xmlbeans.XmlCalendar
Returns the default year that is used when no year is specified.
getDerivationType() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getDerivationType() - Method in interface org.apache.xmlbeans.SchemaType
Returns an integer for the derivation type, either SchemaType.DT_EXTENSION, SchemaType.DT_RESTRICTION, SchemaType.DT_NOT_DERIVED.
getDerivedProperties() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getDerivedProperties() - Method in interface org.apache.xmlbeans.SchemaType
Returns the SchemaProperties defined by this complex type, exclusive of the base type (if any).
getDescription() - Method in class org.apache.xmlbeans.impl.tool.XSTCTester.TestCase
 
getDesign() - Method in class org.apache.xmlbeans.impl.inst2xsd.Inst2XsdOptions
 
getDestfile() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
getDetail() - Method in interface org.apache.xmlbeans.impl.soap.SOAPFault
Returns the detail element for this SOAPFault object.
getDetailEntries() - Method in interface org.apache.xmlbeans.impl.soap.Detail
Gets a list of the detail entries in this Detail object.
getDimensions() - Method in class org.apache.xmlbeans.soap.SOAPArrayType
Returns the array of dimensions.
getDocChangeStamp() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
getDocChangeStamp() - Method in interface org.apache.xmlbeans.XmlCursor
Returns the current change stamp for the document the current cursor is in.
getDoctypeName() - Method in class org.apache.xmlbeans.XmlDocumentProperties
Returns the DOCTYPE name used in the <!DOCTYPE> declaration.
getDoctypePublicId() - Method in class org.apache.xmlbeans.XmlDocumentProperties
Returns the DOCTYPE public ID used in the <!DOCTYPE> declaration.
getDoctypeSystemId() - Method in class org.apache.xmlbeans.XmlDocumentProperties
Returns the DOCTYPE system ID used in the <!DOCTYPE> declaration.
getDocumentation() - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
getDocumentation() - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
getDocumentation() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getDocumentation() - Method in interface org.apache.xmlbeans.SchemaParticle
Returns user specified documentation
getDocumentation() - Method in interface org.apache.xmlbeans.SchemaProperty
return user specified documentation
getDocumentation() - Method in interface org.apache.xmlbeans.SchemaType
returns user specified documentation getDocumentation method will return whatever stuff here.
getDocumentElementName() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getDocumentElementName() - Method in interface org.apache.xmlbeans.SchemaType
Returns the document element name if this is a document type, or null otherwise.
getDocumentSourceName() - Method in class org.apache.xmlbeans.XmlOptions
 
getDocumentType() - Method in class org.apache.xmlbeans.XmlOptions
 
getDom() - Method in class org.apache.xmlbeans.impl.store.Cur
 
getDOM() - Method in class org.apache.xmlbeans.impl.common.Sax2Dom
 
getDomNode() - Method in class org.apache.xmlbeans.FilterXmlObject
 
getDomNode() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
getDomNode() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getDomNode() - Method in interface org.apache.xmlbeans.XmlTokenSource
Returns a W3C DOM Node containing the XML represented by this source.
getDoubleArray(QName) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getDoubleArray(QNameSet) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getDoubleValue() - Method in class org.apache.xmlbeans.FilterXmlObject
 
getDoubleValue() - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a double.
getDoubleValue() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getDoubleValue() - Method in class org.apache.xmlbeans.impl.validator.ValidatingInfoXMLStreamReader
 
getDoubleValue() - Method in class org.apache.xmlbeans.impl.validator.Validator
 
getDoubleValue() - Method in class org.apache.xmlbeans.impl.values.JavaDoubleHolder
 
getDoubleValue() - Method in class org.apache.xmlbeans.impl.values.JavaFloatHolder
 
getDoubleValue() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getDoubleValue() - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
getDoubleValue() - Method in interface org.apache.xmlbeans.SimpleValue
Returns the value as a double.
getDoubleValue() - Method in interface org.apache.xmlbeans.XmlDouble
Returns this value as a double
getElementName() - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
Returns the name of this SOAPElement object.
getElementProperties() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getElementProperties() - Method in interface org.apache.xmlbeans.SchemaType
Returns all the SchemaProperties corresponding to elements.
getElementProperty(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getElementProperty(QName) - Method in interface org.apache.xmlbeans.SchemaType
Returns a SchemaProperty corresponding to an element within this complex type by looking up the element name.
getElements() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
getElementSequencer() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getElementSequencer() - Method in interface org.apache.xmlbeans.SchemaType
Returns a SchemaTypeElementSequencer object, which can then be used to validate complex content inside this element.
getElementText() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getElementType(QName, QName, SchemaTypeLoader) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getElementType(QName, QName, SchemaTypeLoader) - Method in interface org.apache.xmlbeans.SchemaType
Returns the type of a child element based on the element name and an xsi:type attribute (and the type system within which names are resolved).
getElemFormDefault() - Method in class org.apache.xmlbeans.impl.schema.SchemaModelGroupImpl
 
getElemFormDefault() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getEncoding() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getEncoding() - Method in class org.apache.xmlbeans.XmlDocumentProperties
Returns the encoding used for the XML document, as an ISO encoding name.
getEncodingStyle() - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
Returns the encoding style for this SOAPElement object.
getEnd(int) - Method in class org.apache.xmlbeans.impl.regex.Match
Return an end position in the target text matched to specified regular expression group.
getEntityExpansionLimit() - Method in class org.apache.xmlbeans.XmlOptions
 
getEntityResolver() - Method in class org.apache.xmlbeans.impl.schema.StscState
May return null if there is no custom entity resolver.
getEntityResolver() - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
getEntityResolver() - Method in class org.apache.xmlbeans.XmlOptions
 
getEnumArray(QName, IntFunction<T[]>) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getEnumArray(QNameSet, IntFunction<T[]>) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getEnumerationQNames() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
getEnumerationValues() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
getEnumerationValues() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getEnumerationValues() - Method in interface org.apache.xmlbeans.SchemaType
Returns the array of valid objects from the enumeration facet, null if no enumeration defined.
getEnumJavaClass() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getEnumJavaClass() - Method in interface org.apache.xmlbeans.SchemaType
The Java class corresponding to the enumeration type for this schema type, if applicable (or null if not an enumeration).
getEnumName() - Method in class org.apache.xmlbeans.impl.schema.SchemaStringEnumEntryImpl
 
getEnumName() - Method in interface org.apache.xmlbeans.SchemaStringEnumEntry
A capitalized name to use for the enumeration constant name
getEnumValue() - Method in class org.apache.xmlbeans.FilterXmlObject
 
getEnumValue() - Method in class org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx
 
getEnumValue() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getEnumValue() - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
getEnumValue() - Method in interface org.apache.xmlbeans.SimpleValue
Returns the value as a StringEnumAbstractBase.
getEnvelope() - Method in class org.apache.xmlbeans.impl.soap.SOAPPart
Gets the SOAPEnvelope object associated with this SOAPPart object.
getError() - Method in exception org.apache.xmlbeans.XmlException
Returns the first XmlErrors that caused the exception, if any.
getError() - Method in exception org.apache.xmlbeans.XmlRuntimeException
Returns the first XmlError that caused this exception, if any.
getErrorCode() - Method in class org.apache.xmlbeans.impl.tool.XSTCTester.TestCase
 
getErrorCode() - Method in class org.apache.xmlbeans.XmlError
Returns the error code or null.
getErrorListener() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler.Parameters
 
getErrorListener() - Method in class org.apache.xmlbeans.impl.schema.StscState
Returns the error listener being filled in during this compilation
getErrorListener() - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
getErrorListener() - Method in class org.apache.xmlbeans.XmlOptions
 
getErrors() - Method in exception org.apache.xmlbeans.XmlException
Returns the collection of XmlErrors that caused the exception, if any.
getErrors() - Method in exception org.apache.xmlbeans.XmlRuntimeException
Returns the collection of XmlErrors that caused this exception, if any.
getErrorType() - Method in class org.apache.xmlbeans.XmlValidationError
 
getEscapedString(char) - Method in class org.apache.xmlbeans.XmlOptionCharEscapeMap
returns the escaped String for the character
getEventType() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getExceptionTypes() - Method in interface org.apache.xmlbeans.InterfaceExtension.MethodSignature
Returns the fully qualified type name of the exception types.
getExcludeNextSet() - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
getExecutable() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
getExistingTypeSystem() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler.Parameters
 
getExpectedQNames() - Method in class org.apache.xmlbeans.XmlValidationError
 
getExpectedSchemaType() - Method in class org.apache.xmlbeans.XmlValidationError
 
getExtensionName() - Method in interface org.apache.xmlbeans.impl.tool.SchemaCompilerExtension
 
getExtensions() - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
getExtensionType() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
getFacet(int) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getFacet(int) - Method in interface org.apache.xmlbeans.SchemaType
Returns the value of the given facet, or null if none is set.
getFault() - Method in interface org.apache.xmlbeans.impl.soap.SOAPBody
Returns the SOAPFault object in this SOAPBody object.
getFaultActor() - Method in interface org.apache.xmlbeans.impl.soap.SOAPFault
Gets the fault actor for this SOAPFault object.
getFaultCode() - Method in interface org.apache.xmlbeans.impl.soap.SOAPFault
Gets the fault code for this SOAPFault object.
getFaultCodeAsName() - Method in interface org.apache.xmlbeans.impl.soap.SOAPFault
Gets the mandatory SOAP 1.1 fault code for this SOAPFault object as a SAAJ Name object.
getFaultString() - Method in interface org.apache.xmlbeans.impl.soap.SOAPFault
Gets the fault string for this SOAPFault object.
getFaultStringLocale() - Method in interface org.apache.xmlbeans.impl.soap.SOAPFault
Returns the optional detail element for this SOAPFault object.
getFeature(String, String) - Method in class org.apache.xmlbeans.impl.store.Locale
 
getFieldPath(int) - Method in class org.apache.xmlbeans.impl.schema.SchemaIdentityConstraintImpl
 
getFieldPath(int) - Method in interface org.apache.xmlbeans.SchemaIdentityConstraint
Return a compiled xpath object for the field.
getFieldQName() - Method in class org.apache.xmlbeans.XmlValidationError
 
getFields() - Method in class org.apache.xmlbeans.impl.schema.SchemaIdentityConstraintImpl
 
getFields() - Method in interface org.apache.xmlbeans.SchemaIdentityConstraint
Return (a copy of) the xpaths for all the fields.
getFiles() - Method in class org.apache.xmlbeans.impl.tool.CommandLine
 
getFixedFacets() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getFlags() - Method in class org.apache.xmlbeans.GDate
Returns a combination of flags indicating the information contained by this GDate.
getFlags() - Method in class org.apache.xmlbeans.GDateBuilder
Returns a combination of flags indicating the information contained by this GDate.
getFlags() - Method in interface org.apache.xmlbeans.GDateSpecification
Returns a combination of flags indicating the information contained by this GDate.
getFloatArray(QName) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getFloatArray(QNameSet) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getFloatValue() - Method in class org.apache.xmlbeans.FilterXmlObject
 
getFloatValue() - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a float.
getFloatValue() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getFloatValue() - Method in class org.apache.xmlbeans.impl.validator.ValidatingInfoXMLStreamReader
 
getFloatValue() - Method in class org.apache.xmlbeans.impl.validator.Validator
 
getFloatValue() - Method in class org.apache.xmlbeans.impl.values.JavaDoubleHolder
 
getFloatValue() - Method in class org.apache.xmlbeans.impl.values.JavaFloatHolder
 
getFloatValue() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getFloatValue() - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
getFloatValue() - Method in interface org.apache.xmlbeans.SimpleValue
Returns the value as a float.
getFloatValue() - Method in interface org.apache.xmlbeans.XmlFloat
Returns this value as a float
getFormDefault() - Method in class org.apache.xmlbeans.impl.schema.SchemaAttributeGroupImpl
 
getFraction() - Method in class org.apache.xmlbeans.GDate
Gets the fraction-of-second.
getFraction() - Method in class org.apache.xmlbeans.GDateBuilder
Gets the fraction-of-second.
getFraction() - Method in interface org.apache.xmlbeans.GDateSpecification
Gets the fraction-of-second.
getFraction() - Method in class org.apache.xmlbeans.GDuration
Gets the fraction-of-second.
getFraction() - Method in class org.apache.xmlbeans.GDurationBuilder
Gets the fraction-of-second.
getFraction() - Method in interface org.apache.xmlbeans.GDurationSpecification
Gets the fraction-of-second.
getFromTypeLoaderCache(ClassLoader) - Method in class org.apache.xmlbeans.impl.common.SystemCache
 
getFullJavaImplName() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getFullJavaImplName() - Method in interface org.apache.xmlbeans.SchemaType
The fully-qualified Java type name of the implementation class.
getFullJavaName() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getFullJavaName() - Method in interface org.apache.xmlbeans.SchemaType
The fully-qualified Java type name of the class.
getGDateValue() - Method in class org.apache.xmlbeans.FilterXmlObject
 
getGDateValue() - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a GDate.
getGDateValue() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getGDateValue() - Method in class org.apache.xmlbeans.impl.validator.ValidatingInfoXMLStreamReader
 
getGDateValue() - Method in class org.apache.xmlbeans.impl.validator.Validator
 
getGDateValue() - Method in class org.apache.xmlbeans.impl.values.JavaGDateHolderEx
 
getGDateValue() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getGDateValue() - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
getGDateValue() - Method in interface org.apache.xmlbeans.SimpleValue
Returns the value as a GDate.
getGDateValue() - Method in interface org.apache.xmlbeans.XmlDate
Returns this value as a GDate
getGDateValue() - Method in interface org.apache.xmlbeans.XmlDateTime
Returns this value as a GDate
getGDateValue() - Method in interface org.apache.xmlbeans.XmlGDay
Returns this value as a GDate
getGDateValue() - Method in interface org.apache.xmlbeans.XmlGMonth
Returns this value as a GDate
getGDateValue() - Method in interface org.apache.xmlbeans.XmlGMonthDay
Returns this value as a GDate
getGDateValue() - Method in interface org.apache.xmlbeans.XmlGYear
Returns this value as a GDate
getGDateValue() - Method in interface org.apache.xmlbeans.XmlGYearMonth
Returns this value as a GDate
getGDateValue() - Method in interface org.apache.xmlbeans.XmlTime
Returns this value as a GDate
getGDateValue(CharSequence, int) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
getGDateValue(Calendar, int) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
getGDateValue(Date, int) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
getGDurationValue() - Method in class org.apache.xmlbeans.FilterXmlObject
 
getGDurationValue() - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a GDuration.
getGDurationValue() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getGDurationValue() - Method in class org.apache.xmlbeans.impl.validator.ValidatingInfoXMLStreamReader
 
getGDurationValue() - Method in class org.apache.xmlbeans.impl.validator.Validator
 
getGDurationValue() - Method in class org.apache.xmlbeans.impl.values.JavaGDurationHolderEx
 
getGDurationValue() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getGDurationValue() - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
getGDurationValue() - Method in interface org.apache.xmlbeans.SimpleValue
Returns the value as a GDuration.
getGDurationValue() - Method in interface org.apache.xmlbeans.XmlDuration
Returns this value as a GDuration
getGlobalAttribute(QName) - Method in class org.apache.xmlbeans.impl.inst2xsd.util.TypeSystemHolder
 
getGlobalAttributes() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.TypeSystemHolder
 
getGlobalElement(QName) - Method in class org.apache.xmlbeans.impl.inst2xsd.util.TypeSystemHolder
 
getGlobalElements() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.TypeSystemHolder
 
getGlobalEntityResolver() - Static method in class org.apache.xmlbeans.impl.common.ResolverUtil
 
getGlobalType(QName) - Method in class org.apache.xmlbeans.impl.inst2xsd.util.TypeSystemHolder
 
getGlobalTypes() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.TypeSystemHolder
 
getHandlerNameForJavaSource() - Method in class org.apache.xmlbeans.impl.config.PrePostExtensionImpl
Returns the name of the handler in a form that can be put in a java source.
getHeader() - Method in interface org.apache.xmlbeans.impl.soap.SOAPEnvelope
Returns the SOAPHeader object for this SOAPEnvelope object.
getHeader(String) - Method in class org.apache.xmlbeans.impl.soap.MimeHeaders
Returns all of the values for the specified header as an array of String objects.
getHexBinaryValue() - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the decoded hexbinary value as an InputStream.
getHexBinaryValue() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getHook() - Static method in class org.apache.xmlbeans.XmlFactoryHook.ThreadContext
Returns the current thread's hook, or null if none.
getHour() - Method in class org.apache.xmlbeans.GDate
Gets the hour-of-day.
getHour() - Method in class org.apache.xmlbeans.GDateBuilder
Gets the hour-of-day.
getHour() - Method in interface org.apache.xmlbeans.GDateSpecification
Gets the hour-of-day.
getHour() - Method in class org.apache.xmlbeans.GDuration
Gets the hour-of-day component.
getHour() - Method in class org.apache.xmlbeans.GDurationBuilder
Gets the hour-of-day component.
getHour() - Method in interface org.apache.xmlbeans.GDurationSpecification
Gets the hour-of-day component.
getIANA2JavaMapping(String) - Static method in class org.apache.xmlbeans.impl.common.EncodingMap
 
getId() - Method in class org.apache.xmlbeans.impl.tool.XSTCTester.TestCase
 
getIdentityConstraintRefs() - Method in class org.apache.xmlbeans.impl.schema.SchemaLocalElementImpl
 
getIdentityConstraints() - Method in class org.apache.xmlbeans.impl.schema.SchemaLocalElementImpl
 
getIdentityConstraints() - Method in interface org.apache.xmlbeans.SchemaLocalElement
Returns all the Key, KeyRef, and Unique constraints on this element.
getIgnoreDuplicatesInNamespaces() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
getIndexFilename() - Method in class org.apache.xmlbeans.impl.tool.BaseSchemaResourceManager
 
getIndexForLocalAttribute(SchemaLocalAttribute) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getIndexForLocalElement(SchemaLocalElement) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getInstanceFile() - Method in class org.apache.xmlbeans.impl.tool.XSTCTester.TestCase
 
getIntArray(QName) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getIntArray(QNameSet) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getInterface() - Method in class org.apache.xmlbeans.impl.config.InterfaceExtensionImpl
 
getInterface() - Method in interface org.apache.xmlbeans.InterfaceExtension
Get the fully qualified interface name.
getInterfaceExtensions() - Method in class org.apache.xmlbeans.BindingConfig
 
getInterfaceExtensions() - Method in class org.apache.xmlbeans.impl.config.BindingConfigImpl
 
getInterfaceExtensions() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getInterfaceExtensions(String) - Method in class org.apache.xmlbeans.BindingConfig
 
getInterfaceExtensions(String) - Method in class org.apache.xmlbeans.impl.config.BindingConfigImpl
 
getIntMaxOccurs() - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
getIntMaxOccurs() - Method in interface org.apache.xmlbeans.SchemaParticle
Returns the maxOccurs value, pegged to a 32-bit int for convenience of a validating state machine that doesn't count higher than MAX_INT anyway.
getIntMinOccurs() - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
getIntMinOccurs() - Method in interface org.apache.xmlbeans.SchemaParticle
Returns the minOccurs value, pegged to a 32-bit int for convenience of a validating state machine that doesn't count higher than MAX_INT anyway.
getIntValue() - Method in class org.apache.xmlbeans.FilterXmlObject
 
getIntValue() - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as an int.
getIntValue() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getIntValue() - Method in class org.apache.xmlbeans.impl.schema.SchemaStringEnumEntryImpl
 
getIntValue() - Method in class org.apache.xmlbeans.impl.values.JavaGDateHolderEx
 
getIntValue() - Method in class org.apache.xmlbeans.impl.values.JavaIntHolder
 
getIntValue() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getIntValue() - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
getIntValue() - Method in interface org.apache.xmlbeans.SchemaStringEnumEntry
An integer to represent this choice in the enumeration
getIntValue() - Method in interface org.apache.xmlbeans.SimpleValue
Returns the value as an int.
getIntValue() - Method in interface org.apache.xmlbeans.XmlGDay
Returns this value as an int from 1-31
getIntValue() - Method in interface org.apache.xmlbeans.XmlGMonth
Returns this value as an int from 1-12
getIntValue() - Method in interface org.apache.xmlbeans.XmlGYear
Returns this value as an int from 1-31
getIntValue() - Method in interface org.apache.xmlbeans.XmlInt
Returns this value as an int
getIntValue() - Method in interface org.apache.xmlbeans.XmlUnsignedShort
Returns this value as an int
getIvMessages() - Method in class org.apache.xmlbeans.impl.tool.XSTCTester.TestCaseResult
 
getJava2IANAMapping(String) - Static method in class org.apache.xmlbeans.impl.common.EncodingMap
 
getJavaClass() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getJavaClass() - Method in interface org.apache.xmlbeans.SchemaType
The Java class corresponding to this schema type.
getJavaEncoding() - Method in class org.apache.xmlbeans.impl.common.XmlEncodingSniffer
 
getJavaFiles() - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
getJavaImplClass() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getJavaImplConstructor() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getJavaImplConstructor2() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getJavaname(QName, int) - Method in class org.apache.xmlbeans.impl.schema.StscState
Looks up configured java name for the given qname.
getJavaName() - Method in class org.apache.xmlbeans.impl.config.UserTypeImpl
 
getJavaName() - Method in interface org.apache.xmlbeans.UserType
The class name the simple value will be converted to.
getJavaPrefix(String) - Method in class org.apache.xmlbeans.impl.schema.StscState
Looks up package override for a namespace URI
getJavaPropertyName() - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
getJavaPropertyName() - Method in interface org.apache.xmlbeans.SchemaProperty
The Java name for this property.
getJavaSetterDelimiter() - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
getJavaSetterDelimiter() - Method in interface org.apache.xmlbeans.SchemaProperty
Returns the set of element names which should appear strictly after all occurences of the elements described by this property.
getJavaSuffix(String) - Method in class org.apache.xmlbeans.impl.schema.StscState
Looks up package override for a namespace URI
getJavaTypeCode() - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
getJavaTypeCode() - Method in interface org.apache.xmlbeans.SchemaProperty
Returns the natural Java type for this property.
getJulianDate() - Method in class org.apache.xmlbeans.GDate
Returns the Julian date corresponding to this Gregorian date.
getJulianDate() - Method in class org.apache.xmlbeans.GDateBuilder
Returns the Julian date corresponding to this Gregorian date.
getJulianDate() - Method in interface org.apache.xmlbeans.GDateSpecification
Returns the Julian date corresponding to this Gregorian date.
getKey() - Method in class org.apache.xmlbeans.XmlCursor.XmlBookmark
The default key for bookmarks is the class which implements them.
getLexicalHandler() - Method in interface org.apache.xmlbeans.XmlSaxHandler
The LexicalHandler expecting SAX lexical events.
getLine() - Method in class org.apache.xmlbeans.XmlError
Returns the line number of the error, if available, -1 if not.
getLine() - Method in class org.apache.xmlbeans.XmlLineNumber
Returns the 1-based line number, or -1 if not known.
getLineNumber() - Method in interface org.apache.xmlbeans.xml.stream.Location
 
getLinkTo() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler.Parameters
 
getListItemType() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getListItemType() - Method in interface org.apache.xmlbeans.SchemaType
For list types only: get the item type.
getListTypes() - Method in class org.apache.xmlbeans.impl.validator.ValidatingInfoXMLStreamReader
 
getListTypes() - Method in class org.apache.xmlbeans.impl.validator.Validator
 
getListValue() - Method in class org.apache.xmlbeans.FilterXmlObject
 
getListValue() - Method in class org.apache.xmlbeans.impl.validator.ValidatingInfoXMLStreamReader
 
getListValue() - Method in class org.apache.xmlbeans.impl.validator.Validator
 
getListValue() - Method in class org.apache.xmlbeans.impl.values.XmlListImpl
 
getListValue() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getListValue() - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
getListValue() - Method in interface org.apache.xmlbeans.SimpleValue
Returns the value as a List of friendly Java objects (String, Integer, Byte, Short, Long, BigInteger, Decimal, Float, Double, byte[], Calendar, GDuration).
getListValue() - Method in interface org.apache.xmlbeans.XmlENTITIES
Returns the value as a List of String values
getListValue() - Method in interface org.apache.xmlbeans.XmlIDREFS
Returns the value as a List of String values
getListValue() - Method in interface org.apache.xmlbeans.XmlNMTOKENS
Returns the value as a List of String values
getLoadAdditionalNamespaces() - Method in class org.apache.xmlbeans.XmlOptions
 
getLoadEntityBytesLimit() - Method in class org.apache.xmlbeans.XmlOptions
 
getLoadReplaceDocumentElement() - Method in class org.apache.xmlbeans.XmlOptions
 
getLoadSubstituteNamespaces() - Method in class org.apache.xmlbeans.XmlOptions
 
getLoadUseXMLReader() - Method in class org.apache.xmlbeans.XmlOptions
 
getLocal() - Method in class org.apache.xmlbeans.impl.store.Cur
 
getLocale() - Method in class org.apache.xmlbeans.impl.store.Cur
 
getLocale(SchemaTypeLoader, XmlOptions) - Static method in class org.apache.xmlbeans.impl.store.Locale
 
getLocalElementByIndex(int) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getLocalName() - Method in class org.apache.xmlbeans.impl.common.XmlNameImpl
 
getLocalName() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getLocalName() - Method in interface org.apache.xmlbeans.impl.soap.Name
Gets the local name part of the XML name that this Name object represents.
getLocalName() - Method in interface org.apache.xmlbeans.xml.stream.XMLName
 
getLocalPart(String) - Static method in class org.apache.xmlbeans.impl.common.QNameHelper
Returns the local name of the given node.
getLocation() - Method in exception org.apache.xmlbeans.impl.common.InvalidLexicalValueException
 
getLocation() - Method in interface org.apache.xmlbeans.impl.common.ValidatorListener.Event
 
getLocation() - Method in exception org.apache.xmlbeans.impl.regex.ParseException
 
getLocation() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getLocation() - Method in interface org.apache.xmlbeans.xml.stream.XMLEvent
Return the location of this Element
getLocation(Object) - Method in class org.apache.xmlbeans.XmlError
Returns a location object of the given type.
getLocationAsCursor() - Method in interface org.apache.xmlbeans.impl.common.ValidatorListener.Event
 
getLongArray(QName) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getLongArray(QNameSet) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getLongValue() - Method in class org.apache.xmlbeans.FilterXmlObject
 
getLongValue() - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a long.
getLongValue() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getLongValue() - Method in class org.apache.xmlbeans.impl.values.JavaIntHolder
 
getLongValue() - Method in class org.apache.xmlbeans.impl.values.JavaLongHolder
 
getLongValue() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getLongValue() - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
getLongValue() - Method in interface org.apache.xmlbeans.SimpleValue
Returns the value as a long.
getLongValue() - Method in interface org.apache.xmlbeans.XmlLong
Returns this value as a long
getLongValue() - Method in interface org.apache.xmlbeans.XmlUnsignedInt
Returns this value as a long
getLtgFile() - Method in class org.apache.xmlbeans.impl.tool.XSTCTester.TestCase
 
getMatchingHeaders(String[]) - Method in class org.apache.xmlbeans.impl.soap.MimeHeaders
Returns all the MimeHeader objects whose name matches a name in the given array of names.
getMatchingMimeHeaders(String[]) - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
Retrieves all MimeHeader objects that match a name in the given array.
getMatchingMimeHeaders(String[]) - Method in class org.apache.xmlbeans.impl.soap.SOAPPart
Retrieves all MimeHeader objects that match a name in the given array.
getMaxOccurs() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Element
 
getMaxOccurs() - Method in class org.apache.xmlbeans.impl.schema.SchemaLocalAttributeImpl
 
getMaxOccurs() - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
getMaxOccurs() - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
getMaxOccurs() - Method in interface org.apache.xmlbeans.SchemaField
Returns the maxOccurs value for this particle, or null if it is unbounded.
getMaxOccurs() - Method in interface org.apache.xmlbeans.SchemaParticle
Returns the maxOccurs value for this particle, or null if it is unbounded.
getMaxOccurs() - Method in interface org.apache.xmlbeans.SchemaProperty
Returns a summarized minimum occurrance number.
getMdefNamespaces() - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
getMemoryInitialSize() - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
getMemoryInitialSize() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
Set the initial memory size of the underlying javac process.
getMemoryMaximumSize() - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
getMemoryMaximumSize() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
Set the maximum memory size of the underlying javac process.
getMessage() - Method in exception org.apache.xmlbeans.impl.soap.SOAPException
Returns the detail message for this SOAPException object.
getMessage() - Method in class org.apache.xmlbeans.XmlError
Returns the error message without location information.
getMessage() - Method in class org.apache.xmlbeans.XmlValidationError
 
getMessageDigest() - Method in class org.apache.xmlbeans.XmlDocumentProperties
Returns the message digest used to summarize the document.
getMetadataPath() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
Provide method to be overridden by user typesystems using a different metadata path
getMethods() - Method in class org.apache.xmlbeans.impl.config.InterfaceExtensionImpl
 
getMethods() - Method in interface org.apache.xmlbeans.InterfaceExtension
Returns an array of MethodSignature declared in the interface class.
getMillisecond() - Method in class org.apache.xmlbeans.GDate
Gets the rounded millisecond value.
getMillisecond() - Method in class org.apache.xmlbeans.GDateBuilder
Gets the rounded millisecond value.
getMillisecond() - Method in interface org.apache.xmlbeans.GDateSpecification
Gets the rounded millisecond value.
getMimeHeader(String) - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
Gets all the values of the header identified by the given String.
getMimeHeader(String) - Method in class org.apache.xmlbeans.impl.soap.SOAPPart
Gets all the values of the MimeHeader object in this SOAPPart object that is identified by the given String.
getMimeHeaders() - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
Returns all the transport-specific MIME headers for this SOAPMessage object in a transport-independent fashion.
getMinOccurs() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Element
 
getMinOccurs() - Method in class org.apache.xmlbeans.impl.schema.SchemaLocalAttributeImpl
 
getMinOccurs() - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
getMinOccurs() - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
getMinOccurs() - Method in interface org.apache.xmlbeans.SchemaField
Returns the minOccurs value for this particle.
getMinOccurs() - Method in interface org.apache.xmlbeans.SchemaParticle
Returns the minOccurs value for this particle.
getMinOccurs() - Method in interface org.apache.xmlbeans.SchemaProperty
Returns a summarized minimum occurrance number.
getMinute() - Method in class org.apache.xmlbeans.GDate
Gets the minute-of-hour.
getMinute() - Method in class org.apache.xmlbeans.GDateBuilder
Gets the minute-of-hour.
getMinute() - Method in interface org.apache.xmlbeans.GDateSpecification
Gets the minute-of-hour.
getMinute() - Method in class org.apache.xmlbeans.GDuration
Gets the minute-of-hour component.
getMinute() - Method in class org.apache.xmlbeans.GDurationBuilder
Gets the minute-of-hour component.
getMinute() - Method in interface org.apache.xmlbeans.GDurationSpecification
Gets the minute-of-hour component.
getMonth() - Method in class org.apache.xmlbeans.GDate
Gets the month-of-year.
getMonth() - Method in class org.apache.xmlbeans.GDateBuilder
Gets the month-of-year.
getMonth() - Method in interface org.apache.xmlbeans.GDateSpecification
Gets the month-of-year.
getMonth() - Method in class org.apache.xmlbeans.GDuration
Gets the month-of-year component.
getMonth() - Method in class org.apache.xmlbeans.GDurationBuilder
Gets the month-of-year component.
getMonth() - Method in interface org.apache.xmlbeans.GDurationSpecification
Gets the month-of-year component.
getMustUnderstand() - Method in interface org.apache.xmlbeans.impl.soap.SOAPHeaderElement
Returns whether the mustUnderstand attribute for this SOAPHeaderElement object is turned on.
getName() - Method in interface org.apache.xmlbeans.impl.common.ValidatorListener.Event
 
getName() - Method in class org.apache.xmlbeans.impl.config.UserTypeImpl
 
getName() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Attribute
 
getName() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Element
 
getName() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
getName() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getName() - Method in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
Returns the name of this loader.
getName() - Method in class org.apache.xmlbeans.impl.schema.SchemaAnnotationImpl
 
getName() - Method in class org.apache.xmlbeans.impl.schema.SchemaAttributeGroupImpl
 
getName() - Method in class org.apache.xmlbeans.impl.schema.SchemaIdentityConstraintImpl
 
getName() - Method in class org.apache.xmlbeans.impl.schema.SchemaLocalAttributeImpl
 
getName() - Method in class org.apache.xmlbeans.impl.schema.SchemaModelGroupImpl
 
getName() - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
getName() - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
getName() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getName() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler.Parameters
 
getName() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
getName() - Method in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
Returns the name of this loader.
getName() - Method in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
Returns the name of this loader.
getName() - Method in class org.apache.xmlbeans.impl.soap.MimeHeader
Returns the name of this MimeHeader object.
getName() - Method in class org.apache.xmlbeans.impl.store.Cur
 
getName() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
getName() - Method in class org.apache.xmlbeans.impl.tool.Extension.Param
 
getName() - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
getName() - Method in interface org.apache.xmlbeans.InterfaceExtension.MethodSignature
Returns the name of the method.
getName() - Method in interface org.apache.xmlbeans.SchemaAnnotation.Attribute
Returns the name of the attribute
getName() - Method in interface org.apache.xmlbeans.SchemaAttributeGroup
The name of the model group.
getName() - Method in interface org.apache.xmlbeans.SchemaComponent
The name of the schema component
getName() - Method in interface org.apache.xmlbeans.SchemaField
Returns the form-unqualified-or-qualified name.
getName() - Method in interface org.apache.xmlbeans.SchemaModelGroup
The name of the model group.
getName() - Method in interface org.apache.xmlbeans.SchemaParticle
For elements only: the QName for the element use.
getName() - Method in interface org.apache.xmlbeans.SchemaProperty
The name of this element or attribute
getName() - Method in interface org.apache.xmlbeans.SchemaType
The name used to describe the type in the schema.
getName() - Method in interface org.apache.xmlbeans.SchemaTypeSystem
Returns the name of this loader.
getName() - Method in interface org.apache.xmlbeans.UserType
The QName of the simple value that will be converted to a Java class.
getName() - Method in interface org.apache.xmlbeans.xml.stream.Attribute
Get the XMLName of the current attribute.
getName() - Method in interface org.apache.xmlbeans.xml.stream.XMLEvent
Get the XMLName of the current element
getName() - Method in interface org.apache.xmlbeans.XmlCursor
Returns the name of the current token.
getName(int) - Static method in class org.apache.xmlbeans.impl.common.XmlStreamUtils
 
getName(int) - Static method in class org.apache.xmlbeans.xml.stream.events.ElementTypeNames
 
getName(String, String) - Method in class org.apache.xmlbeans.QNameCache
 
getName(String, String, String) - Method in class org.apache.xmlbeans.QNameCache
Fetches a QName with the given namespace and localname.
getNameSet() - Method in class org.apache.xmlbeans.impl.config.PrePostExtensionImpl
 
getNamespace() - Method in interface org.apache.xmlbeans.impl.tool.SchemaImportResolver.SchemaResource
 
getNamespaceContext() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getNamespaceCount() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getNamespaceForPrefix(String) - Method in interface org.apache.xmlbeans.impl.common.PrefixResolver
Caled when the user has a prefix and needs to look up the corresponding namespace URI.
getNamespaceForPrefix(String) - Method in class org.apache.xmlbeans.impl.values.NamespaceContext
 
getNamespaceFromPackage(Class<?>) - Static method in class org.apache.xmlbeans.impl.common.NameUtil
 
getNamespaceMap() - Method in interface org.apache.xmlbeans.xml.stream.StartElement
Gets a java.util.Map from prefixes to URIs in scope for this element.
getNamespacePrefix(int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getNamespacePrefixes() - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
Returns an iterator of namespace prefixes.
getNamespaces() - Method in interface org.apache.xmlbeans.xml.stream.StartElement
Returns an AttributeIterator of namespaces declared in this element
getNamespaceUri() - Method in class org.apache.xmlbeans.impl.common.XmlNameImpl
 
getNamespaceUri() - Method in interface org.apache.xmlbeans.xml.stream.StartPrefixMapping
 
getNamespaceUri() - Method in interface org.apache.xmlbeans.xml.stream.XMLName
 
getNamespaceUri(String) - Method in interface org.apache.xmlbeans.xml.stream.StartElement
Gets the value that the prefix is bound to in the context of this element.
getNamespaceURI() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getNamespaceURI(int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getNamespaceURI(String) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getNamespaceURI(String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
Returns the URI of the namespace that has the given prefix.
getNewNamespaceUri() - Method in interface org.apache.xmlbeans.xml.stream.ChangePrefixMapping
 
getNextChangeListener() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
getNonMatchingHeaders(String[]) - Method in class org.apache.xmlbeans.impl.soap.MimeHeaders
Returns all of the MimeHeader objects whose name does not match a name in the given array of names.
getNonMatchingMimeHeaders(String[]) - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
Retrieves all MimeHeader objects whose name does not match a name in the given array.
getNonMatchingMimeHeaders(String[]) - Method in class org.apache.xmlbeans.impl.soap.SOAPPart
Retrieves all MimeHeader objects whose name does not match a name in the given array.
getNoType() - Static method in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
getNoType() - Static method in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
getNSMap() - Method in class org.apache.xmlbeans.impl.schema.SchemaIdentityConstraintImpl
 
getNSMap() - Method in interface org.apache.xmlbeans.SchemaIdentityConstraint
Return a read-only copy of the namespace map.
getNumberOfGroups() - Method in class org.apache.xmlbeans.impl.regex.Match
Return the number of regular expression groups.
getNumberOfGroups() - Method in class org.apache.xmlbeans.impl.regex.RegularExpression
Return the number of regular expression groups.
getObject() - Method in class org.apache.xmlbeans.impl.store.Cur
 
getObject() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
getObject() - Method in interface org.apache.xmlbeans.XmlCursor
Returns the strongly-typed XmlObject at the current START, STARTDOC, or ATTR.
getObject() - Method in interface org.apache.xmlbeans.XmlSaxHandler
Returns the loaded XmlObject after all the SAX events have been finished
getObjectArray(QName, Function<SimpleValue, T>, IntFunction<T[]>) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getObjectArray(QNameSet, Function<SimpleValue, T>, IntFunction<T[]>) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getObjectLocation() - Method in class org.apache.xmlbeans.XmlError
Returns a location of the error as an XmlObject, null if not available.
getObjectValue() - Method in class org.apache.xmlbeans.FilterXmlObject
 
getObjectValue() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getObjectValue() - Method in interface org.apache.xmlbeans.SimpleValue
Returns a union value as a its natural friendly Java object (String, Integer, Byte, Short, Long, BigInteger, Decimal, Float, Double, byte[], Calendar, GDuration).
getOffendingQName() - Method in class org.apache.xmlbeans.XmlValidationError
 
getOffset() - Method in class org.apache.xmlbeans.XmlError
Returns the file character offset of the error, if available, -1 if not.
getOffset() - Method in class org.apache.xmlbeans.XmlLineNumber
Returns the 0-based file offset number, or -1 if not known.
getOldNamespaceUri() - Method in interface org.apache.xmlbeans.xml.stream.ChangePrefixMapping
 
getOpt(String) - Method in class org.apache.xmlbeans.impl.tool.CommandLine
 
getOptimize() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
Gets the optimize flag.
getOptions() - Method in class org.apache.xmlbeans.impl.regex.RegularExpression
Returns a option string.
getOptions() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler.Parameters
 
getOrigin() - Method in class org.apache.xmlbeans.impl.tool.XSTCTester.TestCase
 
getOuterType() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getOuterType() - Method in interface org.apache.xmlbeans.SchemaType
The outer schema type.
getOutputJar() - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
getOutputStream() - Method in class org.apache.xmlbeans.impl.common.PushedInputStream
Returns the linked output stream.
getPackageFromNamespace(String) - Static method in class org.apache.xmlbeans.impl.common.NameUtil
 
getPackageFromNamespace(String, boolean) - Static method in class org.apache.xmlbeans.impl.common.NameUtil
 
getPackageOverride(String) - Method in class org.apache.xmlbeans.impl.schema.StscState
Looks up package override for a namespace URI
getParameterTypes() - Method in interface org.apache.xmlbeans.InterfaceExtension.MethodSignature
Returns the fully qualified type name of the parameter types in order.
getParams() - Method in class org.apache.xmlbeans.impl.tool.Extension
 
getParent() - Method in class org.apache.xmlbeans.impl.store.Cur
 
getParent(boolean) - Method in class org.apache.xmlbeans.impl.store.Cur
 
getParentElement() - Method in interface org.apache.xmlbeans.impl.soap.Node
Returns the parent element of this Node object.
getParentNoRoot() - Method in class org.apache.xmlbeans.impl.store.Cur
 
getParentRaw() - Method in class org.apache.xmlbeans.impl.store.Cur
 
getParseObject() - Method in class org.apache.xmlbeans.impl.schema.SchemaAttributeGroupImpl
 
getParseObject() - Method in class org.apache.xmlbeans.impl.schema.SchemaGlobalAttributeImpl
 
getParseObject() - Method in class org.apache.xmlbeans.impl.schema.SchemaGlobalElementImpl
 
getParseObject() - Method in class org.apache.xmlbeans.impl.schema.SchemaIdentityConstraintImpl
 
getParseObject() - Method in class org.apache.xmlbeans.impl.schema.SchemaModelGroupImpl
 
getParseObject() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getPartialMethods() - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
getPartialMethods() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
getParticleChild(int) - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
getParticleChild(int) - Method in interface org.apache.xmlbeans.SchemaParticle
Another way to access the particle children.
getParticleChildren() - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
getParticleChildren() - Method in interface org.apache.xmlbeans.SchemaParticle
Applies to sequence, choice, and all particles only: returns an array of all the particle children in order.
getParticleType() - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
getParticleType() - Method in interface org.apache.xmlbeans.SchemaParticle
getPattern() - Method in class org.apache.xmlbeans.impl.regex.RegularExpression
 
getPatternExpressions() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getPatterns() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getPatterns() - Method in interface org.apache.xmlbeans.SchemaType
True
getPIData() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getPITarget() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getPrefix() - Method in class org.apache.xmlbeans.impl.common.XmlNameImpl
 
getPrefix() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getPrefix() - Method in interface org.apache.xmlbeans.impl.soap.Name
Returns the prefix associated with the namespace for the XML name that this Name object represents.
getPrefix() - Method in interface org.apache.xmlbeans.xml.stream.ChangePrefixMapping
 
getPrefix() - Method in interface org.apache.xmlbeans.xml.stream.EndPrefixMapping
 
getPrefix() - Method in interface org.apache.xmlbeans.xml.stream.StartPrefixMapping
 
getPrefix() - Method in interface org.apache.xmlbeans.xml.stream.XMLName
 
getPrefixPart(String) - Static method in class org.apache.xmlbeans.impl.common.QNameHelper
Returns the local name of the given node.
getPrePostExtension() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getPrePostExtension(String) - Method in class org.apache.xmlbeans.BindingConfig
 
getPrePostExtension(String) - Method in class org.apache.xmlbeans.impl.config.BindingConfigImpl
 
getPrePostExtensions() - Method in class org.apache.xmlbeans.BindingConfig
 
getPrePostExtensions() - Method in class org.apache.xmlbeans.impl.config.BindingConfigImpl
 
getPrimitiveType() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getPrimitiveType() - Method in interface org.apache.xmlbeans.SchemaType
For atomic types only: get the primitive type underlying this one.
getProperties() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getProperties() - Method in interface org.apache.xmlbeans.SchemaType
Returns all the SchemaProperties within this complex type, elements followed by attributes.
getProperty(String) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getProperty(String) - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
Retrieves value of the specified property.
getProperty(String) - Method in class org.apache.xmlbeans.impl.validator.ValidatingXMLStreamReader
 
getProperty(String) - Static method in class org.apache.xmlbeans.SystemProperties
 
getProperty(String, String) - Static method in class org.apache.xmlbeans.SystemProperties
 
getPublicId() - Method in interface org.apache.xmlbeans.xml.stream.Location
 
getQName() - Method in interface org.apache.xmlbeans.impl.store.DomImpl.Dom
 
getQName() - Method in class org.apache.xmlbeans.soap.SOAPArrayType
Returns the QName for the referenced type.
getQName(char[], int, int, char[], int, int) - Method in interface org.apache.xmlbeans.impl.store.QNameFactory
 
getQName(char[], int, int, char[], int, int, char[], int, int) - Method in interface org.apache.xmlbeans.impl.store.QNameFactory
 
getQName(String) - Static method in class org.apache.xmlbeans.XmlBeans
Obtains a name from the thread local QNameCache
getQName(String, String) - Method in interface org.apache.xmlbeans.impl.store.QNameFactory
 
getQName(String, String) - Static method in class org.apache.xmlbeans.XmlBeans
Obtains a name from the thread local QNameCache
getQName(String, String, String) - Method in interface org.apache.xmlbeans.impl.store.QNameFactory
 
getQName(XMLName) - Static method in class org.apache.xmlbeans.impl.common.XMLNameHelper
 
getQNameCache() - Static method in class org.apache.xmlbeans.XmlBeans
Returns a thread local QNameCache
getQNameString(String, String, String) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
getQNameValue() - Method in class org.apache.xmlbeans.FilterXmlObject
 
getQNameValue() - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a QName.
getQNameValue() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getQNameValue() - Method in class org.apache.xmlbeans.impl.validator.ValidatingInfoXMLStreamReader
 
getQNameValue() - Method in class org.apache.xmlbeans.impl.validator.Validator
 
getQNameValue() - Method in class org.apache.xmlbeans.impl.values.JavaQNameHolder
 
getQNameValue() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getQNameValue() - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
getQNameValue() - Method in interface org.apache.xmlbeans.SimpleValue
Returns the value as a QName.
getQNameValue() - Method in interface org.apache.xmlbeans.XmlQName
Returns this value as a QName
getQualifiedName() - Method in class org.apache.xmlbeans.impl.common.XmlNameImpl
 
getQualifiedName() - Method in interface org.apache.xmlbeans.impl.soap.Name
Gets the namespace-qualified name of the XML name that this Name object represents.
getQualifiedName() - Method in interface org.apache.xmlbeans.xml.stream.XMLName
 
getRanks() - Method in class org.apache.xmlbeans.soap.SOAPArrayType
Returns the array of ranks for inner nested arrays.
getReader() - Method in class org.apache.xmlbeans.impl.common.XmlEncodingSniffer
 
getRecovered() - Method in class org.apache.xmlbeans.impl.schema.StscState
Get count of recovered errors.
getRedefineObjects() - Method in class org.apache.xmlbeans.impl.schema.StscImporter.SchemaToProcess
 
getRedefines() - Method in class org.apache.xmlbeans.impl.schema.StscImporter.SchemaToProcess
This method and the remaining methods are used to represent a directed graph of includes/redefines.
getRef() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Attribute
 
getRef() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Element
 
getRef() - Method in class org.apache.xmlbeans.impl.schema.SchemaAttributeGroupImpl
 
getRef() - Method in class org.apache.xmlbeans.impl.schema.SchemaGlobalAttributeImpl
 
getRef() - Method in class org.apache.xmlbeans.impl.schema.SchemaGlobalElementImpl
 
getRef() - Method in class org.apache.xmlbeans.impl.schema.SchemaIdentityConstraintImpl
 
getRef() - Method in class org.apache.xmlbeans.impl.schema.SchemaModelGroupImpl
 
getRef() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getRef() - Method in interface org.apache.xmlbeans.SchemaGlobalAttribute
Retruns a SchemaGlobalElement.Ref pointing to this element itself.
getRef() - Method in interface org.apache.xmlbeans.SchemaGlobalElement
Retruns a SchemaGlobalElement.Ref pointing to this element itself.
getRef() - Method in interface org.apache.xmlbeans.SchemaType
Retruns a SchemaType.Ref pointing to this schema type itself.
getReferencedKey() - Method in class org.apache.xmlbeans.impl.schema.SchemaIdentityConstraintImpl
 
getReferencedKey() - Method in interface org.apache.xmlbeans.SchemaIdentityConstraint
Returns the key that a key ref refers to.
getRepackage() - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
getRepackage() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
getRepackager() - Method in class org.apache.xmlbeans.impl.util.FilerImpl
 
getResolver(String) - Static method in class org.apache.xmlbeans.impl.tool.MavenPluginResolver
 
getResourceAsStream(String) - Method in class org.apache.xmlbeans.impl.common.DefaultClassLoaderResourceLoader
 
getResourceAsStream(String) - Method in class org.apache.xmlbeans.impl.schema.ClassLoaderResourceLoader
 
getResourceAsStream(String) - Method in class org.apache.xmlbeans.impl.schema.FileResourceLoader
 
getResourceAsStream(String) - Method in class org.apache.xmlbeans.impl.schema.PathResourceLoader
 
getResourceAsStream(String) - Method in interface org.apache.xmlbeans.ResourceLoader
 
getResourceFile() - Method in class org.apache.xmlbeans.impl.tool.XSTCTester.TestCase
 
getReturnType() - Method in interface org.apache.xmlbeans.InterfaceExtension.MethodSignature
Returns the fully qualified type name of the return value or 'void' for no return value.
getS4SLoader() - Method in class org.apache.xmlbeans.impl.schema.StscState
Returns the schema type loader to use for processing s4s
getSaaj() - Method in class org.apache.xmlbeans.XmlOptions
 
getSaajData(Node) - Method in class org.apache.xmlbeans.impl.store.Locale
 
getSaajData(Node) - Method in interface org.apache.xmlbeans.impl.store.Saaj.SaajCallback
 
getSaveCDataEntityCountThreshold() - Method in class org.apache.xmlbeans.XmlOptions
 
getSaveCDataLengthThreshold() - Method in class org.apache.xmlbeans.XmlOptions
 
getSaveFilterProcinst() - Method in class org.apache.xmlbeans.XmlOptions
 
getSaveImplicitNamespaces() - Method in class org.apache.xmlbeans.XmlOptions
 
getSavePrettyPrintIndent() - Method in class org.apache.xmlbeans.XmlOptions
 
getSavePrettyPrintOffset() - Method in class org.apache.xmlbeans.XmlOptions
 
getSaveSubstituteCharacters() - Method in class org.apache.xmlbeans.XmlOptions
 
getSaveSuggestedPrefixes() - Method in class org.apache.xmlbeans.XmlOptions
 
getSaveSyntheticDocumentElement() - Method in class org.apache.xmlbeans.XmlOptions
 
getSaxLoader() - Method in class org.apache.xmlbeans.impl.common.SystemCache
 
getSchema() - Method in class org.apache.xmlbeans.impl.schema.StscImporter.SchemaToProcess
The schema to parse.
getSchema() - Method in interface org.apache.xmlbeans.impl.tool.SchemaImportResolver.SchemaResource
Returns a parsed schema object.
getSchema() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
getSchemaCodePrinter() - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
getSchemaCodePrinter() - Method in class org.apache.xmlbeans.XmlOptions
 
getSchemaDocuments() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.TypeSystemHolder
 
getSchemaFile() - Method in class org.apache.xmlbeans.impl.tool.XSTCTester.TestCase
 
getSchemaLocation() - Method in interface org.apache.xmlbeans.impl.tool.SchemaImportResolver.SchemaResource
 
getSchemas() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler.Parameters
 
getSchemasDir() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler.Parameters
 
getSchemasDir() - Method in class org.apache.xmlbeans.impl.schema.StscState
 
getSchemaType() - Method in interface org.apache.xmlbeans.xml.stream.Attribute
Get the attribute type of the current attribute
getSchemaType() - Method in interface org.apache.xmlbeans.xml.stream.XMLEvent
Get the event type of the current element, returns an integer so that switch statements can be written on the result
getSchemaTypeLoader() - Method in class org.apache.xmlbeans.impl.store.Locale
 
getSecond() - Method in class org.apache.xmlbeans.GDate
Gets the second-of-minute.
getSecond() - Method in class org.apache.xmlbeans.GDateBuilder
Gets the second-of-minute.
getSecond() - Method in interface org.apache.xmlbeans.GDateSpecification
Gets the second-of-minute.
getSecond() - Method in class org.apache.xmlbeans.GDuration
Gets the second-of-minute component.
getSecond() - Method in class org.apache.xmlbeans.GDurationBuilder
Gets the second-of-minute component.
getSecond() - Method in interface org.apache.xmlbeans.GDurationSpecification
Gets the second-of-minute component.
getSelectionCount() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
getSelectionCount() - Method in interface org.apache.xmlbeans.XmlCursor
Returns the count of the current selection.
getSelector() - Method in class org.apache.xmlbeans.impl.schema.SchemaIdentityConstraintImpl
 
getSelector() - Method in interface org.apache.xmlbeans.SchemaIdentityConstraint
Return the selector xpath as a string.
getSelectorPath() - Method in class org.apache.xmlbeans.impl.schema.SchemaIdentityConstraintImpl
 
getSelectorPath() - Method in interface org.apache.xmlbeans.SchemaIdentityConstraint
Return a compiled xpath object for the selector.
getSeverity() - Method in class org.apache.xmlbeans.XmlError
Returns the severity.
getShortArray(QName) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getShortArray(QNameSet) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getShortJavaImplName() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getShortJavaImplName() - Method in interface org.apache.xmlbeans.SchemaType
The short unqualfiied Java name for the implementation class.
getShortJavaName() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getShortJavaName() - Method in interface org.apache.xmlbeans.SchemaType
The short unqualfiied Java name for the class.
getShortValue() - Method in class org.apache.xmlbeans.FilterXmlObject
 
getShortValue() - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a short.
getShortValue() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getShortValue() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getShortValue() - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
getShortValue() - Method in interface org.apache.xmlbeans.SimpleValue
Returns the value as a short.
getShortValue() - Method in interface org.apache.xmlbeans.XmlShort
Returns this value as a short
getShortValue() - Method in interface org.apache.xmlbeans.XmlUnsignedByte
Returns this value as a short
getSign() - Method in class org.apache.xmlbeans.GDuration
Returns the sign of the duration: +1 is forwards and -1 is backwards in time.
getSign() - Method in class org.apache.xmlbeans.GDurationBuilder
Returns the sign of the duration: +1 is forwards and -1 is backwards in time.
getSign() - Method in interface org.apache.xmlbeans.GDurationSpecification
Returns the sign of the duration: +1 is forwards and -1 is backwards in time.
getSimpleContentTypes() - Method in class org.apache.xmlbeans.impl.inst2xsd.Inst2XsdOptions
 
getSimpleVariety() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getSimpleVariety() - Method in interface org.apache.xmlbeans.SchemaType
Returns whether the simple type is ATOMIC, UNION, or LIST.
getSize() - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
Returns the number of bytes in this AttachmentPart object.
getSOAPBody() - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
Gets the SOAP Body contained in this SOAPMessage object.
getSOAPHeader() - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
Gets the SOAP Header contained in this SOAPMessage object.
getSOAPPart() - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
Gets the SOAP part of this SOAPMessage object.
getSourceAsStream(String) - Method in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
getSourceAsStream(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderImpl
 
getSourceAsStream(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
getSourceAsStream(String) - Method in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
 
getSourceAsStream(String) - Method in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
getSourceAsStream(String) - Method in interface org.apache.xmlbeans.SchemaTypeLoader
Loads original XSD source as a stream.
getSourceFiles() - Method in class org.apache.xmlbeans.impl.util.FilerImpl
 
getSourceName() - Method in class org.apache.xmlbeans.impl.schema.SchemaAnnotationImpl
 
getSourceName() - Method in class org.apache.xmlbeans.impl.schema.SchemaAttributeGroupImpl
 
getSourceName() - Method in class org.apache.xmlbeans.impl.schema.SchemaGlobalAttributeImpl
 
getSourceName() - Method in class org.apache.xmlbeans.impl.schema.SchemaGlobalElementImpl
 
getSourceName() - Method in class org.apache.xmlbeans.impl.schema.SchemaIdentityConstraintImpl
 
getSourceName() - Method in class org.apache.xmlbeans.impl.schema.SchemaModelGroupImpl
 
getSourceName() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getSourceName() - Method in class org.apache.xmlbeans.impl.schema.StscImporter.SchemaToProcess
The base URI for this stp
getSourceName() - Method in interface org.apache.xmlbeans.SchemaComponent
The name of resource that represends the source .xsd in which this component was defined (if known)
See: SchemaTypeLoader.getSourceAsStream(String)

Example:
getSourceName() - Method in class org.apache.xmlbeans.XmlDocumentProperties
Returns the name of the XML document file.
getSourceName() - Method in class org.apache.xmlbeans.XmlError
Returns the URL (or other name) of the file with the error, if available.
getSourcesToCopyMap() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler.Parameters
 
getSrcDir() - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
getSrcgendir() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
getStandalone() - Method in class org.apache.xmlbeans.XmlDocumentProperties
Returns the standalone property
getStaticHandler() - Method in class org.apache.xmlbeans.impl.config.InterfaceExtensionImpl
 
getStaticHandler() - Method in class org.apache.xmlbeans.impl.config.PrePostExtensionImpl
 
getStaticHandler() - Method in class org.apache.xmlbeans.impl.config.UserTypeImpl
 
getStaticHandler() - Method in interface org.apache.xmlbeans.InterfaceExtension
Get the fully qualified static handler class name.
getStaticHandler() - Method in interface org.apache.xmlbeans.PrePostExtension
Get the fully qualified static handler class name.
getStaticHandler() - Method in interface org.apache.xmlbeans.UserType
A class which provides public static methods to convert SimpleValue objects to and from the Java type specified by UserType.getJavaName().
getStream() - Method in class org.apache.xmlbeans.impl.common.XmlEncodingSniffer
 
getString() - Method in class org.apache.xmlbeans.impl.schema.SchemaStringEnumEntryImpl
 
getString() - Method in interface org.apache.xmlbeans.SchemaStringEnumEntry
The enumerated string value
getString(Object, int, int) - Static method in class org.apache.xmlbeans.impl.store.CharUtil
 
getString(StringBuffer, Object, int, int) - Static method in class org.apache.xmlbeans.impl.store.CharUtil
 
getStringEnumEntries() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getStringEnumEntries() - Method in interface org.apache.xmlbeans.SchemaType
Returns the array of SchemaStringEnumEntries for this type: this array includes information about the java constant names used for each string enum entry.
getStringValue() - Method in class org.apache.xmlbeans.FilterXmlObject
 
getStringValue() - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a String.
getStringValue() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getStringValue() - Method in class org.apache.xmlbeans.impl.validator.ValidatingInfoXMLStreamReader
 
getStringValue() - Method in class org.apache.xmlbeans.impl.validator.Validator
 
getStringValue() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getStringValue() - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
getStringValue() - Method in interface org.apache.xmlbeans.SimpleValue
Returns the value as a String.
getStringValue() - Method in interface org.apache.xmlbeans.XmlAnySimpleType
Returns the value as a String
getStringValue(int) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Returns the value as a String, with wsStyle applied.
getStringValue(int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getSubstitutionGroup() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getSubstitutionGroupMembers() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getSvMessages() - Method in class org.apache.xmlbeans.impl.tool.XSTCTester.TestCaseResult
 
getSystemId() - Method in interface org.apache.xmlbeans.xml.stream.Location
 
getSystemId() - Method in interface org.apache.xmlbeans.xml.stream.StartDocument
 
getTarget() - Method in interface org.apache.xmlbeans.xml.stream.ProcessingInstruction
 
getTargetNamespace() - Method in class org.apache.xmlbeans.impl.schema.SchemaAttributeGroupImpl
 
getTargetNamespace() - Method in class org.apache.xmlbeans.impl.schema.SchemaGlobalAttributeImpl
 
getTargetNamespace() - Method in class org.apache.xmlbeans.impl.schema.SchemaGlobalElementImpl
 
getTargetNamespace() - Method in class org.apache.xmlbeans.impl.schema.SchemaIdentityConstraintImpl
 
getTargetNamespace() - Method in class org.apache.xmlbeans.impl.schema.SchemaModelGroupImpl
 
getTargetNamespace() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getTestCase() - Method in class org.apache.xmlbeans.impl.tool.XSTCTester.TestCaseResult
 
getText() - Method in interface org.apache.xmlbeans.impl.common.ValidatorListener.Event
 
getText() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getText(int) - Method in interface org.apache.xmlbeans.impl.common.ValidatorListener.Event
 
getTextCharacters() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getTextCharacters(int, char[], int, int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getTextLength() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getTextStart() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getTextValue() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
getTextValue() - Method in interface org.apache.xmlbeans.XmlCursor
Gets the text value of the current document, element, attribute, comment, procinst or text token.
getTextValue(char[], int, int) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
getTextValue(char[], int, int) - Method in interface org.apache.xmlbeans.XmlCursor
Copies the text value of the current document, element, attribute, comment, processing instruction or text token, counting right from this cursor's location up to maxCharacterCount, and copies the returned text into returnedChars.
getThreadLocalCharUtil() - Static method in class org.apache.xmlbeans.impl.store.CharUtil
 
getTimeZoneHour() - Method in class org.apache.xmlbeans.GDate
Gets the time zone hour.
getTimeZoneHour() - Method in class org.apache.xmlbeans.GDateBuilder
Gets the time zone hour.
getTimeZoneHour() - Method in interface org.apache.xmlbeans.GDateSpecification
Gets the time zone hour.
getTimeZoneMinute() - Method in class org.apache.xmlbeans.GDate
Gets the time zone minutes.
getTimeZoneMinute() - Method in class org.apache.xmlbeans.GDateBuilder
Gets the time zone minutes.
getTimeZoneMinute() - Method in interface org.apache.xmlbeans.GDateSpecification
Gets the time zone minutes.
getTimeZoneSign() - Method in class org.apache.xmlbeans.GDate
Gets the time zone sign.
getTimeZoneSign() - Method in class org.apache.xmlbeans.GDateBuilder
Gets the time zone sign.
getTimeZoneSign() - Method in interface org.apache.xmlbeans.GDateSpecification
Gets the time zone sign.
getTitle() - Static method in class org.apache.xmlbeans.XmlBeans
Returns the XmlBeans Package title, "org.apache.xmlbeans", the value of XmlBeans.class.getPackage().getImplementationTitle().
getTopParticleForComplexOrMixedContent() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
getType() - Method in class org.apache.xmlbeans.impl.common.XmlEventBase
 
getType() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Attribute
 
getType() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Element
 
getType() - Method in class org.apache.xmlbeans.impl.schema.ElementFactory
 
getType() - Method in class org.apache.xmlbeans.impl.schema.SchemaLocalAttributeImpl
 
getType() - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
getType() - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
getType() - Method in interface org.apache.xmlbeans.SchemaField
Returns the type of this use.
getType() - Method in interface org.apache.xmlbeans.SchemaParticle
For elements only: returns the type of the element.
getType() - Method in interface org.apache.xmlbeans.SchemaProperty
The schema type for the property.
getType() - Method in interface org.apache.xmlbeans.xml.stream.Attribute
Get the attribute type of the current attribute
getType() - Method in interface org.apache.xmlbeans.xml.stream.XMLEvent
Get the event type of the current element, returns an integer so that switch statements can be written on the result
getType(String) - Static method in class org.apache.xmlbeans.impl.common.XmlStreamUtils
 
getType(String) - Static method in class org.apache.xmlbeans.xml.stream.events.ElementTypeNames
 
getTypeAsString() - Method in class org.apache.xmlbeans.impl.common.XmlEventBase
 
getTypeAsString() - Method in interface org.apache.xmlbeans.xml.stream.XMLEvent
Get the string value of the type name
getTypeLoader() - Method in class org.apache.xmlbeans.impl.schema.ElementFactory
 
getTypeRef() - Method in class org.apache.xmlbeans.impl.schema.SchemaLocalAttributeImpl
 
getTypeSystem() - Method in class org.apache.xmlbeans.impl.schema.SchemaAnnotationImpl
 
getTypeSystem() - Method in class org.apache.xmlbeans.impl.schema.SchemaAttributeGroupImpl
 
getTypeSystem() - Method in class org.apache.xmlbeans.impl.schema.SchemaGlobalAttributeImpl
 
getTypeSystem() - Method in class org.apache.xmlbeans.impl.schema.SchemaGlobalElementImpl
 
getTypeSystem() - Method in class org.apache.xmlbeans.impl.schema.SchemaIdentityConstraintImpl
 
getTypeSystem() - Method in class org.apache.xmlbeans.impl.schema.SchemaModelGroupImpl
 
getTypeSystem() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getTypeSystem() - Method in interface org.apache.xmlbeans.SchemaComponent
Returns the typesystem within which this component definition resides
getTypeSystem() - Method in class org.apache.xmlbeans.SchemaComponent.Ref
 
getTypeSystem() - Method in interface org.apache.xmlbeans.SchemaType
Returns the SchemaTypeLoader in which this type was defined.
getTypesystemname() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
getUnderlyingXmlStream() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getUnionCommonBaseType() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getUnionCommonBaseType() - Method in interface org.apache.xmlbeans.SchemaType
For union types only: get the most specific common base type of the constituent member types.
getUnionConstituentTypes() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getUnionConstituentTypes() - Method in interface org.apache.xmlbeans.SchemaType
For union types only: get the constituent member types.
getUnionMemberTypes() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getUnionMemberTypes() - Method in interface org.apache.xmlbeans.SchemaType
For union types only: get the shallow member types.
getUnionSubTypes() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getUnionSubTypes() - Method in interface org.apache.xmlbeans.SchemaType
For union types only: gets the full tree of member types.
getUnionType() - Method in class org.apache.xmlbeans.impl.validator.ValidatingInfoXMLStreamReader
 
getUnionType() - Method in class org.apache.xmlbeans.impl.validator.Validator
 
getUri() - Method in class org.apache.xmlbeans.impl.store.Cur
 
getURI() - Method in interface org.apache.xmlbeans.impl.soap.Name
Returns the URI of the namespace for the XML name that this Name object represents.
getUrlFiles() - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
getURLs() - Method in class org.apache.xmlbeans.impl.tool.CommandLine
 
getUse() - Method in class org.apache.xmlbeans.impl.schema.SchemaLocalAttributeImpl
 
getUse() - Method in interface org.apache.xmlbeans.SchemaLocalAttribute
getUseEnumerations() - Method in class org.apache.xmlbeans.impl.inst2xsd.Inst2XsdOptions
 
getUserData() - Method in class org.apache.xmlbeans.impl.schema.SchemaAttributeGroupImpl
 
getUserData() - Method in class org.apache.xmlbeans.impl.schema.SchemaIdentityConstraintImpl
 
getUserData() - Method in class org.apache.xmlbeans.impl.schema.SchemaLocalAttributeImpl
 
getUserData() - Method in class org.apache.xmlbeans.impl.schema.SchemaModelGroupImpl
 
getUserData() - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
getUserData() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getUserData() - Method in interface org.apache.xmlbeans.SchemaAttributeGroup
Returns user-specific information.
getUserData() - Method in interface org.apache.xmlbeans.SchemaField
Returns user-specific information.
getUserData() - Method in interface org.apache.xmlbeans.SchemaIdentityConstraint
Returns user-specific information.
getUserData() - Method in interface org.apache.xmlbeans.SchemaModelGroup
Returns user-specific information.
getUserData() - Method in interface org.apache.xmlbeans.SchemaType
Returns user-specific information.
getUserInformation() - Method in class org.apache.xmlbeans.impl.schema.SchemaAnnotationImpl
 
getUserInformation() - Method in interface org.apache.xmlbeans.SchemaAnnotation
Retrieves all document information items from this annotation
getUserTypeHandlerName() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getUserTypeName() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getUserTypes() - Method in class org.apache.xmlbeans.BindingConfig
 
getUseSameLocale() - Method in class org.apache.xmlbeans.XmlOptions
 
getValue() - Method in class org.apache.xmlbeans.impl.soap.MimeHeader
Returns the value of this MimeHeader object.
getValue() - Method in interface org.apache.xmlbeans.impl.soap.Node
Returns the the value of the immediate child of this Node object if a child exists and its value is text.
getValue() - Method in class org.apache.xmlbeans.impl.tool.Extension.Param
 
getValue() - Method in interface org.apache.xmlbeans.SchemaAnnotation.Attribute
Returns the value of the attribute
getValue() - Method in class org.apache.xmlbeans.SchemaBookmark
Getter.
getValue() - Method in interface org.apache.xmlbeans.xml.stream.Attribute
Get the attribute value of the current attribute.
getValueUri() - Method in interface org.apache.xmlbeans.SchemaAnnotation.Attribute
In case the value of this attribute is a QName, returns the URI to which the prefix in the value is bound
getVendor() - Static method in class org.apache.xmlbeans.XmlBeans
Returns the XmlBeans vendor, "Apache Software Foundation", the value of XmlBeans.class.getPackage().getImplementationVendor().
getVersion() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
getVersion() - Method in interface org.apache.xmlbeans.xml.stream.StartDocument
 
getVersion() - Static method in class org.apache.xmlbeans.XmlBeans
Returns the XmlBeans version, the value of XmlBeans.class.getPackage().getImplementationVersion().
getVersion() - Method in class org.apache.xmlbeans.XmlDocumentProperties
Returns the XML version string used in the <?xml?> declaration.
getVisibleNamespacePrefixes() - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
Returns an Iterator over the namespace prefix Strings visible to this element.
getWhiteSpaceRule() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
getWhiteSpaceRule() - Method in interface org.apache.xmlbeans.SchemaType
For nonunion simple types: get the whitespace rule.
getWildcardProcess() - Method in class org.apache.xmlbeans.impl.schema.SchemaAttributeModelImpl
 
getWildcardProcess() - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
getWildcardProcess() - Method in interface org.apache.xmlbeans.SchemaAttributeModel
getWildcardProcess() - Method in interface org.apache.xmlbeans.SchemaParticle
For wildcards, returns the processing code (SchemaParticle.STRICT, SchemaParticle.LAX, SchemaParticle.SKIP).
getWildcardSet() - Method in class org.apache.xmlbeans.impl.schema.SchemaAttributeModelImpl
 
getWildcardSet() - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
getWildcardSet() - Method in interface org.apache.xmlbeans.SchemaAttributeModel
QNameSet representing the attribute wildcard specification.
getWildcardSet() - Method in interface org.apache.xmlbeans.SchemaParticle
For wildcards, returns a QNameSet representing the wildcard.
getWSDLArrayType() - Method in class org.apache.xmlbeans.impl.schema.SchemaLocalAttributeImpl
 
getWSDLArrayType() - Method in class org.apache.xmlbeans.impl.schema.SchemaLocalElementImpl
 
getWSDLArrayType() - Method in interface org.apache.xmlbeans.soap.SchemaWSDLArrayType
 
getWsdlFiles() - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
getXmlCursor(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
getXmlEncoding() - Method in class org.apache.xmlbeans.impl.common.SniffedXmlInputStream
 
getXmlEncoding() - Method in class org.apache.xmlbeans.impl.common.SniffedXmlReader
 
getXmlEncoding() - Method in class org.apache.xmlbeans.impl.common.XmlEncodingSniffer
 
getXmlLocale() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getXMLName(QName) - Static method in class org.apache.xmlbeans.impl.common.QNameHelper
 
getXmlnsPrefix() - Method in class org.apache.xmlbeans.impl.store.Cur
 
getXmlnsUri() - Method in class org.apache.xmlbeans.impl.store.Cur
 
getXmlObject(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
getXmlObjectArray(QName, T[]) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getXmlObjectArray(QNameSet, T[]) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
getXmlStreamReader(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
getXqueryCurrentNodeVar() - Method in class org.apache.xmlbeans.XmlOptions
 
getXqueryVariables() - Method in class org.apache.xmlbeans.XmlOptions
 
getXsdFiles() - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
getXsiLoc() - Method in interface org.apache.xmlbeans.impl.common.ValidatorListener.Event
 
getXsiNil() - Method in interface org.apache.xmlbeans.impl.common.ValidatorListener.Event
 
getXsiNoLoc() - Method in interface org.apache.xmlbeans.impl.common.ValidatorListener.Event
 
getXsiType() - Method in interface org.apache.xmlbeans.impl.common.ValidatorListener.Event
 
getYear() - Method in class org.apache.xmlbeans.GDate
Gets the year.
getYear() - Method in class org.apache.xmlbeans.GDateBuilder
Gets the year.
getYear() - Method in interface org.apache.xmlbeans.GDateSpecification
Gets the year.
getYear() - Method in class org.apache.xmlbeans.GDuration
Gets the year component.
getYear() - Method in class org.apache.xmlbeans.GDurationBuilder
Gets the year component.
getYear() - Method in interface org.apache.xmlbeans.GDurationSpecification
Gets the year component.
globalAttributes() - Method in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
Returns the global attributes defined in this loader.
globalAttributes() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
globalAttributes() - Method in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
 
globalAttributes() - Method in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
Returns the global attributes defined in this loader.
globalAttributes() - Method in interface org.apache.xmlbeans.SchemaTypeSystem
Returns the global attributes defined in this loader.
globalElements() - Method in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
Returns the global elements defined in this loader.
globalElements() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
globalElements() - Method in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
 
globalElements() - Method in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
Returns the global elements defined in this loader.
globalElements() - Method in interface org.apache.xmlbeans.SchemaTypeSystem
Returns the global elements defined in this loader.
GlobalLock - Class in org.apache.xmlbeans.impl.common
Whenever multiple locks must be acquired within the implementation of XML Beans, this GlobalLock is acquired first, and then released when all the acutally-needed locks have been acquired.
GlobalLock() - Constructor for class org.apache.xmlbeans.impl.common.GlobalLock
 
globalTypes() - Method in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
Returns the global types defined in this loader.
globalTypes() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
globalTypes() - Method in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
 
globalTypes() - Method in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
Returns the global types defined in this loader.
globalTypes() - Method in interface org.apache.xmlbeans.SchemaTypeSystem
Returns the global types defined in this loader.
GREATER_THAN - Static variable in interface org.apache.xmlbeans.XmlObject
GREATER_THAN is 1.
GROUP_MISSING_REF - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 

H

handleForType(SchemaType) - Method in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
Returns the handle for the given type within this loader.
handleForType(SchemaType) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
Used INTERNALLY ONLY by the code output AFTER the type system has been saved and a handle has been established for each type.
handleForType(SchemaType) - Method in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
Returns the handle for the given type within this loader.
handleForType(SchemaType) - Method in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
Returns the handle for the given type within this loader.
HAS_DAY - Static variable in interface org.apache.xmlbeans.GDateSpecification
Day of month is specified.
HAS_MONTH - Static variable in interface org.apache.xmlbeans.GDateSpecification
Month of year is specified.
has_store() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
HAS_TIME - Static variable in interface org.apache.xmlbeans.GDateSpecification
Time of day is specified.
HAS_TIMEZONE - Static variable in interface org.apache.xmlbeans.GDateSpecification
Timezone is specified.
HAS_YEAR - Static variable in interface org.apache.xmlbeans.GDateSpecification
Year is specified.
hasAllContent() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
hasAllContent() - Method in interface org.apache.xmlbeans.SchemaType
True if the complex content model for this complex type is an "all" group.
hasAttributeWildcards() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
hasAttributeWildcards() - Method in interface org.apache.xmlbeans.SchemaType
True if this type permits wildcard attributes.
hasAttrs() - Method in class org.apache.xmlbeans.impl.store.Cur
 
hasChanged() - Method in interface org.apache.xmlbeans.XmlCursor.ChangeStamp
Returns whether or not the document assoiated with this ChangeStamp has been altered since the ChangeStamp had been created.
hasChildren() - Method in class org.apache.xmlbeans.impl.store.Cur
 
hasContent() - Method in interface org.apache.xmlbeans.xml.stream.CharacterData
Returns true if this element has content and false otherwise
hasDate() - Method in class org.apache.xmlbeans.GDate
True if this date/time specification specifies a full date (year, month, day)
hasDate() - Method in class org.apache.xmlbeans.GDateBuilder
True if this date/time specification specifies a full date (year, month, day)
hasDate() - Method in interface org.apache.xmlbeans.GDateSpecification
True if this date/time specification specifies a full date (year, month, day)
hasDay() - Method in class org.apache.xmlbeans.GDate
True if this date/time specification specifies a day-of-month.
hasDay() - Method in class org.apache.xmlbeans.GDateBuilder
True if this date/time specification specifies a day-of-month.
hasDay() - Method in interface org.apache.xmlbeans.GDateSpecification
True if this date/time specification specifies a day-of-month.
hasDefault() - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
hasDefault() - Method in interface org.apache.xmlbeans.SchemaProperty
Returns SchemaProperty.NEVER, SchemaProperty.VARIABLE, or SchemaProperty.CONSISTENTLY defaulted, depending on the defaults present in the elements in this property.
HASDEFAULT - Static variable in interface org.apache.xmlbeans.impl.values.TypeStore
 
hasElementWildcards() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
hasElementWildcards() - Method in interface org.apache.xmlbeans.SchemaType
True if this type permits element wildcards.
hasError() - Method in class org.apache.xmlbeans.impl.common.XmlErrorWatcher
 
hasFault() - Method in interface org.apache.xmlbeans.impl.soap.SOAPBody
Indicates whether a SOAPFault object exists in this SOAPBody object.
hasFeature(String, String) - Method in class org.apache.xmlbeans.impl.store.Locale
 
hasFixed() - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
hasFixed() - Method in interface org.apache.xmlbeans.SchemaProperty
Returns SchemaProperty.NEVER, SchemaProperty.VARIABLE, or SchemaProperty.CONSISTENTLY fixed, depending on the fixed constraints present in the elements in this property.
hashcode - Variable in class org.apache.xmlbeans.impl.values.JavaBase64Holder
 
hashcode - Variable in class org.apache.xmlbeans.impl.values.JavaHexBinaryHolder
 
hashCode() - Method in class org.apache.xmlbeans.GDate
Returns a hash code for this GDate.
hashCode() - Method in class org.apache.xmlbeans.GDuration
 
hashCode() - Method in class org.apache.xmlbeans.impl.common.XmlNameImpl
 
hashCode() - Method in class org.apache.xmlbeans.impl.common.XmlObjectList
 
hashCode() - Method in class org.apache.xmlbeans.impl.regex.RegularExpression
 
hashCode() - Method in class org.apache.xmlbeans.impl.schema.StscImporter.SchemaToProcess
 
hashCode() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
hashCode() - Method in class org.apache.xmlbeans.soap.SOAPArrayType
 
hashCode() - Method in class org.apache.xmlbeans.StringEnumAbstractBase
Returns the hash code of the underlying string
hashCode() - Method in class org.apache.xmlbeans.XmlSimpleList
Combines the hash codes of all the list items.
hasMonth() - Method in class org.apache.xmlbeans.GDate
True if this date/time specification specifies a month-of-year.
hasMonth() - Method in class org.apache.xmlbeans.GDateBuilder
True if this date/time specification specifies a month-of-year.
hasMonth() - Method in interface org.apache.xmlbeans.GDateSpecification
True if this date/time specification specifies a month-of-year.
hasName() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
hasName() - Method in interface org.apache.xmlbeans.xml.stream.XMLEvent
Check if this Element has a name
hasNext() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
hasNext() - Method in class org.apache.xmlbeans.impl.store.CharUtil.CharIterator
 
hasNext() - Method in interface org.apache.xmlbeans.xml.stream.AttributeIterator
Check if there are any attributes on the stream
hasNextSelection() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
hasNextSelection() - Method in interface org.apache.xmlbeans.XmlCursor
Returns whether or not there is a next selection.
hasNextToken() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
hasNextToken() - Method in interface org.apache.xmlbeans.XmlCursor
True if there is a next token.
hasNillable() - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
hasNillable() - Method in interface org.apache.xmlbeans.SchemaProperty
Returns SchemaProperty.NEVER, SchemaProperty.VARIABLE, or SchemaProperty.CONSISTENTLY nillable, depending on the nillability of the elements in this property.
hasOption(XmlOptions.XmlOptionsKeys) - Method in class org.apache.xmlbeans.XmlOptions
Used to test a generic option
hasParent() - Method in class org.apache.xmlbeans.impl.store.Cur
 
hasPatternFacet() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
hasPatternFacet() - Method in interface org.apache.xmlbeans.SchemaType
True if there are regex pattern facents
hasPostCall() - Method in class org.apache.xmlbeans.impl.config.PrePostExtensionImpl
 
hasPostCall() - Method in interface org.apache.xmlbeans.PrePostExtension
Returns true if the static handler class has a preSet() method with the following signature:
public static void postSet(int, org.apache.xmlbeans.XmlObject, javax.xml.namespace.QName, boolean, int};
hasPreCall() - Method in class org.apache.xmlbeans.impl.config.PrePostExtensionImpl
 
hasPreCall() - Method in interface org.apache.xmlbeans.PrePostExtension
Returns true if the static handler class has a preSet() method with the following signature:
public static boolean preSet(int, org.apache.xmlbeans.XmlObject, javax.xml.namespace.QName, boolean, int};
hasPrev() - Method in class org.apache.xmlbeans.impl.store.CharUtil.CharIterator
 
hasPrevToken() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
hasPrevToken() - Method in interface org.apache.xmlbeans.XmlCursor
True if there is a previous token.
hasSimpleContent() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
hasStringEnumValues() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
hasStringEnumValues() - Method in interface org.apache.xmlbeans.SchemaType
True if this is a string enum where an integer is assigned to each enumerated value.
hasText() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
hasText() - Method in class org.apache.xmlbeans.impl.store.Cur
 
hasTime() - Method in class org.apache.xmlbeans.GDate
True if this date/time specification specifies a time-of-day.
hasTime() - Method in class org.apache.xmlbeans.GDateBuilder
True if this date/time specification specifies a time-of-day.
hasTime() - Method in interface org.apache.xmlbeans.GDateSpecification
True if this date/time specification specifies a time-of-day.
hasTimeZone() - Method in class org.apache.xmlbeans.GDate
True if this date/time specification specifies a timezone.
hasTimeZone() - Method in class org.apache.xmlbeans.GDateBuilder
True if this date/time specification specifies a timezone.
hasTimeZone() - Method in interface org.apache.xmlbeans.GDateSpecification
True if this date/time specification specifies a timezone.
hasTransitionNotes() - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
hasTransitionRules() - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
hasYear() - Method in class org.apache.xmlbeans.GDate
True if this date/time specification specifies a year.
hasYear() - Method in class org.apache.xmlbeans.GDateBuilder
True if this date/time specification specifies a year.
hasYear() - Method in interface org.apache.xmlbeans.GDateSpecification
True if this date/time specification specifies a year.
headers - Variable in class org.apache.xmlbeans.impl.soap.MimeHeaders
A Vector containing the headers as MimeHeader instances.
HEXADECIMAL - Static variable in class org.apache.xmlbeans.XmlOptionCharEscapeMap
 
HexBin - Class in org.apache.xmlbeans.impl.util
format validation
HexBin() - Constructor for class org.apache.xmlbeans.impl.util.HexBin
 
HEXBINARY - Static variable in class org.apache.xmlbeans.XmlErrorCodes
hexsafe(String) - Static method in class org.apache.xmlbeans.impl.common.QNameHelper
 
hexsafe(String) - Static method in class org.apache.xmlbeans.impl.common.XMLNameHelper
 
hexsafedir(QName) - Static method in class org.apache.xmlbeans.impl.common.QNameHelper
 
hexsafedir(XMLName) - Static method in class org.apache.xmlbeans.impl.common.XMLNameHelper
 
highSurrogate(int) - Static method in class org.apache.xmlbeans.impl.common.XMLChar
Returns the high surrogate of a supplemental character
HIT - Static variable in class org.apache.xmlbeans.impl.xpath.XPathExecutionContext
 
HYPHEN - Static variable in class org.apache.xmlbeans.impl.common.NameUtil
 

I

ID_VALID$DUPLICATE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
IDC_NOT_FOUND - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
identifyElement(QName, QName) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
IDENTITY_CONSTRAINT - Static variable in interface org.apache.xmlbeans.SchemaComponent
An identity constraint definition.
IDENTITY_CONSTRAINT_PROPERTIES - Static variable in class org.apache.xmlbeans.XmlErrorCodes
IDENTITY_CONSTRAINT_PROPERTIES$KEY_KEYREF_FIELD_COUNT_EQ - Static variable in class org.apache.xmlbeans.XmlErrorCodes
IDENTITY_CONSTRAINT_PROPERTIES$KEYREF_REFERS_TO_KEYREF - Static variable in class org.apache.xmlbeans.XmlErrorCodes
IDENTITY_CONSTRAINT_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
IDENTITY_CONSTRAINT_VALID$DUPLICATE_KEY - Static variable in class org.apache.xmlbeans.XmlErrorCodes
cvc-identity-constraint.4.2.2: See clause 4.2.2 XMLSchema Structures 1.0: Identity-constraint Satisfied
IDENTITY_CONSTRAINT_VALID$DUPLICATE_UNIQUE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
cvc-identity-constraint.4.1: See clause 4.1 of XMLSchema Structures 1.0: Identity-constraint Satisfied
IDENTITY_CONSTRAINT_VALID$KEYREF_KEY_NOT_FOUND - Static variable in class org.apache.xmlbeans.XmlErrorCodes
cvc-identity-constraint.4.3: See clause 4.3 XMLSchema Structures 1.0: Identity-constraint Satisfied
IdentityConstraint - Class in org.apache.xmlbeans.impl.common
Identity constraint engine.
IdentityConstraint(Collection, boolean) - Constructor for class org.apache.xmlbeans.impl.common.IdentityConstraint
 
IdentityConstraint.ConstraintState - Class in org.apache.xmlbeans.impl.common
 
IdentityConstraint.FieldState - Class in org.apache.xmlbeans.impl.common
 
IdentityConstraint.IdRefState - Class in org.apache.xmlbeans.impl.common
 
IdentityConstraint.IdState - Class in org.apache.xmlbeans.impl.common
 
IdentityConstraint.KeyrefState - Class in org.apache.xmlbeans.impl.common
 
IdentityConstraint.SelectorState - Class in org.apache.xmlbeans.impl.common
 
identityConstraints() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
ignorable() - Method in interface org.apache.xmlbeans.xml.stream.Space
Returns true if this is ignorable whitespace
ignorableWhitespace(char[], int, int) - Method in class org.apache.xmlbeans.impl.common.Sax2Dom
This class is only used internally so this method should never be called.
IGNORING_ENTITY_RESOLVER - Static variable in class org.apache.xmlbeans.impl.common.SAXHelper
 
ILLEGAL_RESTRICTION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
impl_saajCallback_createSoapElement(DomImpl.Dom, QName, QName) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
impl_saajCallback_ensureSoapTextNode(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
impl_saajCallback_getSaajData(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
impl_saajCallback_importSoapElement(DomImpl.Dom, Element, boolean, QName) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
impl_saajCallback_setSaajData(DomImpl.Dom, Object) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
importSoapElement(Document, Element, boolean, QName) - Method in class org.apache.xmlbeans.impl.store.Locale
 
importSoapElement(Document, Element, boolean, QName) - Method in interface org.apache.xmlbeans.impl.store.Saaj.SaajCallback
 
includedQNamesInExcludedURIs() - Method in class org.apache.xmlbeans.QNameSet
The set of QNames included in the set even though they are within a namespace that is otherwise fully included in the set.
includedQNamesInExcludedURIs() - Method in class org.apache.xmlbeans.QNameSetBuilder
 
includedQNamesInExcludedURIs() - Method in interface org.apache.xmlbeans.QNameSetSpecification
The finite set of QNames that are included in the set within namespaces that are otherwise excluded.
includedURIs() - Method in class org.apache.xmlbeans.QNameSet
Namespaces that are fully included in set except for a finite number of individual QName exceptions.
includedURIs() - Method in class org.apache.xmlbeans.QNameSetBuilder
 
includedURIs() - Method in interface org.apache.xmlbeans.QNameSetSpecification
The finite set of namespace URIs that are almost completely included in the set (that is, each namespace URI that included in the set with with a finite number of QName exceptions).
INCONSISTENT_TYPE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
INCORRECT_ATTRIBUTE - Static variable in class org.apache.xmlbeans.XmlValidationError
 
INCORRECT_ELEMENT - Static variable in class org.apache.xmlbeans.XmlValidationError
 
indent(String) - Static method in class org.apache.xmlbeans.impl.tool.PrettyPrinter
 
indexClassForSystem(SchemaTypeSystem) - Static method in class org.apache.xmlbeans.impl.schema.SchemaTypeCodePrinter
 
indexOf(Object) - Method in class org.apache.xmlbeans.XmlSimpleList
Returns index of the first occurance of an object equal to o.
indirectIncludes(StscImporter.SchemaToProcess) - Method in class org.apache.xmlbeans.impl.schema.StscImporter.SchemaToProcess
 
info(String) - Method in class org.apache.xmlbeans.impl.schema.StscState
Passes a warning on to the current error listener.
info(String, Object[]) - Method in class org.apache.xmlbeans.impl.schema.StscState
Passes a warning on to the current error listener.
init() - Method in class org.apache.xmlbeans.impl.tool.BaseSchemaResourceManager
 
init(Object, int, int) - Method in class org.apache.xmlbeans.impl.store.CharUtil.CharIterator
 
init(Object, int, int, int) - Method in class org.apache.xmlbeans.impl.store.CharUtil.CharIterator
 
init(QName, String, boolean, String, boolean, XmlObject, SchemaAnnotation, Object) - Method in class org.apache.xmlbeans.impl.schema.SchemaAttributeGroupImpl
 
init(QName, String, boolean, String, String, boolean, XmlObject, SchemaAnnotation, Object) - Method in class org.apache.xmlbeans.impl.schema.SchemaModelGroupImpl
 
init(QName, SchemaType.Ref, int, String, XmlObject, XmlValueRef, boolean, SOAPArrayType, SchemaAnnotation, Object) - Method in class org.apache.xmlbeans.impl.schema.SchemaLocalAttributeImpl
 
init(XMLStreamReader, boolean, SchemaType, SchemaTypeLoader, XmlOptions, Collection) - Method in class org.apache.xmlbeans.impl.validator.ValidatingXMLStreamReader
Used in case of reusing the same ValidatinXMLStreamReader object
init(XPath) - Method in class org.apache.xmlbeans.impl.xpath.XPathExecutionContext
 
init(SchemaParticle) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeVisitorImpl
 
init_flags(SchemaProperty) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
initCause(Throwable) - Method in exception org.apache.xmlbeans.impl.soap.SOAPException
Initializes the cause field of this SOAPException object with the given Throwable object.
initComplexType(boolean, boolean) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Called by restriction subclasses within their constructors to enable complex type support.
initFromTypeSystem(SchemaTypeSystemImpl, Set<String>) - Method in class org.apache.xmlbeans.impl.schema.StscState
Initializer for incremental compilation
inputStreamForFile(String) - Method in class org.apache.xmlbeans.impl.tool.BaseSchemaResourceManager
Gets the data in the given filename as an InputStream.
inputStreamForFile(String) - Method in class org.apache.xmlbeans.impl.tool.SchemaResourceManager
Gets the data in the given filename as an InputStream.
insert(DomImpl.Dom, DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
insert_element_user(QName, int) - Method in interface org.apache.xmlbeans.impl.values.TypeStore
Inserts a new element at the position that will make it the ith element with the given name owned by this textstore, and returns a TypeStoreUser for that element.
insert_element_user(QNameSet, QName, int) - Method in interface org.apache.xmlbeans.impl.values.TypeStore
Like the above method, except that it inserts an element named name, after the ith member of set.
INSERT_IDX - org.apache.xmlbeans.XmlOptions.BeanMethod
 
INSERT_NEW_IDX - org.apache.xmlbeans.XmlOptions.BeanMethod
 
insertAttribute(String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
insertAttribute(String) - Method in interface org.apache.xmlbeans.XmlCursor
Inserts a new attribute immediately before this cursor's location, giving it the specified local name.
insertAttribute(String, String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
insertAttribute(String, String) - Method in interface org.apache.xmlbeans.XmlCursor
Inserts a new attribute immediately before this cursor's location, giving it the specified local name and associating it with the specified namespace.
insertAttribute(QName) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
insertAttribute(QName) - Method in interface org.apache.xmlbeans.XmlCursor
Inserts a new attribute immediately before this cursor's location, giving it the specified name.
insertAttributeWithValue(String, String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
insertAttributeWithValue(String, String) - Method in interface org.apache.xmlbeans.XmlCursor
Inserts a new attribute immediately before this cursor's location, giving it the specified value and name.
insertAttributeWithValue(String, String, String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
insertAttributeWithValue(String, String, String) - Method in interface org.apache.xmlbeans.XmlCursor
Inserts an attribute immediately before the cursor's location, giving it the specified name and value, and associating it with the specified namespace.
insertAttributeWithValue(QName, String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
insertAttributeWithValue(QName, String) - Method in interface org.apache.xmlbeans.XmlCursor
Inserts an attribute immediately before the cursor's location, giving it the specified name and value.
insertChars(int, Object, int, int, Object, int, int) - Method in class org.apache.xmlbeans.impl.store.CharUtil
 
insertChars(String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
insertChars(String) - Method in interface org.apache.xmlbeans.XmlCursor
Inserts the specified text immediately before this cursor's location.
insertComment(String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
insertComment(String) - Method in interface org.apache.xmlbeans.XmlCursor
Inserts an XML comment immediately before the cursor's location, giving it the specified content.
insertElement(String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
insertElement(String) - Method in interface org.apache.xmlbeans.XmlCursor
Inserts an element immediately before this cursor's location, giving the element the specified local name.
insertElement(String, String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
insertElement(String, String) - Method in interface org.apache.xmlbeans.XmlCursor
Inserts a new element immediately before this cursor's location, giving the element the specified local name and associating it with specified namespace
insertElement(QName) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
insertElement(QName) - Method in interface org.apache.xmlbeans.XmlCursor
Inserts an element immediately before this cursor's location, giving the element the specified qualified name.
insertElementWithText(String, String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
insertElementWithText(String, String) - Method in interface org.apache.xmlbeans.XmlCursor
Inserts a new element immediately before this cursor's location, giving the element the specified local name and content.
insertElementWithText(String, String, String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
insertElementWithText(String, String, String) - Method in interface org.apache.xmlbeans.XmlCursor
Inserts a new element immediately before this cursor's location, giving the element the specified local name, associating it with the specified namespace, and giving it the specified content.
insertElementWithText(QName, String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
insertElementWithText(QName, String) - Method in interface org.apache.xmlbeans.XmlCursor
Inserts a new element immediately before this cursor's location, giving the element the specified qualified name and content.
insertNamespace(String, String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
insertNamespace(String, String) - Method in interface org.apache.xmlbeans.XmlCursor
Inserts a namespace declaration immediately before the cursor's location, giving it the specified prefix and URI.
insertProcInst(String, String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
insertProcInst(String, String) - Method in interface org.apache.xmlbeans.XmlCursor
Inserts an XML processing instruction immediately before the cursor's location, giving it the specified target and text.
inst2xsd(Reader[], Inst2XsdOptions) - Static method in class org.apache.xmlbeans.impl.inst2xsd.Inst2Xsd
 
inst2xsd(XmlObject[], Inst2XsdOptions) - Static method in class org.apache.xmlbeans.impl.inst2xsd.Inst2Xsd
 
Inst2Xsd - Class in org.apache.xmlbeans.impl.inst2xsd
 
Inst2XsdOptions - Class in org.apache.xmlbeans.impl.inst2xsd
 
Inst2XsdOptions() - Constructor for class org.apache.xmlbeans.impl.inst2xsd.Inst2XsdOptions
 
INSTANCE_TYPE - org.apache.xmlbeans.XmlOptions.BeanMethod
 
instanceType() - Method in class org.apache.xmlbeans.FilterXmlObject
 
instanceType() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
instanceType() - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
instanceType() - Method in interface org.apache.xmlbeans.SimpleValue
The same as getSchemaType unless this is a union instance or nil value.
InstanceValidator - Class in org.apache.xmlbeans.impl.tool
 
InstanceValidator() - Constructor for class org.apache.xmlbeans.impl.tool.InstanceValidator
 
INT - Static variable in class org.apache.xmlbeans.XmlErrorCodes
INT_ATTR - Static variable in class org.apache.xmlbeans.XmlCursor.TokenType
The attribute token.
INT_COMMENT - Static variable in class org.apache.xmlbeans.XmlCursor.TokenType
The comment token.
INT_END - Static variable in class org.apache.xmlbeans.XmlCursor.TokenType
The end-element token.
INT_ENDDOC - Static variable in class org.apache.xmlbeans.XmlCursor.TokenType
The end-document token.
INT_NAMESPACE - Static variable in class org.apache.xmlbeans.XmlCursor.TokenType
The namespace declaration token.
INT_NONE - Static variable in class org.apache.xmlbeans.XmlCursor.TokenType
No token.
INT_PROCINST - Static variable in class org.apache.xmlbeans.XmlCursor.TokenType
The processing instruction token.
INT_START - Static variable in class org.apache.xmlbeans.XmlCursor.TokenType
The start-element token.
INT_STARTDOC - Static variable in class org.apache.xmlbeans.XmlCursor.TokenType
The start-document token.
INT_TEXT - Static variable in class org.apache.xmlbeans.XmlCursor.TokenType
The text token.
INT_TOO_LARGE - Static variable in exception org.apache.xmlbeans.SchemaTypeLoaderException
 
INTEGER - Static variable in class org.apache.xmlbeans.XmlErrorCodes
InterfaceExtension - Interface in org.apache.xmlbeans
 
InterfaceExtension.MethodSignature - Interface in org.apache.xmlbeans
 
InterfaceExtensionImpl - Class in org.apache.xmlbeans.impl.config
 
InterfaceExtensionImpl() - Constructor for class org.apache.xmlbeans.impl.config.InterfaceExtensionImpl
 
intersect(NameSet) - Method in class org.apache.xmlbeans.impl.config.NameSet
Returns the intersection of this NameSet with the 'with' NameSet
intersect(QNameSetSpecification) - Method in class org.apache.xmlbeans.QNameSet
Returns a new QNameSet that is the intersection of this one and another.
intersect(QNameSetSpecification) - Method in class org.apache.xmlbeans.QNameSetBuilder
Returns a new QNameSet that is the intersection of this one and another.
intersect(QNameSetSpecification) - Method in interface org.apache.xmlbeans.QNameSetSpecification
Returns the intersection with another QNameSet.
intValue() - Method in class org.apache.xmlbeans.StringEnumAbstractBase
Returns an int code that can be used for switch statements
intValue() - Method in class org.apache.xmlbeans.XmlCursor.TokenType
Returns one of the INT_ values defined in this class.
invalid(String) - Method in interface org.apache.xmlbeans.impl.common.ValidationContext
 
invalid(String) - Method in class org.apache.xmlbeans.impl.inst2xsd.RussianDollStrategy.SCTValidationContext
 
invalid(String, Object[]) - Method in interface org.apache.xmlbeans.impl.common.ValidationContext
 
invalid(String, Object[]) - Method in class org.apache.xmlbeans.impl.inst2xsd.RussianDollStrategy.SCTValidationContext
 
INVALID_DOCUMENT_TYPE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
INVALID_NAME - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
INVALID_SCHEMA - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
INVALID_VALUE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
Error code for an invalid attribute value.
INVALID_VALUE_DETAIL - Static variable in class org.apache.xmlbeans.XmlErrorCodes
Error code for an invalid attribute value.
INVALID_XPATH - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
invalidate_element_order() - Method in interface org.apache.xmlbeans.impl.values.TypeStoreUser
A store calls back on invalidate_element_order when a rearrangment of sibling elements to the left of this element means that the nillable value may no longer be valid.
invalidate_element_order() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Called by a TypeStore to indicate that the element's default value, nillability, fixedness, etc, may have changed by virtue of the element order changing (and xsi:nil and the text may have changed too); so the store should be consulted next time any setter or getter is called.
invalidate_nil() - Method in interface org.apache.xmlbeans.impl.values.TypeStore
Called when the value has been nilled or unnilled, so the textstore knows it needs to update the xsi:nil attribute.
invalidate_nilvalue() - Method in interface org.apache.xmlbeans.impl.values.TypeStoreUser
A store calls back on invalidate_nilvalue when the value of the xsi:nil tag has changed.
invalidate_nilvalue() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Called by a TypeStore to indicate that the xsi:nil attribute on the containing element (and possibly the text) has been invalidated and both should be consulted next time the value is needed.
invalidate_text() - Method in interface org.apache.xmlbeans.impl.values.TypeStore
A user of a TypeStore calls invalidate_text when the underlying value has changed and he wants the textstore to call him back with a fetch_text (TypeStore/TypeStoreUsers work in pairs).
invalidate_value() - Method in interface org.apache.xmlbeans.impl.values.TypeStoreUser
A store will call back on invalidate_value when its text has changed and it therefore knows that any cached type value is invalid.
invalidate_value() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Called by a TypeStore to indicate that the text has been invalidated and should be fetched next time the value is needed.
InvalidLexicalValueException - Exception in org.apache.xmlbeans.impl.common
Author: Cezar Andrei (cezar.andrei at bea.com) Date: Nov 24, 2003
InvalidLexicalValueException() - Constructor for exception org.apache.xmlbeans.impl.common.InvalidLexicalValueException
 
InvalidLexicalValueException(String) - Constructor for exception org.apache.xmlbeans.impl.common.InvalidLexicalValueException
 
InvalidLexicalValueException(String, Throwable) - Constructor for exception org.apache.xmlbeans.impl.common.InvalidLexicalValueException
 
InvalidLexicalValueException(String, Throwable, Location) - Constructor for exception org.apache.xmlbeans.impl.common.InvalidLexicalValueException
 
InvalidLexicalValueException(String, Location) - Constructor for exception org.apache.xmlbeans.impl.common.InvalidLexicalValueException
 
InvalidLexicalValueException(Throwable) - Constructor for exception org.apache.xmlbeans.impl.common.InvalidLexicalValueException
 
InvalidLexicalValueException(Throwable, Location) - Constructor for exception org.apache.xmlbeans.impl.common.InvalidLexicalValueException
 
inverse() - Method in class org.apache.xmlbeans.QNameSet
Returns a new QNameSet that is the inverse of this one.
inverse() - Method in class org.apache.xmlbeans.QNameSetBuilder
Returns a new QNameSet that is the inverse of this one.
inverse() - Method in interface org.apache.xmlbeans.QNameSetSpecification
Return the inverse of this QNameSet.
invert() - Method in class org.apache.xmlbeans.impl.config.NameSet
Returns an inversion of this NameSet
invert() - Method in class org.apache.xmlbeans.impl.config.NameSetBuilder
Inverts the representing NameSet
invert() - Method in class org.apache.xmlbeans.QNameSetBuilder
Inverts this QNameSetBuilder.
IO_EXCEPTION - Static variable in exception org.apache.xmlbeans.SchemaTypeLoaderException
 
IOUtil - Class in org.apache.xmlbeans.impl.common
 
IOUtil() - Constructor for class org.apache.xmlbeans.impl.common.IOUtil
 
is_attribute() - Method in interface org.apache.xmlbeans.impl.values.TypeStore
Tells if this store is an attribute or not
is_child_element_order_sensitive() - Method in interface org.apache.xmlbeans.impl.values.TypeStoreUser
Returns false if child elements are insensitive to order; if it returns true, you're required to call invalidate_element_order on children to the right of any child order rearrangement.
is_child_element_order_sensitive() - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
is_child_element_order_sensitive() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Returns false if child elements are insensitive to order; if it returns true, you're required to call invalidate_element_order on children to the right of any child order rearrangement.
is_defaultable_ws(String) - Method in class org.apache.xmlbeans.impl.values.JavaStringHolder
 
is_defaultable_ws(String) - Method in class org.apache.xmlbeans.impl.values.JavaStringHolderEx
 
is_defaultable_ws(String) - Method in class org.apache.xmlbeans.impl.values.XmlListImpl
 
is_defaultable_ws(String) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Types should return false if they don't treat the given whitespace as a default value.
is_defaultable_ws(String) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
IS_NIL - org.apache.xmlbeans.XmlOptions.BeanMethod
 
IS_NIL_IDX - org.apache.xmlbeans.XmlOptions.BeanMethod
 
is_orphaned() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Describes the orphaned status of this object.
IS_SET - org.apache.xmlbeans.XmlOptions.BeanMethod
 
isAbstract() - Method in class org.apache.xmlbeans.impl.schema.SchemaLocalElementImpl
 
isAbstract() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
isAbstract() - Method in interface org.apache.xmlbeans.SchemaLocalElement
True if this element is prohibited in content.
isAbstract() - Method in interface org.apache.xmlbeans.SchemaType
True if this type cannot be used directly in instances
isAll() - Method in class org.apache.xmlbeans.QNameSet
True if this ModelTransitionSet contains all QNames.
isAll() - Method in class org.apache.xmlbeans.QNameSetBuilder
True if this ModelTransitionSet contains all QNames.
isAll() - Method in interface org.apache.xmlbeans.QNameSetSpecification
True if the set is the set of all QNames.
isAllSpace(CharSequence) - Static method in class org.apache.xmlbeans.impl.common.XmlWhitespace
 
isAllSpace(String) - Static method in class org.apache.xmlbeans.impl.common.XmlWhitespace
 
isAllValid() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeVisitorImpl
Returns true if the entire content up to now is valid.
isAnonymousType() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
isAnonymousType() - Method in interface org.apache.xmlbeans.SchemaType
True if the Xsd type is anonymous (i.e., not top-level).
isAnyAttr() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
isAnyAttr() - Method in interface org.apache.xmlbeans.XmlCursor
True if this token is any attribute.
isAnyAttr() - Method in class org.apache.xmlbeans.XmlCursor.TokenType
True if is attribute or namespace declaration token
isAssignableFrom(SchemaType) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
isAssignableFrom(SchemaType) - Method in interface org.apache.xmlbeans.SchemaType
True if the specified type derives from this type (or if it is the same type).
isAtEndOfLastPush() - Method in class org.apache.xmlbeans.impl.store.Cur
 
isAtSamePositionAs(XmlCursor) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
isAtSamePositionAs(XmlCursor) - Method in interface org.apache.xmlbeans.XmlCursor
Determines if this cursor is at the same position as the specified cursor.
isAttr() - Method in class org.apache.xmlbeans.impl.store.Cur
 
isAttr() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
isAttr() - Method in interface org.apache.xmlbeans.XmlCursor
True if this token is an ATTR token type, meaning just before an attribute.
isAttr() - Method in class org.apache.xmlbeans.XmlCursor.TokenType
True if is attribute token.
isAttribute() - Method in class org.apache.xmlbeans.impl.schema.SchemaLocalAttributeImpl
 
isAttribute() - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
isAttribute() - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
isAttribute() - Method in interface org.apache.xmlbeans.SchemaField
True if this use is an attribute
isAttribute() - Method in interface org.apache.xmlbeans.SchemaProperty
True for attributes.
isAttributeSpecified(int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
isAttributeType() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
isAttributeType() - Method in interface org.apache.xmlbeans.SchemaType
True if this is a attribute type.
isAttributeValidationCompatMode() - Method in class org.apache.xmlbeans.XmlOptions
 
isAttrOfTypeId(QName, QName) - Method in class org.apache.xmlbeans.impl.store.Locale.LoadContext
 
isBounded() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
isBounded() - Method in interface org.apache.xmlbeans.SchemaType
True if bounded.
isBuiltinType() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
isBuiltinType() - Method in interface org.apache.xmlbeans.SchemaType
True for any of the 40+ built-in types.
isChameleon() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
isChangePrefixMapping() - Method in class org.apache.xmlbeans.impl.common.XmlEventBase
 
isChangePrefixMapping() - Method in interface org.apache.xmlbeans.xml.stream.XMLEvent
 
isCharacterData() - Method in class org.apache.xmlbeans.impl.common.XmlEventBase
 
isCharacterData() - Method in interface org.apache.xmlbeans.xml.stream.XMLEvent
 
isCharacters() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
isComment() - Method in interface org.apache.xmlbeans.impl.soap.Text
Retrieves whether this Text object represents a comment.
isComment() - Method in class org.apache.xmlbeans.impl.store.Cur
 
isComment() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
isComment() - Method in interface org.apache.xmlbeans.XmlCursor
True if this token is a COMMENT token type, meaning just before a comment.
isComment() - Method in class org.apache.xmlbeans.XmlCursor.TokenType
True if is comment token.
isCompileAnnotationAsJavadoc() - Method in class org.apache.xmlbeans.XmlOptions
 
isCompiled() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
isCompiled() - Method in interface org.apache.xmlbeans.SchemaType
True if this schema type was compiled to have a corresponding Java class.
isCompileDownloadUrls() - Method in class org.apache.xmlbeans.XmlOptions
 
isCompileNoAnnotations() - Method in class org.apache.xmlbeans.XmlOptions
 
isCompileNoPvrRule() - Method in class org.apache.xmlbeans.XmlOptions
 
isCompileNoUpaRule() - Method in class org.apache.xmlbeans.XmlOptions
 
isCompileNoValidation() - Method in class org.apache.xmlbeans.XmlOptions
 
isCompilePartialTypesystem() - Method in class org.apache.xmlbeans.XmlOptions
 
isComplexType() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
isContainer() - Method in class org.apache.xmlbeans.impl.store.Cur
 
isContainer() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
isContainer() - Method in interface org.apache.xmlbeans.XmlCursor
True if this token is a container token.
isContainer() - Method in class org.apache.xmlbeans.XmlCursor.TokenType
True if is start-document or start-element token
isContainerOrFinish() - Method in class org.apache.xmlbeans.impl.store.Cur
 
isContent(int) - Static method in class org.apache.xmlbeans.impl.common.XMLChar
Returns true if the specified character can be considered content.
isCopyAnn() - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
isCopyUseNewSynchronizationDomain() - Method in class org.apache.xmlbeans.XmlOptions
 
isCrash() - Method in class org.apache.xmlbeans.impl.tool.XSTCTester.TestCaseResult
 
isDebug() - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
isDebug() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
isDefault() - Method in class org.apache.xmlbeans.impl.schema.SchemaLocalAttributeImpl
 
isDefault() - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
isDefault() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
True if the value is currently defaulted.
isDefault() - Method in interface org.apache.xmlbeans.SchemaField
True if a default is supplied.
isDefault() - Method in interface org.apache.xmlbeans.SchemaParticle
For elements only: True if has default.
isDefaultable() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
True if the value is currently defaulted.
isDeterministic() - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
isDisjoint(QNameSetSpecification) - Method in class org.apache.xmlbeans.QNameSet
True if the given set is disjoint from this one.
isDisjoint(QNameSetSpecification) - Method in class org.apache.xmlbeans.QNameSetBuilder
True if the given set is disjoint from this one.
isDisjoint(QNameSetSpecification) - Method in interface org.apache.xmlbeans.QNameSetSpecification
True if is disjoint from the specified set.
isDocumentType() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
isDocumentType() - Method in interface org.apache.xmlbeans.SchemaType
True if this is a document type.
isDomDocRoot() - Method in class org.apache.xmlbeans.impl.store.Cur
 
isDomFragRoot() - Method in class org.apache.xmlbeans.impl.store.Cur
 
isDownload() - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
isDownload() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
isElem() - Method in class org.apache.xmlbeans.impl.store.Cur
 
isEmpty() - Method in class org.apache.xmlbeans.QNameSet
True if this ModelTransitionSet contains no QNames.
isEmpty() - Method in class org.apache.xmlbeans.QNameSetBuilder
True if this ModelTransitionSet contains no QNames.
isEmpty() - Method in interface org.apache.xmlbeans.QNameSetSpecification
True if the set is empty.
isEmpty() - Method in class org.apache.xmlbeans.XmlSimpleList
True if the list is empty.
isEnd() - Method in class org.apache.xmlbeans.impl.store.Cur
 
isEnd() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
isEnd() - Method in interface org.apache.xmlbeans.XmlCursor
True if this token is an END token type, meaning just before an element's end.
isEnd() - Method in class org.apache.xmlbeans.XmlCursor.TokenType
True if is end-element token.
isEnddoc() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
isEnddoc() - Method in interface org.apache.xmlbeans.XmlCursor
True if this token is an ENDDOC token type, meaning at the very end of the document.
isEnddoc() - Method in class org.apache.xmlbeans.XmlCursor.TokenType
True if is end-document token.
isEndDocument() - Method in class org.apache.xmlbeans.impl.common.XmlEventBase
 
isEndDocument() - Method in interface org.apache.xmlbeans.xml.stream.XMLEvent
 
isEndElement() - Method in class org.apache.xmlbeans.impl.common.XmlEventBase
 
isEndElement() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
isEndElement() - Method in interface org.apache.xmlbeans.xml.stream.XMLEvent
 
isEndPrefixMapping() - Method in class org.apache.xmlbeans.impl.common.XmlEventBase
 
isEndPrefixMapping() - Method in interface org.apache.xmlbeans.xml.stream.XMLEvent
 
isEndRoot() - Method in class org.apache.xmlbeans.impl.store.Cur
 
isEntityReference() - Method in class org.apache.xmlbeans.impl.common.XmlEventBase
 
isEntityReference() - Method in interface org.apache.xmlbeans.xml.stream.XMLEvent
 
isEnumeration() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
isFacetFixed(int) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
isFacetFixed(int) - Method in interface org.apache.xmlbeans.SchemaType
True if the given facet is fixed.
isFailonerror() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
isFinish() - Method in class org.apache.xmlbeans.impl.store.Cur
 
isFinish() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
isFinish() - Method in interface org.apache.xmlbeans.XmlCursor
True if this token is a finish token.
isFinish() - Method in class org.apache.xmlbeans.XmlCursor.TokenType
True if is end-document or end-element token
isFinite() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
isFinite() - Method in interface org.apache.xmlbeans.SchemaType
True if finite.
isFixed() - Method in class org.apache.xmlbeans.impl.schema.SchemaLocalAttributeImpl
 
isFixed() - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
isFixed() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
True if the value is fixed.
isFixed() - Method in interface org.apache.xmlbeans.SchemaField
True if the value is fixed.
isFixed() - Method in interface org.apache.xmlbeans.SchemaParticle
For elements only: true if is fixed value.
isGlobal() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Attribute
 
isGlobal() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Element
 
isGlobal() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
isHighSurrogate(int) - Static method in class org.apache.xmlbeans.impl.common.XMLChar
Returns whether the given character is a high surrogate
isImmutable() - Method in class org.apache.xmlbeans.FilterXmlObject
 
isImmutable() - Method in class org.apache.xmlbeans.GDate
Returns true: all GDate instances are immutable.
isImmutable() - Method in class org.apache.xmlbeans.GDateBuilder
True if the instance is immutable.
isImmutable() - Method in interface org.apache.xmlbeans.GDateSpecification
True if this GDate specification is immutable.
isImmutable() - Method in class org.apache.xmlbeans.GDuration
All GDuration instances return true.
isImmutable() - Method in class org.apache.xmlbeans.GDurationBuilder
All GDuration instances return true.
isImmutable() - Method in interface org.apache.xmlbeans.GDurationSpecification
True if this instance is immutable.
isImmutable() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Is this instance an immutable value?
isImmutable() - Method in interface org.apache.xmlbeans.XmlObject
Immutable values do not have a position in a tree; rather, they are stand-alone simple type values.
isIncludeAntRuntime() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
isIncludeJavaRuntime() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
isIncomplete() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
isIncrementalSrcGen() - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
isInSameDocument(XmlCursor) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
isInSameDocument(XmlCursor) - Method in interface org.apache.xmlbeans.XmlCursor
Determines if the specified cursor is in the same document as this cursor.
isInstanceOf(SchemaType) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
isInvalid(int) - Static method in class org.apache.xmlbeans.impl.common.XMLChar
Returns true if the specified character is invalid.
isIvActual() - Method in class org.apache.xmlbeans.impl.tool.XSTCTester.TestCaseResult
 
isIvExpected() - Method in class org.apache.xmlbeans.impl.tool.XSTCTester.TestCase
 
isJavaCommonClassName(String) - Static method in class org.apache.xmlbeans.impl.common.NameUtil
 
isJavaize() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler.Parameters
 
isJavaized() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
isLeftOf(XmlCursor) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
isLeftOf(XmlCursor) - Method in interface org.apache.xmlbeans.XmlCursor
Determines if this cursor is to the left of (or before) the specified cursor.
isLoadDTDGrammar() - Method in class org.apache.xmlbeans.XmlOptions
 
isLoadExternalDTD() - Method in class org.apache.xmlbeans.XmlOptions
 
isLoadLineNumbers() - Method in class org.apache.xmlbeans.XmlOptions
 
isLoadLineNumbersEndElement() - Method in class org.apache.xmlbeans.XmlOptions
 
isLoadMessageDigest() - Method in class org.apache.xmlbeans.XmlOptions
 
isLoadStripComments() - Method in class org.apache.xmlbeans.XmlOptions
 
isLoadStripProcinsts() - Method in class org.apache.xmlbeans.XmlOptions
 
isLoadTrimTextBuffer() - Method in class org.apache.xmlbeans.XmlOptions
 
isLoadUseDefaultResolver() - Method in class org.apache.xmlbeans.XmlOptions
 
isLoadUseLocaleCharUtil() - Method in class org.apache.xmlbeans.XmlOptions
 
isLowSurrogate(int) - Static method in class org.apache.xmlbeans.impl.common.XMLChar
Returns whether the given character is a low surrogate
isMarkup(int) - Static method in class org.apache.xmlbeans.impl.common.XMLChar
Returns true if the specified character can be considered markup.
isName(int) - Static method in class org.apache.xmlbeans.impl.common.XMLChar
Returns true if the specified character is a valid name character as defined by production [4] in the XML 1.0 specification.
isNamespace() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
isNamespace() - Method in interface org.apache.xmlbeans.XmlCursor
True if this token is a NAMESPACE token type, meaning just before a namespace declaration.
isNamespace() - Method in class org.apache.xmlbeans.XmlCursor.TokenType
True if is namespace declaration token.
isNamespaceDefined(String) - Method in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
isNamespaceDefined(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderImpl
 
isNamespaceDefined(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
isNamespaceDefined(String) - Method in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
 
isNamespaceDefined(String) - Method in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
isNamespaceDefined(String) - Method in interface org.apache.xmlbeans.SchemaTypeLoader
True if the typeloader contains any definitions in the given namespace.
isNameStart(int) - Static method in class org.apache.xmlbeans.impl.common.XMLChar
Returns true if the specified character is a valid name start character as defined by production [5] in the XML 1.0 specification.
isNCName(int) - Static method in class org.apache.xmlbeans.impl.common.XMLChar
Returns true if the specified character is a valid NCName character as defined by production [5] in Namespaces in XML recommendation.
isNCNameStart(int) - Static method in class org.apache.xmlbeans.impl.common.XMLChar
Returns true if the specified character is a valid NCName start character as defined by production [4] in Namespaces in XML recommendation.
isNetworkDownloads() - Method in class org.apache.xmlbeans.impl.xsd2inst.SchemaInstanceGenerator.Xsd2InstOptions
 
isNil() - Method in class org.apache.xmlbeans.FilterXmlObject
 
isNil() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
True if the value is nilled.
isNil() - Method in interface org.apache.xmlbeans.XmlObject
Note that in order to be nil, the value must be in an element, and the element containing the value must be marked as nillable in the schema.
isNillable() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Element
 
isNillable() - Method in class org.apache.xmlbeans.impl.schema.SchemaLocalAttributeImpl
 
isNillable() - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
isNillable() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
True if the value is allowed to be nil.
isNillable() - Method in interface org.apache.xmlbeans.SchemaField
True if nillable; always false for attributes.
isNillable() - Method in interface org.apache.xmlbeans.SchemaParticle
For elements only: true if nillable.
isNoAnn() - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
isNoAnnotations() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
isNode() - Method in class org.apache.xmlbeans.impl.store.Cur
 
isNoExt() - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
isNoExt() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
isNojavac() - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
isNone() - Method in class org.apache.xmlbeans.XmlCursor.TokenType
True if no token.
isNopvr() - Method in class org.apache.xmlbeans.impl.xsd2inst.SchemaInstanceGenerator.Xsd2InstOptions
 
isNoPvr() - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
isNoPvr() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
isNormalAttr() - Method in class org.apache.xmlbeans.impl.store.Cur
 
isNoSrcRegen() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
isNoType() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
isNoType() - Method in interface org.apache.xmlbeans.SchemaType
True for the type object that represents a the absence of a determined type.
isNoupa() - Method in class org.apache.xmlbeans.impl.xsd2inst.SchemaInstanceGenerator.Xsd2InstOptions
 
isNoUpa() - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
isNoUpa() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
isNoValidateDoc() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
isNoVDoc() - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
isNowarn() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
isNull() - Method in class org.apache.xmlbeans.impl.common.XmlEventBase
 
isNull() - Method in interface org.apache.xmlbeans.xml.stream.XMLEvent
 
isNumeric() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
isNumeric() - Method in interface org.apache.xmlbeans.SchemaType
True if numeric.
isOptional() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Attribute
 
isOrderSensitive() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
isOrderSensitive() - Method in interface org.apache.xmlbeans.SchemaType
True if particles have same defaults, nillability, etc, that are invariant when order changes.
isParticleValidRestriction(SchemaParticle, SchemaParticle, Collection<XmlError>, XmlObject) - Static method in class org.apache.xmlbeans.impl.schema.StscChecker
This function takes in two schema particle types, a baseModel, and a derived model and returns true if the derivedModel can be egitimately be used for restriction.
isPositioned() - Method in class org.apache.xmlbeans.impl.store.Cur
 
isPrimitiveType() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
isPrimitiveType() - Method in interface org.apache.xmlbeans.SchemaType
True for any of the 20 primitive types (plus anySimpleType)
isProcessingInstruction() - Method in class org.apache.xmlbeans.impl.common.XmlEventBase
 
isProcessingInstruction() - Method in interface org.apache.xmlbeans.xml.stream.XMLEvent
 
isProcinst() - Method in class org.apache.xmlbeans.impl.store.Cur
 
isProcinst() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
isProcinst() - Method in interface org.apache.xmlbeans.XmlCursor
True if this token is a PROCINST token type, meaning just before a processing instruction.
isProcinst() - Method in class org.apache.xmlbeans.XmlCursor.TokenType
True if is processing instruction token.
isPubid(int) - Static method in class org.apache.xmlbeans.impl.common.XMLChar
Returns true if the specified character is a valid Pubid character as defined by production [13] in the XML 1.0 specification.
isPunctuation(char, boolean) - Static method in class org.apache.xmlbeans.impl.common.NameUtil
 
isQNameEnumeration() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
isQuiet() - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
isQuiet() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
isReadOnly() - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
isReadOnly() - Method in interface org.apache.xmlbeans.SchemaProperty
True for read-only properties.
isRedefinition() - Method in class org.apache.xmlbeans.impl.schema.SchemaAttributeGroupImpl
 
isRedefinition() - Method in class org.apache.xmlbeans.impl.schema.SchemaModelGroupImpl
 
isRedefinition() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
isRef() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Attribute
 
isRef() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Element
 
isResolved() - Method in class org.apache.xmlbeans.impl.schema.SchemaIdentityConstraintImpl
Only applicable to keyrefs.
isResolved() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
isResolving() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
isRightOf(XmlCursor) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
isRightOf(XmlCursor) - Method in interface org.apache.xmlbeans.XmlCursor
Determines if this cursor is to the right of (or after) the specified cursor.
isRoot() - Method in class org.apache.xmlbeans.impl.store.Cur
 
isRvExpected() - Method in class org.apache.xmlbeans.impl.tool.XSTCTester.TestCase
 
isSameRankAs(SOAPArrayType) - Method in class org.apache.xmlbeans.soap.SOAPArrayType
True if the ranks for the passed SOAPArrayType are equal to this one.
isSaveAggressiveNamespaces() - Method in class org.apache.xmlbeans.XmlOptions
 
isSaveInner() - Method in class org.apache.xmlbeans.XmlOptions
 
isSaveNamespacesFirst() - Method in class org.apache.xmlbeans.XmlOptions
 
isSaveNoXmlDecl() - Method in class org.apache.xmlbeans.XmlOptions
 
isSaveOptimizeForSpeed() - Method in class org.apache.xmlbeans.XmlOptions
 
isSaveOuter() - Method in class org.apache.xmlbeans.XmlOptions
 
isSavePrettyPrint() - Method in class org.apache.xmlbeans.XmlOptions
 
isSaveSaxNoNSDeclsInAttributes() - Method in class org.apache.xmlbeans.XmlOptions
 
isSaveUseOpenFrag() - Method in class org.apache.xmlbeans.XmlOptions
 
isSetLoadStripWhitespace() - Method in class org.apache.xmlbeans.XmlOptions
 
isSGResolved() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
isSGResolving() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
isSimpleType() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
isSimpleType() - Method in interface org.apache.xmlbeans.SchemaType
True for the anySimpleType and any restrictions/unions/lists.
isSingleton() - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
isSingleton() - Method in interface org.apache.xmlbeans.SchemaParticle
One if minOccurs == maxOccurs == 1.
isSkippable() - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
isSkippable() - Method in interface org.apache.xmlbeans.SchemaParticle
True if this particle can be skipped (taking into account both the minOcurs as well as the structure of all the child particles)
isSkippedAnonymousType() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
isSkippedAnonymousType() - Method in interface org.apache.xmlbeans.SchemaType
True if this anonymous type has no corresponding Java type.
isSpace() - Method in class org.apache.xmlbeans.impl.common.XmlEventBase
 
isSpace() - Method in interface org.apache.xmlbeans.xml.stream.XMLEvent
 
isSpace(char) - Static method in class org.apache.xmlbeans.impl.common.XmlWhitespace
 
isSpace(int) - Static method in class org.apache.xmlbeans.impl.common.XMLChar
Returns true if the specified character is a space character as defined by production [3] in the XML 1.0 specification.
isSrconly() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
isStandalone() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
isStandalone() - Method in interface org.apache.xmlbeans.xml.stream.StartDocument
 
isStart() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
isStart() - Method in interface org.apache.xmlbeans.XmlCursor
True if this token is a START token type, meaning just before an element's start.
isStart() - Method in class org.apache.xmlbeans.XmlCursor.TokenType
True if is start-element token.
isStartdoc() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
isStartdoc() - Method in interface org.apache.xmlbeans.XmlCursor
True if the current token is a STARTDOC token type, meaning at the very root of the document.
isStartdoc() - Method in class org.apache.xmlbeans.XmlCursor.TokenType
True if is start-document token.
isStartDocument() - Method in class org.apache.xmlbeans.impl.common.XmlEventBase
 
isStartDocument() - Method in interface org.apache.xmlbeans.xml.stream.XMLEvent
 
isStartElement() - Method in class org.apache.xmlbeans.impl.common.XmlEventBase
 
isStartElement() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
isStartElement() - Method in interface org.apache.xmlbeans.xml.stream.XMLEvent
Method access to the elements type
isStartPrefixMapping() - Method in class org.apache.xmlbeans.impl.common.XmlEventBase
 
isStartPrefixMapping() - Method in interface org.apache.xmlbeans.xml.stream.XMLEvent
 
isSupplemental(int) - Static method in class org.apache.xmlbeans.impl.common.XMLChar
Returns true if the specified character is a supplemental character.
isSvActual() - Method in class org.apache.xmlbeans.impl.tool.XSTCTester.TestCaseResult
 
isSvExpected() - Method in class org.apache.xmlbeans.impl.tool.XSTCTester.TestCase
 
isText() - Method in class org.apache.xmlbeans.impl.store.Cur
 
isText() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
isText() - Method in interface org.apache.xmlbeans.XmlCursor
True if the this token is a TEXT token type, meaning just before or inside text.
isText() - Method in class org.apache.xmlbeans.XmlCursor.TokenType
True if is text token.
isTextCData() - Method in class org.apache.xmlbeans.impl.store.Cur
 
isTypeResolved() - Method in class org.apache.xmlbeans.impl.schema.SchemaLocalAttributeImpl
 
isTypeResolved() - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
isUnionOfLists() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
isUnjavaized() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
isUnloaded() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
isUnsynchronized() - Method in class org.apache.xmlbeans.XmlOptions
 
isURType() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
isURType() - Method in interface org.apache.xmlbeans.SchemaType
True for anyType and anySimpleType.
isUseCDataBookmarks() - Method in class org.apache.xmlbeans.XmlOptions
 
isUseDefaultNamespace() - Method in class org.apache.xmlbeans.XmlOptions
 
isUseEnumerations() - Method in class org.apache.xmlbeans.impl.inst2xsd.Inst2XsdOptions
 
isUserNode() - Method in class org.apache.xmlbeans.impl.store.Cur
 
isValid() - Method in class org.apache.xmlbeans.GDate
True if this GDate corresponds to a valid gregorian date value in XML schema.
isValid() - Method in class org.apache.xmlbeans.GDateBuilder
True if all date fields lie within their legal ranges.
isValid() - Method in interface org.apache.xmlbeans.GDateSpecification
True if this GDate corresponds to a valid gregorian date value in XML schema.
isValid() - Method in class org.apache.xmlbeans.GDuration
Returns true if all of the individual components of the duration are nonnegative.
isValid() - Method in class org.apache.xmlbeans.GDurationBuilder
Returns true if all of the individual components of the duration are nonnegative.
isValid() - Method in interface org.apache.xmlbeans.GDurationSpecification
Returns true if all of the individual components of the duration are nonnegative.
isValid() - Method in class org.apache.xmlbeans.impl.common.IdentityConstraint
 
isValid() - Method in class org.apache.xmlbeans.impl.inst2xsd.RussianDollStrategy.SCTValidationContext
 
isValid() - Method in class org.apache.xmlbeans.impl.validator.ValidatingXMLStreamReader
 
isValid() - Method in class org.apache.xmlbeans.impl.validator.Validator
 
isValid(int) - Static method in class org.apache.xmlbeans.impl.common.XMLChar
Returns true if the specified character is valid.
isValid(int, int) - Method in class org.apache.xmlbeans.impl.store.CharUtil.CharJoin
 
isValid(Object, int, int) - Static method in class org.apache.xmlbeans.impl.store.CharUtil
 
isValidateOnSet() - Method in class org.apache.xmlbeans.XmlOptions
 
isValidateStrict() - Method in class org.apache.xmlbeans.XmlOptions
 
isValidateTextOnly() - Method in class org.apache.xmlbeans.XmlOptions
 
isValidateTreatLaxAsSkip() - Method in class org.apache.xmlbeans.XmlOptions
 
isValidIANAEncoding(String) - Static method in class org.apache.xmlbeans.impl.common.XMLChar
Returns true if the encoding name is a valid IANA encoding.
isValidJavaEncoding(String) - Static method in class org.apache.xmlbeans.impl.common.XMLChar
Returns true if the encoding name is a valid Java encoding.
isValidJavaIdentifier(String) - Static method in class org.apache.xmlbeans.impl.common.NameUtil
 
isValidName(String) - Static method in class org.apache.xmlbeans.impl.common.XMLChar
Check to see if a string is a valid Name according to [5] in the XML 1.0 Recommendation
isValidNCName(String) - Static method in class org.apache.xmlbeans.impl.common.XMLChar
Check to see if a string is a valid NCName according to [4] from the XML Namespaces 1.0 Recommendation
isValidNmtoken(String) - Static method in class org.apache.xmlbeans.impl.common.XMLChar
Check to see if a string is a valid Nmtoken according to [7] in the XML 1.0 Recommendation
isValidSubstitution(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
isValidSubstitution(QName) - Method in interface org.apache.xmlbeans.SchemaType
For document types, true if the given name can be substituted for the document element name.
isVerbose() - Method in class org.apache.xmlbeans.impl.inst2xsd.Inst2XsdOptions
 
isVerbose() - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
isVerbose() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
isWhiteSpace() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
isWhiteSpace(char) - Static method in class org.apache.xmlbeans.impl.store.CharUtil
 
isWhiteSpace(Object, int, int) - Method in class org.apache.xmlbeans.impl.store.CharUtil
 
isXML11Space(int) - Static method in class org.apache.xmlbeans.impl.common.XMLChar
Returns true if the specified character is a space character as amdended in the XML 1.1 specification.
isXmlns() - Method in class org.apache.xmlbeans.impl.store.Cur
 
isXPathUseSaxon() - Method in class org.apache.xmlbeans.XmlOptions
 
isXPathUseXmlBeans() - Method in class org.apache.xmlbeans.XmlOptions
 
iterator() - Method in class org.apache.xmlbeans.impl.common.XmlErrorPrinter
 
iterator() - Method in class org.apache.xmlbeans.impl.common.XmlErrorWatcher
 
iterator() - Method in class org.apache.xmlbeans.impl.tool.XMLBean.ErrorLogger
 
iterator() - Method in class org.apache.xmlbeans.XmlSimpleList
Returns an iterator over the elements in this list in proper sequence.

J

jarDir(File, File) - Method in class org.apache.xmlbeans.impl.common.JarHelper
Jars a given directory or single file into a JarOutputStream.
JarHelper - Class in org.apache.xmlbeans.impl.common
Provides utility services for jarring and unjarring files and directories.
JarHelper() - Constructor for class org.apache.xmlbeans.impl.common.JarHelper
Instantiates a new JarHelper.
JAVA_BIG_DECIMAL - Static variable in interface org.apache.xmlbeans.SchemaProperty
JAVA_BIG_INTEGER - Static variable in interface org.apache.xmlbeans.SchemaProperty
JAVA_BOOLEAN - Static variable in interface org.apache.xmlbeans.SchemaProperty
A Java boolean.
JAVA_BYTE - Static variable in interface org.apache.xmlbeans.SchemaProperty
A Java byte.
JAVA_BYTE_ARRAY - Static variable in interface org.apache.xmlbeans.SchemaProperty
A byte[].
JAVA_CALENDAR - Static variable in interface org.apache.xmlbeans.SchemaProperty
JAVA_DATE - Static variable in interface org.apache.xmlbeans.SchemaProperty
A Date.
JAVA_DOUBLE - Static variable in interface org.apache.xmlbeans.SchemaProperty
A Java double.
JAVA_ENUM - Static variable in interface org.apache.xmlbeans.SchemaProperty
A generated StringEnumAbstractBase subclass.
JAVA_FIRST_PRIMITIVE - Static variable in interface org.apache.xmlbeans.SchemaProperty
Java primitive type codes (for non-nullable Java types) are between JAVA_FIRST_PRIMITIVE and JAVA_LAST_PRIMITIVE, inclusive.
JAVA_FLOAT - Static variable in interface org.apache.xmlbeans.SchemaProperty
A Java float.
JAVA_GDATE - Static variable in interface org.apache.xmlbeans.SchemaProperty
JAVA_GDURATION - Static variable in interface org.apache.xmlbeans.SchemaProperty
JAVA_INT - Static variable in interface org.apache.xmlbeans.SchemaProperty
A Java int.
JAVA_LAST_PRIMITIVE - Static variable in interface org.apache.xmlbeans.SchemaProperty
Java primitive type codes (for non-nullable Java types) are between JAVA_FIRST_PRIMITIVE and JAVA_LAST_PRIMITIVE, inclusive.
JAVA_LIST - Static variable in interface org.apache.xmlbeans.SchemaProperty
A List.
JAVA_LONG - Static variable in interface org.apache.xmlbeans.SchemaProperty
A Java long.
JAVA_OBJECT - Static variable in interface org.apache.xmlbeans.SchemaProperty
A Object, used for some simple type unions.
JAVA_QNAME - Static variable in interface org.apache.xmlbeans.SchemaProperty
JAVA_SHORT - Static variable in interface org.apache.xmlbeans.SchemaProperty
A Java short.
JAVA_STRING - Static variable in interface org.apache.xmlbeans.SchemaProperty
JAVA_USER - Static variable in interface org.apache.xmlbeans.SchemaProperty
A user specified type.
java_value(XmlObject) - Static method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
JavaBase64Holder - Class in org.apache.xmlbeans.impl.values
 
JavaBase64Holder() - Constructor for class org.apache.xmlbeans.impl.values.JavaBase64Holder
 
JavaBase64HolderEx - Class in org.apache.xmlbeans.impl.values
 
JavaBase64HolderEx(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.JavaBase64HolderEx
 
javaBasedOnType() - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
javaBasedOnType() - Method in interface org.apache.xmlbeans.SchemaProperty
The schema type returned from the Java getter for this property.
JavaBooleanHolder - Class in org.apache.xmlbeans.impl.values
 
JavaBooleanHolder() - Constructor for class org.apache.xmlbeans.impl.values.JavaBooleanHolder
 
JavaBooleanHolderEx - Class in org.apache.xmlbeans.impl.values
 
JavaBooleanHolderEx(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.JavaBooleanHolderEx
 
JavaDecimalHolder - Class in org.apache.xmlbeans.impl.values
 
JavaDecimalHolder() - Constructor for class org.apache.xmlbeans.impl.values.JavaDecimalHolder
 
JavaDecimalHolderEx - Class in org.apache.xmlbeans.impl.values
 
JavaDecimalHolderEx(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.JavaDecimalHolderEx
 
JavaDoubleHolder - Class in org.apache.xmlbeans.impl.values
 
JavaDoubleHolder() - Constructor for class org.apache.xmlbeans.impl.values.JavaDoubleHolder
 
JavaDoubleHolderEx - Class in org.apache.xmlbeans.impl.values
 
JavaDoubleHolderEx(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.JavaDoubleHolderEx
 
JavaFloatHolder - Class in org.apache.xmlbeans.impl.values
 
JavaFloatHolder() - Constructor for class org.apache.xmlbeans.impl.values.JavaFloatHolder
 
JavaFloatHolderEx - Class in org.apache.xmlbeans.impl.values
 
JavaFloatHolderEx(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.JavaFloatHolderEx
 
JavaGDateHolderEx - Class in org.apache.xmlbeans.impl.values
 
JavaGDateHolderEx(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.JavaGDateHolderEx
 
JavaGDurationHolderEx - Class in org.apache.xmlbeans.impl.values
 
JavaGDurationHolderEx(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.JavaGDurationHolderEx
 
JavaHexBinaryHolder - Class in org.apache.xmlbeans.impl.values
 
JavaHexBinaryHolder() - Constructor for class org.apache.xmlbeans.impl.values.JavaHexBinaryHolder
 
JavaHexBinaryHolderEx - Class in org.apache.xmlbeans.impl.values
 
JavaHexBinaryHolderEx(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.JavaHexBinaryHolderEx
 
JavaIntegerHolder - Class in org.apache.xmlbeans.impl.values
 
JavaIntegerHolder() - Constructor for class org.apache.xmlbeans.impl.values.JavaIntegerHolder
 
JavaIntegerHolderEx - Class in org.apache.xmlbeans.impl.values
 
JavaIntegerHolderEx(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.JavaIntegerHolderEx
 
JavaIntHolder - Class in org.apache.xmlbeans.impl.values
 
JavaIntHolder() - Constructor for class org.apache.xmlbeans.impl.values.JavaIntHolder
 
JavaIntHolderEx - Class in org.apache.xmlbeans.impl.values
 
JavaIntHolderEx(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.JavaIntHolderEx
 
javaizeAllTypes(boolean) - Static method in class org.apache.xmlbeans.impl.schema.StscJavaizer
Does a topo walk of all the types to resolve them.
JavaListObject<T> - Class in org.apache.xmlbeans.impl.values
 
JavaListObject(Function<Integer, T>, BiConsumer<Integer, T>, BiConsumer<Integer, T>, Consumer<Integer>, Supplier<Integer>) - Constructor for class org.apache.xmlbeans.impl.values.JavaListObject
 
JavaListXmlObject<T extends XmlObject> - Class in org.apache.xmlbeans.impl.values
 
JavaListXmlObject(Function<Integer, T>, BiConsumer<Integer, T>, Function<Integer, T>, Consumer<Integer>, Supplier<Integer>) - Constructor for class org.apache.xmlbeans.impl.values.JavaListXmlObject
 
JavaLongHolder - Class in org.apache.xmlbeans.impl.values
 
JavaLongHolder() - Constructor for class org.apache.xmlbeans.impl.values.JavaLongHolder
 
JavaLongHolderEx - Class in org.apache.xmlbeans.impl.values
 
JavaLongHolderEx(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.JavaLongHolderEx
 
JavaNotationHolder - Class in org.apache.xmlbeans.impl.values
 
JavaNotationHolder() - Constructor for class org.apache.xmlbeans.impl.values.JavaNotationHolder
 
JavaNotationHolderEx - Class in org.apache.xmlbeans.impl.values
 
JavaNotationHolderEx(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.JavaNotationHolderEx
 
JavaQNameHolder - Class in org.apache.xmlbeans.impl.values
 
JavaQNameHolder() - Constructor for class org.apache.xmlbeans.impl.values.JavaQNameHolder
 
JavaQNameHolderEx - Class in org.apache.xmlbeans.impl.values
 
JavaQNameHolderEx(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.JavaQNameHolderEx
 
JavaStringEnumerationHolderEx - Class in org.apache.xmlbeans.impl.values
 
JavaStringEnumerationHolderEx(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx
 
javaStringEscape(String) - Static method in class org.apache.xmlbeans.impl.schema.SchemaTypeCodePrinter
 
JavaStringHolder - Class in org.apache.xmlbeans.impl.values
 
JavaStringHolder() - Constructor for class org.apache.xmlbeans.impl.values.JavaStringHolder
 
JavaStringHolderEx - Class in org.apache.xmlbeans.impl.values
 
JavaStringHolderEx(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.JavaStringHolderEx
 
JavaUriHolder - Class in org.apache.xmlbeans.impl.values
 
JavaUriHolder() - Constructor for class org.apache.xmlbeans.impl.values.JavaUriHolder
 
JavaUriHolderEx - Class in org.apache.xmlbeans.impl.values
 
JavaUriHolderEx(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.JavaUriHolderEx
 
Jsr173 - Class in org.apache.xmlbeans.impl.store
 
Jsr173() - Constructor for class org.apache.xmlbeans.impl.store.Jsr173
 

K

kind() - Method in class org.apache.xmlbeans.impl.store.Cur
 
KIND_SETTERHELPER_ARRAYITEM - Static variable in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
KIND_SETTERHELPER_SINGLETON - Static variable in class org.apache.xmlbeans.impl.values.XmlObjectBase
 

L

LAST_BASIC_FACET - Static variable in interface org.apache.xmlbeans.SchemaType
 
LAST_FACET - Static variable in interface org.apache.xmlbeans.SchemaType
The last ordinary facet code
LAST_PROPERTY - Static variable in interface org.apache.xmlbeans.SchemaType
The last property code
lastIndexOf(Object) - Method in class org.apache.xmlbeans.XmlSimpleList
Returns index of the last occurance of an object equal to o.
lastInt() - Method in class org.apache.xmlbeans.StringEnumAbstractBase.Table
Returns the last valid int code (the first is 1; zero is not used).
LAX - Static variable in interface org.apache.xmlbeans.SchemaAttributeModel
Lax wildcard processing.
LAX - Static variable in interface org.apache.xmlbeans.SchemaParticle
Lax wildcard processing.
LESS_THAN - Static variable in interface org.apache.xmlbeans.XmlObject
LESS_THAN is -1.
Levenshtein - Class in org.apache.xmlbeans.impl.common
 
Levenshtein() - Constructor for class org.apache.xmlbeans.impl.common.Levenshtein
 
lex(String, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaBase64Holder
 
lex(String, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaGDurationHolderEx
 
lex(String, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaHexBinaryHolder
 
lex(String, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaIntegerHolder
 
lex(String, SchemaType, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaGDateHolderEx
 
lex(String, SchemaType, ValidationContext, PrefixResolver) - Static method in class org.apache.xmlbeans.impl.values.XmlListImpl
 
lexAnyURI(CharSequence) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
Checkes the regular expression of URI, defined by RFC2369 http://www.ietf.org/rfc/rfc2396.txt Appendix B.
lexBoolean(CharSequence) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
lexBoolean(CharSequence, Collection<XmlError>) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
lexByte(CharSequence) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
lexByte(CharSequence, Collection) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
lexDateTime(CharSequence) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
lexDecimal(CharSequence) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
lexDouble(CharSequence) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
lexDouble(CharSequence, Collection) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
lexFloat(CharSequence) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
lexFloat(CharSequence, Collection) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
lexGDate(CharSequence) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
lexGDate(String, Collection) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
lexInt(CharSequence) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
lexInt(CharSequence, Collection) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
lexInteger(CharSequence) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
lexInteger(CharSequence, Collection) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
lexLong(CharSequence) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
lexLong(CharSequence, Collection) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
lexQName(CharSequence, NamespaceContext) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
lexQName(String, Collection, NamespaceContext) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
lexShort(CharSequence) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
lexShort(CharSequence, Collection) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
lineNumber(int, int, int) - Method in class org.apache.xmlbeans.impl.store.Cur.CurLoadContext
 
lineNumber(int, int, int) - Method in class org.apache.xmlbeans.impl.store.Locale.LoadContext
 
LIST - Static variable in interface org.apache.xmlbeans.SchemaType
Simple list type.
LIST - Static variable in class org.apache.xmlbeans.XmlErrorCodes
LIST_INVALID - Static variable in class org.apache.xmlbeans.XmlValidationError
 
listIterator() - Method in class org.apache.xmlbeans.XmlSimpleList
Returns a list iterator of the elements in this list in proper sequence.
listIterator(int) - Method in class org.apache.xmlbeans.XmlSimpleList
Returns a list iterator of the elements in this list in proper sequence, starting at the specified position in this list.
load(InputStream) - Method in class org.apache.xmlbeans.impl.store.Locale
 
load(InputStream, XmlOptions) - Method in class org.apache.xmlbeans.impl.store.Locale
 
load(Reader) - Method in class org.apache.xmlbeans.impl.store.Locale
 
load(Reader, XmlOptions) - Method in class org.apache.xmlbeans.impl.store.Locale
 
load(String) - Method in class org.apache.xmlbeans.impl.store.Locale
 
load(String, XmlOptions) - Method in class org.apache.xmlbeans.impl.store.Locale
 
LOAD_ADDITIONAL_NAMESPACES - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
LOAD_DTD_GRAMMAR - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
LOAD_ENTITY_BYTES_LIMIT - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
LOAD_EXTERNAL_DTD - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
LOAD_LINE_NUMBERS - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
LOAD_LINE_NUMBERS_END_ELEMENT - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
LOAD_MESSAGE_DIGEST - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
LOAD_REPLACE_DOCUMENT_ELEMENT - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
LOAD_SAVE_CDATA_BOOKMARKS - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
LOAD_STRIP_COMMENTS - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
LOAD_STRIP_PROCINSTS - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
LOAD_STRIP_WHITESPACE - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
LOAD_SUBSTITUTE_NAMESPACES - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
LOAD_TRIM_TEXT_BUFFER - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
LOAD_USE_DEFAULT_RESOLVER - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
LOAD_USE_LOCALE_CHAR_UTIL - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
LOAD_USE_XMLREADER - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
LoadContext() - Constructor for class org.apache.xmlbeans.impl.store.Locale.LoadContext
 
loadFromStscState(StscState) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
loadNode(Node, Locale.LoadContext) - Method in class org.apache.xmlbeans.impl.store.Locale
 
LoadSaveUtils - Class in org.apache.xmlbeans.impl.common
 
LoadSaveUtils() - Constructor for class org.apache.xmlbeans.impl.common.LoadSaveUtils
 
loadXsd(XmlObject...) - Static method in class org.apache.xmlbeans.XmlBeans
Returns the SchemaTypeSystem that results from compiling the XML schema definitions passed.
loadXsd(XmlObject[], XmlOptions) - Static method in class org.apache.xmlbeans.XmlBeans
Returns the SchemaTypeSystem that results from compiling the XML schema definitions passed in schemas.
LOCAL - Static variable in class org.apache.xmlbeans.QNameSet
The QNameSet containing all QNames in the local (no-)namespace.
locale() - Method in interface org.apache.xmlbeans.impl.store.DomImpl.Dom
 
Locale - Class in org.apache.xmlbeans.impl.store
 
Locale.LoadContext - Class in org.apache.xmlbeans.impl.store
 
Location - Interface in org.apache.xmlbeans.xml.stream
Returns the document location of the event.
LOG - Static variable in class org.apache.xmlbeans.impl.common.XBeanDebug
 
LONG - Static variable in class org.apache.xmlbeans.XmlErrorCodes
LongUTFDataInputStream - Class in org.apache.xmlbeans.impl.util
This class works around the size limitation of UTF strings (< 64kb) of DataInputStream and needs to be used with LongUTFDataOutputStream
LongUTFDataInputStream(InputStream) - Constructor for class org.apache.xmlbeans.impl.util.LongUTFDataInputStream
 
LongUTFDataOutputStream - Class in org.apache.xmlbeans.impl.util
This class works around the size limitation of UTF strings (< 64kb) of DataOutputStream and needs to be used with LongUTFDataInputStream
LongUTFDataOutputStream(OutputStream) - Constructor for class org.apache.xmlbeans.impl.util.LongUTFDataOutputStream
 
lookupJavanameForQName(QName) - Method in class org.apache.xmlbeans.impl.config.BindingConfigImpl
lookupJavanameForQName(QName, int) - Method in class org.apache.xmlbeans.BindingConfig
 
lookupJavanameForQName(QName, int) - Method in class org.apache.xmlbeans.impl.config.BindingConfigImpl
 
lookupPackageForNamespace(String) - Method in class org.apache.xmlbeans.BindingConfig
 
lookupPackageForNamespace(String) - Method in class org.apache.xmlbeans.impl.config.BindingConfigImpl
 
lookupPrefixForNamespace(String) - Method in class org.apache.xmlbeans.BindingConfig
 
lookupPrefixForNamespace(String) - Method in class org.apache.xmlbeans.impl.config.BindingConfigImpl
 
lookupResource(String, String) - Method in class org.apache.xmlbeans.impl.tool.BaseSchemaResourceManager
Called when the ImportLoader wishes to resolve the given import.
lookupResource(String, String) - Method in class org.apache.xmlbeans.impl.tool.SchemaImportResolver
Called when the ImportLoader wishes to resolve the given import.
lookupSuffixForNamespace(String) - Method in class org.apache.xmlbeans.BindingConfig
 
lookupSuffixForNamespace(String) - Method in class org.apache.xmlbeans.impl.config.BindingConfigImpl
 
lookupUserTypeForQName(QName) - Method in class org.apache.xmlbeans.BindingConfig
 
lookupUserTypeForQName(QName) - Method in class org.apache.xmlbeans.impl.config.BindingConfigImpl
 
lowerCamelCase(String) - Static method in class org.apache.xmlbeans.impl.common.NameUtil
Returns a camel-cased string using the JAXB rules, where the first component is lowercased.
lowerCamelCase(String, boolean, boolean) - Static method in class org.apache.xmlbeans.impl.common.NameUtil
Returns a camel-cased string using the JAXB or JAX-RPC rules
lowSurrogate(int) - Static method in class org.apache.xmlbeans.impl.common.XMLChar
Returns the low surrogate of a supplemental character

M

main(String[]) - Static method in class org.apache.xmlbeans.impl.common.JarHelper
 
main(String[]) - Static method in class org.apache.xmlbeans.impl.common.NameUtil
 
main(String[]) - Static method in class org.apache.xmlbeans.impl.inst2xsd.Inst2Xsd
 
main(String[]) - Static method in class org.apache.xmlbeans.impl.regex.REUtil
Sample entry.
main(String[]) - Static method in class org.apache.xmlbeans.impl.tool.FactorImports
 
main(String[]) - Static method in class org.apache.xmlbeans.impl.tool.InstanceValidator
 
main(String[]) - Static method in class org.apache.xmlbeans.impl.tool.PrettyPrinter
 
main(String[]) - Static method in class org.apache.xmlbeans.impl.tool.RunXQuery
 
main(String[]) - Static method in class org.apache.xmlbeans.impl.tool.SchemaCompiler
 
main(String[]) - Static method in class org.apache.xmlbeans.impl.tool.SchemaCopy
 
main(String[]) - Static method in class org.apache.xmlbeans.impl.tool.SchemaResourceManager
 
main(String[]) - Static method in class org.apache.xmlbeans.impl.tool.StreamInstanceValidator
 
main(String[]) - Static method in class org.apache.xmlbeans.impl.tool.TypeHierarchyPrinter
 
main(String[]) - Static method in class org.apache.xmlbeans.impl.tool.XsbDumper
 
main(String[]) - Static method in class org.apache.xmlbeans.impl.tool.XSTCTester
 
main(String[]) - Static method in class org.apache.xmlbeans.impl.xpathgen.XPathGenerator
 
main(String[]) - Static method in class org.apache.xmlbeans.impl.xsd2inst.SchemaInstanceGenerator
 
MAJOR_VERSION - Static variable in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
MAJOR_VERSION - Static variable in class org.apache.xmlbeans.impl.tool.XsbDumper
 
MAJOR_VERSION_NUMBER - Static variable in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
makeHTMLDescription(XSTCTester.TestCase) - Static method in class org.apache.xmlbeans.impl.tool.XSTCTester
 
makeHTMLLink(File, boolean) - Static method in class org.apache.xmlbeans.impl.tool.XSTCTester
 
MALFORMED_CONTENT_MODEL - Static variable in exception org.apache.xmlbeans.SchemaTypeLoaderException
 
MALFORMED_NUMBER - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
MALFORMED_SIMPLE_TYPE_DEFN - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
mark(int) - Method in class org.apache.xmlbeans.impl.common.PushedInputStream
 
marklimit - Variable in class org.apache.xmlbeans.impl.common.PushedInputStream
 
markpos - Variable in class org.apache.xmlbeans.impl.common.PushedInputStream
 
markSupported() - Method in class org.apache.xmlbeans.impl.common.PushedInputStream
 
MASK_CONTENT - Static variable in class org.apache.xmlbeans.impl.common.XMLChar
Content character mask.
MASK_NAME - Static variable in class org.apache.xmlbeans.impl.common.XMLChar
Name character mask.
MASK_NAME_START - Static variable in class org.apache.xmlbeans.impl.common.XMLChar
Name start character mask.
MASK_NCNAME - Static variable in class org.apache.xmlbeans.impl.common.XMLChar
NCName character mask.
MASK_NCNAME_START - Static variable in class org.apache.xmlbeans.impl.common.XMLChar
NCName start character mask.
MASK_PUBID - Static variable in class org.apache.xmlbeans.impl.common.XMLChar
Pubid character mask.
MASK_SPACE - Static variable in class org.apache.xmlbeans.impl.common.XMLChar
Space character mask.
MASK_VALID - Static variable in class org.apache.xmlbeans.impl.common.XMLChar
Valid character mask.
maskNull(XmlOptions) - Static method in class org.apache.xmlbeans.XmlOptions
If passed null, returns an empty options object.
Match - Class in org.apache.xmlbeans.impl.regex
An instance of this class has ranges captured in matching.
Match() - Constructor for class org.apache.xmlbeans.impl.regex.Match
Creates an instance.
matches(char[]) - Method in class org.apache.xmlbeans.impl.regex.RegularExpression
Checks whether the target text contains this pattern or not.
matches(char[], int, int) - Method in class org.apache.xmlbeans.impl.regex.BMPattern
 
matches(char[], int, int) - Method in class org.apache.xmlbeans.impl.regex.RegularExpression
Checks whether the target text contains this pattern in specified range or not.
matches(char[], int, int, Match) - Method in class org.apache.xmlbeans.impl.regex.RegularExpression
Checks whether the target text contains this pattern in specified range or not.
matches(char[], Match) - Method in class org.apache.xmlbeans.impl.regex.RegularExpression
Checks whether the target text contains this pattern or not.
matches(String) - Method in class org.apache.xmlbeans.impl.regex.RegularExpression
Checks whether the target text contains this pattern or not.
matches(String, int, int) - Method in class org.apache.xmlbeans.impl.regex.BMPattern
 
matches(String, int, int) - Method in class org.apache.xmlbeans.impl.regex.RegularExpression
Checks whether the target text contains this pattern in specified range or not.
matches(String, int, int, Match) - Method in class org.apache.xmlbeans.impl.regex.RegularExpression
Checks whether the target text contains this pattern in specified range or not.
matches(String, String) - Static method in class org.apache.xmlbeans.impl.regex.REUtil
 
matches(String, String, String) - Static method in class org.apache.xmlbeans.impl.regex.REUtil
 
matches(String, Match) - Method in class org.apache.xmlbeans.impl.regex.RegularExpression
Checks whether the target text contains this pattern or not.
matches(CharacterIterator) - Method in class org.apache.xmlbeans.impl.regex.RegularExpression
Checks whether the target text contains this pattern or not.
matches(CharacterIterator, int, int) - Method in class org.apache.xmlbeans.impl.regex.BMPattern
 
matches(CharacterIterator, Match) - Method in class org.apache.xmlbeans.impl.regex.RegularExpression
Checks whether the target text contains this pattern or not.
matchPatternFacet(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
matchPatternFacet(String) - Method in interface org.apache.xmlbeans.SchemaType
True if the given string matches the pattern facets.
MavenPlugin - Class in org.apache.xmlbeans.impl.tool
 
MavenPlugin() - Constructor for class org.apache.xmlbeans.impl.tool.MavenPlugin
 
MavenPluginHelp - Class in org.apache.xmlbeans.impl.tool
Display help information on xmlbeans-maven-plugin.
Call mvn xmlbeans.plugin:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
MavenPluginHelp() - Constructor for class org.apache.xmlbeans.impl.tool.MavenPluginHelp
 
MavenPluginResolver - Class in org.apache.xmlbeans.impl.tool
Helper class for XML catalogs, which is provided as Java 8 and Java 9+ version (multi release)
MavenPluginResolver() - Constructor for class org.apache.xmlbeans.impl.tool.MavenPluginResolver
 
MAX_NAME_LENGTH - Static variable in class org.apache.xmlbeans.impl.common.QNameHelper
 
MAX_SNIFFED_BYTES - Static variable in class org.apache.xmlbeans.impl.common.SniffedXmlInputStream
 
MAX_SNIFFED_CHARS - Static variable in class org.apache.xmlbeans.impl.common.SniffedXmlReader
 
md5 - Static variable in class org.apache.xmlbeans.impl.values.JavaBase64Holder
 
md5 - Static variable in class org.apache.xmlbeans.impl.values.JavaHexBinaryHolder
 
MESSAGE_DIGEST - Static variable in class org.apache.xmlbeans.XmlDocumentProperties
SHA message digest
MessageFactory - Class in org.apache.xmlbeans.impl.soap
A factory for creating SOAPMessage objects.
MessageFactory() - Constructor for class org.apache.xmlbeans.impl.soap.MessageFactory
Create a new MessageFactory.
METADATA_PACKAGE_GEN - Static variable in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
This is to support the feature of a separate/private XMLBeans distribution that will not colide with the public org apache xmlbeans one.
METADATA_PACKAGE_LOAD - Static variable in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderImpl
 
MimeHeader - Class in org.apache.xmlbeans.impl.soap
An object that stores a MIME header name and its value.
MimeHeader(String, String) - Constructor for class org.apache.xmlbeans.impl.soap.MimeHeader
Constructs a MimeHeader object initialized with the given name and value.
MimeHeaders - Class in org.apache.xmlbeans.impl.soap
A container for MimeHeader objects, which represent the MIME headers present in a MIME part of a message.
MimeHeaders() - Constructor for class org.apache.xmlbeans.impl.soap.MimeHeaders
Constructs a default MimeHeaders object initialized with an empty Vector object.
MINOR_VERSION - Static variable in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
MINOR_VERSION - Static variable in class org.apache.xmlbeans.impl.tool.XsbDumper
 
MINOR_VERSION_NUMBER - Static variable in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
MISMATCHED_TARGET_NAMESPACE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
MISSING_BASE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
MISSING_NAME - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
MISSING_RESTRICTION_OR_EXTENSION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
MIXED_CONTENT - Static variable in interface org.apache.xmlbeans.SchemaType
Mixed content.
MODEL_GROUP - Static variable in interface org.apache.xmlbeans.SchemaComponent
A model group definition.
MODEL_GROUP_DEFN_PROPERTIES - Static variable in class org.apache.xmlbeans.XmlErrorCodes
MODEL_GROUP_MISSING_NAME - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
MODEL_GROUP_PROPERTIES - Static variable in class org.apache.xmlbeans.XmlErrorCodes
MODEL_GROUP_PROPERTIES$CIRCULAR - Static variable in class org.apache.xmlbeans.XmlErrorCodes
mg-props-correct.2: See clause 2 of XMLSchema Structures 1.0: Model Group Correct
MODEL_GROUP_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
modelGroups() - Method in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
Returns the model groups defined in this loader.
modelGroups() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
modelGroups() - Method in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
 
modelGroups() - Method in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
Returns the model groups defined in this loader.
modelGroups() - Method in interface org.apache.xmlbeans.SchemaTypeSystem
Returns the model groups defined in this loader.
monitor() - Method in class org.apache.xmlbeans.FilterXmlObject
 
monitor() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
monitor() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
monitor() - Method in interface org.apache.xmlbeans.XmlTokenSource
Returns the synchronization object for the document.
moveChars(int, XmlCursor) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
moveChars(int, XmlCursor) - Method in interface org.apache.xmlbeans.XmlCursor
Moves characters immediately after this cursor to the position immediately after the specified cursor.
movePos(int) - Method in class org.apache.xmlbeans.impl.store.CharUtil.CharIterator
 
moveToCharNode(CharNode) - Method in class org.apache.xmlbeans.impl.store.Cur
 
moveToSelection(int) - Method in class org.apache.xmlbeans.impl.store.Cur
 
moveXml(XmlCursor) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
moveXml(XmlCursor) - Method in interface org.apache.xmlbeans.XmlCursor
Moves the XML immediately after this cursor to the location specified by the toHere cursor, shifting XML at that location to the right to make room.
moveXmlContents(XmlCursor) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
moveXmlContents(XmlCursor) - Method in interface org.apache.xmlbeans.XmlCursor
Moves the contents of the container (STARTDOC OR START) immediately after this cursor to the location specified by the toHere cursor.
mutate() - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
Mutex - Class in org.apache.xmlbeans.impl.common
 
Mutex() - Constructor for class org.apache.xmlbeans.impl.common.Mutex
 

N

Name - Interface in org.apache.xmlbeans.impl.soap
A representation of an XML name.
NameSet - Class in org.apache.xmlbeans.impl.config
Represents a non finite set of names.
NameSetBuilder - Class in org.apache.xmlbeans.impl.config
Used to build NameSets.
NameSetBuilder() - Constructor for class org.apache.xmlbeans.impl.config.NameSetBuilder
 
namespace(SchemaType) - Static method in class org.apache.xmlbeans.impl.common.QNameHelper
 
NAMESPACE - Static variable in class org.apache.xmlbeans.XmlCursor.TokenType
The singleton namespace declaration token type
NamespaceContext - Class in org.apache.xmlbeans.impl.values
 
NamespaceContext(Map) - Constructor for class org.apache.xmlbeans.impl.values.NamespaceContext
 
NamespaceContext(PrefixResolver) - Constructor for class org.apache.xmlbeans.impl.values.NamespaceContext
 
NamespaceContext(TypeStore) - Constructor for class org.apache.xmlbeans.impl.values.NamespaceContext
 
NamespaceContext(StartElement) - Constructor for class org.apache.xmlbeans.impl.values.NamespaceContext
 
NamespaceContext(XmlObject) - Constructor for class org.apache.xmlbeans.impl.values.NamespaceContext
 
namespaceForPrefix(String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
namespaceForPrefix(String) - Method in interface org.apache.xmlbeans.XmlCursor
Returns the namespace URI indicated by the given prefix.
NamespaceManager - Interface in org.apache.xmlbeans.impl.values
 
NameUtil - Class in org.apache.xmlbeans.impl.common
 
NameUtil() - Constructor for class org.apache.xmlbeans.impl.common.NameUtil
 
NCNAME - Static variable in class org.apache.xmlbeans.XmlErrorCodes
NESTED_EXCEPTION - Static variable in exception org.apache.xmlbeans.SchemaTypeLoaderException
 
nestedArrayType() - Method in class org.apache.xmlbeans.soap.SOAPArrayType
Constructs a SOAPArrayType reflecting the dimensions of the next nested array.
NEVER - Static variable in interface org.apache.xmlbeans.SchemaProperty
Applies to no elements for this property.
new_cursor() - Method in interface org.apache.xmlbeans.impl.values.TypeStore
Creates a new cursor positioned just before the part of the tree where this TypeStore is located.
new_visitor() - Method in interface org.apache.xmlbeans.impl.values.TypeStoreUser
A typestore user can return a visitor that is used to compute default text and elementflags for an arbitrary element.
new_visitor() - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
new_visitor() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
A typestore user can return a visitor that is used to compute default text and elementflags for an arbitrary element.
newCursor() - Method in class org.apache.xmlbeans.FilterXmlObject
 
newCursor() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
newCursor() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
newCursor() - Method in interface org.apache.xmlbeans.XmlTokenSource
Returns a new XML cursor.
newCursor(Xobj, int) - Static method in class org.apache.xmlbeans.impl.store.Cursor
 
newCursorForce() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
newDocumentBuilder(XmlOptions) - Static method in class org.apache.xmlbeans.impl.common.DocumentHelper
Creates a new document builder, with sensible defaults
newDomImplementation() - Method in class org.apache.xmlbeans.impl.schema.XmlObjectFactory
Creates a new DOMImplementation object
newDomImplementation(SchemaTypeLoader, XmlOptions) - Static method in class org.apache.xmlbeans.impl.store.Locale
 
newDomImplementation(SchemaTypeLoader, XmlOptions) - Method in interface org.apache.xmlbeans.XmlFactoryHook
Hooks Factory.newDomImplementation calls
newDomImplementation(XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase
 
newDomImplementation(XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.XmlObjectFactory
Creates a new DOMImplementation object, taking options
newDomImplementation(XmlOptions) - Method in interface org.apache.xmlbeans.SchemaTypeLoader
Returns a DOMImplementation.
newDomNode() - Method in class org.apache.xmlbeans.FilterXmlObject
 
newDomNode() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
newDomNode() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
newDomNode() - Method in interface org.apache.xmlbeans.XmlTokenSource
Returns a W3C DOM Node containing the XML represented by this source.
newDomNode(XmlOptions) - Method in class org.apache.xmlbeans.FilterXmlObject
 
newDomNode(XmlOptions) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
newDomNode(XmlOptions) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
newDomNode(XmlOptions) - Method in interface org.apache.xmlbeans.XmlTokenSource
Just like newDomNode() but with options.
newInputStream() - Method in class org.apache.xmlbeans.FilterXmlObject
 
newInputStream() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
newInputStream() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
newInputStream() - Method in interface org.apache.xmlbeans.XmlTokenSource
Returns a new stream containing standard XML text, encoded according to the given encoding.
newInputStream(XmlOptions) - Method in class org.apache.xmlbeans.FilterXmlObject
 
newInputStream(XmlOptions) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
newInputStream(XmlOptions) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
newInputStream(XmlOptions) - Method in interface org.apache.xmlbeans.XmlTokenSource
Just like newInputStream(String encoding) but with options.
newInstance() - Method in class org.apache.xmlbeans.impl.schema.DocumentFactory
 
newInstance() - Method in class org.apache.xmlbeans.impl.schema.ElementFactory
 
newInstance() - Method in class org.apache.xmlbeans.impl.schema.XmlObjectFactory
Creates a new, completely empty instance.
newInstance() - Static method in class org.apache.xmlbeans.impl.soap.MessageFactory
Creates a new MessageFactory object that is an instance of the default implementation.
newInstance() - Static method in class org.apache.xmlbeans.impl.soap.SOAPConnectionFactory
Creates an instance of the default SOAPConnectionFactory object.
newInstance() - Static method in class org.apache.xmlbeans.impl.soap.SOAPFactory
Creates a new instance of SOAPFactory.
newInstance() - Static method in class org.apache.xmlbeans.XmlBase64Binary.Factory
Creates an empty instance of XmlBase64Binary
newInstance(SchemaTypeLoader, SchemaType, XmlOptions) - Static method in class org.apache.xmlbeans.impl.store.Locale
 
newInstance(SchemaTypeLoader, SchemaType, XmlOptions) - Method in interface org.apache.xmlbeans.XmlFactoryHook
Hooks Factory.newInstance calls
newInstance(SchemaType, XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase
 
newInstance(SchemaType, XmlOptions) - Method in interface org.apache.xmlbeans.SchemaTypeLoader
Creates an instance of the given type.
newInstance(XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.DocumentFactory
 
newInstance(XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.ElementFactory
 
newInstance(XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.XmlObjectFactory
Creates a new, completely empty instance, specifying options for the root element's document type and/or whether to validate value facets as they are set.
newInstance(XmlOptions) - Static method in class org.apache.xmlbeans.XmlBase64Binary.Factory
Creates an empty instance of XmlBase64Binary
newReader() - Method in class org.apache.xmlbeans.FilterXmlObject
 
newReader() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
newReader() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
newReader() - Method in interface org.apache.xmlbeans.XmlTokenSource
Returns a new character reader containing XML text.
newReader(XmlOptions) - Method in class org.apache.xmlbeans.FilterXmlObject
 
newReader(XmlOptions) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
newReader(XmlOptions) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
newReader(XmlOptions) - Method in interface org.apache.xmlbeans.XmlTokenSource
Just like newReader() but with options.
newSaxHandler(SchemaTypeLoader, SchemaType, XmlOptions) - Static method in class org.apache.xmlbeans.impl.store.Locale
 
newSoap12Array(QName, String) - Static method in class org.apache.xmlbeans.soap.SOAPArrayType
SOAP 1.2 Constructs a SOAPArrayType from soap-enc:itemType and soap-enc:arraySize attributes
newValidatingValue(Object) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
newValue(Object) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
Creates an immutable simple value.
newValue(Object) - Method in class org.apache.xmlbeans.impl.schema.SimpleTypeFactory
 
newValue(Object) - Method in class org.apache.xmlbeans.impl.schema.XmlObjectFactory
Creates an immutable XmlObject value
newValue(Object) - Method in interface org.apache.xmlbeans.SchemaType
Creates an immutable simple type value that does not reside in a tree.
newValue(Object) - Static method in class org.apache.xmlbeans.XmlBase64Binary.Factory
Creates an immutable XmlBase64Binary value
newValue(Object, boolean) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
newXMLEventFactory(XmlOptions) - Static method in class org.apache.xmlbeans.impl.common.StaxHelper
Creates a new StAX XMLEventFactory, with sensible defaults
newXMLInputFactory(XmlOptions) - Static method in class org.apache.xmlbeans.impl.common.StaxHelper
Creates a new StAX XMLInputFactory, with sensible defaults
newXMLOutputFactory(XmlOptions) - Static method in class org.apache.xmlbeans.impl.common.StaxHelper
Creates a new StAX XMLOutputFactory, with sensible defaults
newXMLReader(XmlOptions) - Static method in class org.apache.xmlbeans.impl.common.SAXHelper
Creates a new SAX XMLReader, with sensible defaults
newXmlSaxHandler() - Method in class org.apache.xmlbeans.impl.schema.XmlObjectFactory
Returns an XmlSaxHandler that can load an XmlObject from SAX events.
newXmlSaxHandler(SchemaTypeLoader, SchemaType, XmlOptions) - Method in interface org.apache.xmlbeans.XmlFactoryHook
Hooks Factory.newXmlSaxHandler calls
newXmlSaxHandler(SchemaType, XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase
 
newXmlSaxHandler(SchemaType, XmlOptions) - Method in interface org.apache.xmlbeans.SchemaTypeLoader
Returns an XmlSaxHandler that can parse an instance of the given type.
newXmlSaxHandler(XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.XmlObjectFactory
Returns an XmlSaxHandler that can load an XmlObject from SAX events.
newXmlStreamReader(Cur, Object, int, int) - Static method in class org.apache.xmlbeans.impl.store.Jsr173
 
newXmlStreamReader(Cur, XmlOptions) - Static method in class org.apache.xmlbeans.impl.store.Jsr173
 
newXMLStreamReader() - Method in class org.apache.xmlbeans.FilterXmlObject
 
newXMLStreamReader() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
newXMLStreamReader() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
newXMLStreamReader() - Method in interface org.apache.xmlbeans.XmlTokenSource
Returns a new XMLStreamReader.
newXMLStreamReader(XmlOptions) - Method in class org.apache.xmlbeans.FilterXmlObject
 
newXMLStreamReader(XmlOptions) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
newXMLStreamReader(XmlOptions) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
newXMLStreamReader(XmlOptions) - Method in interface org.apache.xmlbeans.XmlTokenSource
Returns a new XMLStreamReader.
next() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
next() - Method in class org.apache.xmlbeans.impl.store.CharUtil.CharIterator
 
next() - Method in class org.apache.xmlbeans.impl.store.Cur
 
next() - Method in class org.apache.xmlbeans.impl.validator.ValidatingXMLStreamReader
 
next() - Method in interface org.apache.xmlbeans.xml.stream.AttributeIterator
Get the next Attribute on the stream
next(boolean) - Method in class org.apache.xmlbeans.impl.store.Cur
 
next(QName) - Method in interface org.apache.xmlbeans.SchemaTypeElementSequencer
Returns true if the element with the given name is valid at the current position.
next(Cur) - Method in class org.apache.xmlbeans.impl.xpath.saxon.SaxonXPathEngine
 
next(Cur) - Method in interface org.apache.xmlbeans.impl.xpath.XPathEngine
 
nextEvent(int, ValidatorListener.Event) - Method in interface org.apache.xmlbeans.impl.common.ValidatorListener
 
nextEvent(int, ValidatorListener.Event) - Method in class org.apache.xmlbeans.impl.validator.Validator
 
nextTag() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
nextWithAttributes() - Method in class org.apache.xmlbeans.impl.validator.ValidatingInfoXMLStreamReader
 
nextWithAttrs() - Method in class org.apache.xmlbeans.impl.store.Cur
 
NIL_ELEMENT - Static variable in class org.apache.xmlbeans.XmlValidationError
 
NILLABLE - Static variable in interface org.apache.xmlbeans.impl.values.TypeStore
 
NMTOKEN - Static variable in class org.apache.xmlbeans.XmlErrorCodes
NO_RESOURCE - Static variable in exception org.apache.xmlbeans.SchemaTypeLoaderException
 
NO_TYPE - Static variable in class org.apache.xmlbeans.XmlBeans
The SchemaType object given to an XmlObject instance when no type can be determined.
NO_XMLNS - Static variable in class org.apache.xmlbeans.XmlErrorCodes
NO_XSI - Static variable in class org.apache.xmlbeans.XmlErrorCodes
noAnn() - Method in class org.apache.xmlbeans.impl.schema.StscState
True if annotations should be skipped
Node - Interface in org.apache.xmlbeans.impl.soap
A representation of a node (element) in a DOM representation of an XML document that provides some tree manipulation methods.
node_cloneNode(DomImpl.Dom, boolean) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
node_getFirstChild(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
node_getLastChild(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
node_getNextSibling(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
node_getNodeValue(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
node_getOwnerDocument(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
node_getParentNode(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
node_getPreviousSibling(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
node_hasAttributes(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
node_insertBefore(DomImpl.Dom, DomImpl.Dom, DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
node_normalize(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
node_removeChild(DomImpl.Dom, DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
node_replaceChild(DomImpl.Dom, DomImpl.Dom, DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
node_setNodeValue(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
node_setPrefix(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
nodeCanHavePrefixUri() - Method in interface org.apache.xmlbeans.impl.store.DomImpl.Dom
 
nodeFromStream(XMLStreamReader) - Static method in class org.apache.xmlbeans.impl.store.Jsr173
 
nodeFromStreamImpl(Jsr173.Jsr173GateWay) - Static method in class org.apache.xmlbeans.impl.store.Jsr173
 
nodeToCursor(Node) - Static method in class org.apache.xmlbeans.impl.store.Locale
 
nodeToCursor(Node) - Static method in class org.apache.xmlbeans.XmlBeans
Creates an XmlCursor for a DOM node which is implemented by XmlBwans
nodeToXmlObject(Node) - Static method in class org.apache.xmlbeans.impl.store.Locale
 
nodeToXmlObject(Node) - Static method in class org.apache.xmlbeans.XmlBeans
Creates an XmlObject for a DOM node which is implemented by XmlBwans
nodeToXmlStream(Node) - Static method in class org.apache.xmlbeans.impl.store.Locale
 
nodeToXmlStreamReader(Node) - Static method in class org.apache.xmlbeans.XmlBeans
Creates an XmlObject for a DOM node which is implemented by XmlBwans
nodeType() - Method in interface org.apache.xmlbeans.impl.store.DomImpl.Dom
 
NONDETERMINISTIC_MODEL - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
NONE - Static variable in interface org.apache.xmlbeans.SchemaAttributeModel
NONE - Static variable in class org.apache.xmlbeans.XmlCursor.TokenType
The singleton no-token type
nonExtraKeyword(String) - Static method in class org.apache.xmlbeans.impl.common.NameUtil
Intended to be applied to a lowercase-starting identifier that may collide with a Java keyword.
nonJavaCommonClassName(String) - Static method in class org.apache.xmlbeans.impl.common.NameUtil
Intended to be applied to an uppercase-starting identifier that may collide with a java.lang.* classname.
nonJavaKeyword(String) - Static method in class org.apache.xmlbeans.impl.common.NameUtil
Intended to be applied to a lowercase-starting identifier that may collide with a Java keyword.
NONLOCAL - Static variable in class org.apache.xmlbeans.QNameSet
The QNameSet containing all QNames except for those in the local (no-)namespace.
noPvr() - Method in class org.apache.xmlbeans.impl.schema.StscState
True if no particle valid (restriction) option is set
normalize() - Method in class org.apache.xmlbeans.GDateBuilder
Normalizes the instance, ensuring date and time fields are within their normal ranges.
normalize() - Method in class org.apache.xmlbeans.GDurationBuilder
Normalize a duration value.
normalizeToTimeZone(int) - Method in class org.apache.xmlbeans.GDateBuilder
Normalizes to a time zone specified by a number of offset minutes rather than sign/hour/minute; for example, normalizeToTimeZone(-60) is the same as normalizeToTimeZone(-1, 1, 0).
normalizeToTimeZone(int, int, int) - Method in class org.apache.xmlbeans.GDateBuilder
If the time and timezone are known, this method changes the timezone to the specified UTC offset, altering minutes, hours, day, month, and year as necessary to ensure that the actual described moment in time is the same.
noSync() - Method in interface org.apache.xmlbeans.impl.common.XmlLocale
 
noSync() - Method in class org.apache.xmlbeans.impl.store.Locale
 
NOT_COMPLEX_TYPE - Static variable in interface org.apache.xmlbeans.SchemaType
Not a complex type.
NOT_DECIMAL - Static variable in interface org.apache.xmlbeans.SchemaType
Not a decimal restriction.
NOT_EQUAL - Static variable in interface org.apache.xmlbeans.XmlObject
NOT_EQUAL is 2.
NOT_SIMPLE - Static variable in interface org.apache.xmlbeans.SchemaType
Not a simple type or simple content.
NOT_WRITEABLE - Static variable in exception org.apache.xmlbeans.SchemaTypeLoaderException
 
NOTATION - Static variable in interface org.apache.xmlbeans.SchemaComponent
A notation definition.
NOTATION_PROPERTIES - Static variable in class org.apache.xmlbeans.XmlErrorCodes
notFoundError(QName, int, XmlObject, boolean) - Method in class org.apache.xmlbeans.impl.schema.StscState
 
notifyChange() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
noUpa() - Method in class org.apache.xmlbeans.impl.schema.StscState
True if no unique particle attribution option is set
NULL_ELEMENT - Static variable in interface org.apache.xmlbeans.xml.stream.XMLEvent
A constant which identifies a NullElement

O

objectExecQuery(Cur, String, XmlOptions) - Static method in class org.apache.xmlbeans.impl.xpath.XPathFactory
 
objectExecute(Cur, XmlOptions) - Method in class org.apache.xmlbeans.impl.xpath.saxon.SaxonXQuery
 
objectExecute(Cur, XmlOptions) - Method in interface org.apache.xmlbeans.impl.xpath.XQuery
 
ObjectFactory - Interface in org.apache.xmlbeans
generic interface to abstract creation of an object
OCCURRENCE_RANGE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
OCCURRENCE_RANGE$MAX_LTE_MAX - Static variable in class org.apache.xmlbeans.XmlErrorCodes
OCCURRENCE_RANGE$MIN_GTE_MIN - Static variable in class org.apache.xmlbeans.XmlErrorCodes
OPERATION_INSERT - Static variable in interface org.apache.xmlbeans.PrePostExtension
Operation code for inserting a property.
OPERATION_REMOVE - Static variable in interface org.apache.xmlbeans.PrePostExtension
Operation code for removing a property.
OPERATION_SET - Static variable in interface org.apache.xmlbeans.PrePostExtension
Operation code for setting a property.
OPTIONAL - Static variable in interface org.apache.xmlbeans.SchemaLocalAttribute
An optional attribute.
ordered() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
ordered() - Method in interface org.apache.xmlbeans.SchemaType
True if ordered.
org.apache.xmlbeans - package org.apache.xmlbeans
Provides classes for XML Beans schema, infoset, xpath, and xquery handling.
org.apache.xmlbeans.impl.common - package org.apache.xmlbeans.impl.common
 
org.apache.xmlbeans.impl.config - package org.apache.xmlbeans.impl.config
 
org.apache.xmlbeans.impl.inst2xsd - package org.apache.xmlbeans.impl.inst2xsd
 
org.apache.xmlbeans.impl.inst2xsd.util - package org.apache.xmlbeans.impl.inst2xsd.util
 
org.apache.xmlbeans.impl.regex - package org.apache.xmlbeans.impl.regex
 
org.apache.xmlbeans.impl.richParser - package org.apache.xmlbeans.impl.richParser
 
org.apache.xmlbeans.impl.schema - package org.apache.xmlbeans.impl.schema
 
org.apache.xmlbeans.impl.soap - package org.apache.xmlbeans.impl.soap
 
org.apache.xmlbeans.impl.store - package org.apache.xmlbeans.impl.store
 
org.apache.xmlbeans.impl.tool - package org.apache.xmlbeans.impl.tool
 
org.apache.xmlbeans.impl.util - package org.apache.xmlbeans.impl.util
 
org.apache.xmlbeans.impl.validator - package org.apache.xmlbeans.impl.validator
 
org.apache.xmlbeans.impl.values - package org.apache.xmlbeans.impl.values
 
org.apache.xmlbeans.impl.xpath - package org.apache.xmlbeans.impl.xpath
 
org.apache.xmlbeans.impl.xpath.saxon - package org.apache.xmlbeans.impl.xpath.saxon
 
org.apache.xmlbeans.impl.xpath.xmlbeans - package org.apache.xmlbeans.impl.xpath.xmlbeans
 
org.apache.xmlbeans.impl.xpathgen - package org.apache.xmlbeans.impl.xpathgen
 
org.apache.xmlbeans.impl.xsd2inst - package org.apache.xmlbeans.impl.xsd2inst
 
org.apache.xmlbeans.metadata.system.sXMLCONFIG - package org.apache.xmlbeans.metadata.system.sXMLCONFIG
 
org.apache.xmlbeans.metadata.system.sXMLLANG - package org.apache.xmlbeans.metadata.system.sXMLLANG
 
org.apache.xmlbeans.metadata.system.sXMLSCHEMA - package org.apache.xmlbeans.metadata.system.sXMLSCHEMA
 
org.apache.xmlbeans.metadata.system.sXMLTOOLS - package org.apache.xmlbeans.metadata.system.sXMLTOOLS
 
org.apache.xmlbeans.soap - package org.apache.xmlbeans.soap
 
org.apache.xmlbeans.xml.stream - package org.apache.xmlbeans.xml.stream
 
org.apache.xmlbeans.xml.stream.events - package org.apache.xmlbeans.xml.stream.events
 
outputStream - Variable in class org.apache.xmlbeans.impl.common.PushedInputStream
 

P

Param() - Constructor for class org.apache.xmlbeans.impl.tool.Extension.Param
 
Parameters - Class in org.apache.xmlbeans.impl.tool
 
Parameters() - Constructor for class org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler.Parameters
 
Parameters() - Constructor for class org.apache.xmlbeans.impl.tool.Parameters
 
parse(File) - Method in class org.apache.xmlbeans.impl.schema.AbstractDocumentFactory
 
parse(File) - Method in class org.apache.xmlbeans.impl.schema.XmlObjectFactory
Parses the given File as XML.
parse(File) - Static method in class org.apache.xmlbeans.XmlBase64Binary.Factory
Parses a XmlBase64Binary fragment from a File.
parse(File, SchemaType, XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase
 
parse(File, SchemaType, XmlOptions) - Method in interface org.apache.xmlbeans.SchemaTypeLoader
Parses an instance of the given type.
parse(File, XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.AbstractDocumentFactory
 
parse(File, XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.XmlObjectFactory
Parses the given File as XML.
parse(File, XmlOptions) - Static method in class org.apache.xmlbeans.XmlBase64Binary.Factory
Parses a XmlBase64Binary fragment from a File.
parse(InputStream) - Method in class org.apache.xmlbeans.impl.schema.AbstractDocumentFactory
 
parse(InputStream) - Method in class org.apache.xmlbeans.impl.schema.XmlObjectFactory
Decodes and parses the given InputStream as XML.
parse(InputStream) - Static method in class org.apache.xmlbeans.XmlBase64Binary.Factory
Parses a XmlBase64Binary fragment from an InputStream.
parse(InputStream, SchemaType, XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase
 
parse(InputStream, SchemaType, XmlOptions) - Method in interface org.apache.xmlbeans.SchemaTypeLoader
Parses an instance of the given type.
parse(InputStream, XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.AbstractDocumentFactory
 
parse(InputStream, XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.XmlObjectFactory
Decodes and parses the given InputStream as XML.
parse(InputStream, XmlOptions) - Static method in class org.apache.xmlbeans.XmlBase64Binary.Factory
Parses a XmlBase64Binary fragment from an InputStream.
parse(Reader) - Method in class org.apache.xmlbeans.impl.schema.AbstractDocumentFactory
 
parse(Reader) - Method in class org.apache.xmlbeans.impl.schema.XmlObjectFactory
Parses the given Reader as XML.
parse(Reader) - Static method in class org.apache.xmlbeans.XmlBase64Binary.Factory
Parses a XmlBase64Binary fragment from a Reader.
parse(Reader, SchemaType, XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase
 
parse(Reader, SchemaType, XmlOptions) - Method in interface org.apache.xmlbeans.SchemaTypeLoader
Parses an instance of the given type.
parse(Reader, XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.AbstractDocumentFactory
 
parse(Reader, XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.XmlObjectFactory
Parses the given Reader as XML.
parse(Reader, XmlOptions) - Static method in class org.apache.xmlbeans.XmlBase64Binary.Factory
Parses a XmlBase64Binary fragment from a Reader.
parse(String) - Method in class org.apache.xmlbeans.impl.schema.AbstractDocumentFactory
 
parse(String) - Method in class org.apache.xmlbeans.impl.schema.XmlObjectFactory
Parses the given String as XML.
parse(String) - Static method in class org.apache.xmlbeans.XmlBase64Binary.Factory
Parses a XmlBase64Binary fragment from a String.
parse(String, SchemaType, XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase
 
parse(String, SchemaType, XmlOptions) - Method in interface org.apache.xmlbeans.SchemaTypeLoader
Parses an instance of the given type.
parse(String, XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.AbstractDocumentFactory
 
parse(String, XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.XmlObjectFactory
Parses the given String as XML.
parse(String, XmlOptions) - Static method in class org.apache.xmlbeans.XmlBase64Binary.Factory
Parses a XmlBase64Binary fragment from a String.
parse(URL) - Method in class org.apache.xmlbeans.impl.schema.AbstractDocumentFactory
 
parse(URL) - Method in class org.apache.xmlbeans.impl.schema.XmlObjectFactory
Downloads the given URL as XML.
parse(URL) - Static method in class org.apache.xmlbeans.XmlBase64Binary.Factory
Parses a XmlBase64Binary fragment from a URL.
parse(URL, SchemaType, XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase
 
parse(URL, SchemaType, XmlOptions) - Method in interface org.apache.xmlbeans.SchemaTypeLoader
Parses an instance of the given type.
parse(URL, XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.AbstractDocumentFactory
 
parse(URL, XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.XmlObjectFactory
Downloads the given URL as XML.
parse(URL, XmlOptions) - Static method in class org.apache.xmlbeans.XmlBase64Binary.Factory
Parses a XmlBase64Binary fragment from a URL.
parse(XMLStreamReader) - Method in class org.apache.xmlbeans.impl.schema.AbstractDocumentFactory
 
parse(XMLStreamReader) - Method in class org.apache.xmlbeans.impl.schema.XmlObjectFactory
Decodes and parses the given XMLStreamReader as XML.
parse(XMLStreamReader) - Static method in class org.apache.xmlbeans.XmlBase64Binary.Factory
Parses a XmlBase64Binary fragment from an XMLStreamReader.
parse(XMLStreamReader, SchemaType, XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase
 
parse(XMLStreamReader, SchemaType, XmlOptions) - Method in interface org.apache.xmlbeans.SchemaTypeLoader
Parses an instance of the given type.
parse(XMLStreamReader, XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.AbstractDocumentFactory
 
parse(XMLStreamReader, XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.XmlObjectFactory
Parses the given XMLStreamReader as XML.
parse(XMLStreamReader, XmlOptions) - Static method in class org.apache.xmlbeans.XmlBase64Binary.Factory
Parses a XmlBase64Binary fragment from an XMLStreamReader.
parse(SchemaTypeLoader, InputStream, SchemaType, XmlOptions) - Method in interface org.apache.xmlbeans.XmlFactoryHook
Hooks Factory.parse calls
parse(SchemaTypeLoader, Reader, SchemaType, XmlOptions) - Method in interface org.apache.xmlbeans.XmlFactoryHook
Hooks Factory.parse calls
parse(SchemaTypeLoader, String, SchemaType, XmlOptions) - Method in interface org.apache.xmlbeans.XmlFactoryHook
Hooks Factory.parse calls
parse(SchemaTypeLoader, XMLStreamReader, SchemaType, XmlOptions) - Method in interface org.apache.xmlbeans.XmlFactoryHook
Hooks Factory.parse calls
parse(SchemaTypeLoader, Node, SchemaType, XmlOptions) - Method in interface org.apache.xmlbeans.XmlFactoryHook
Hooks Factory.parse calls
parse(Node) - Method in class org.apache.xmlbeans.impl.schema.AbstractDocumentFactory
 
parse(Node) - Method in class org.apache.xmlbeans.impl.schema.XmlObjectFactory
Converts the given DOM Node into an XmlObject.
parse(Node) - Static method in class org.apache.xmlbeans.XmlBase64Binary.Factory
Parses a XmlBase64Binary fragment from a DOM Node.
parse(Node, SchemaType, XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase
 
parse(Node, SchemaType, XmlOptions) - Method in interface org.apache.xmlbeans.SchemaTypeLoader
Parses an instance of the given type.
parse(Node, XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.AbstractDocumentFactory
 
parse(Node, XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.XmlObjectFactory
Converts the given DOM Node into an XmlObject.
parse(Node, XmlOptions) - Static method in class org.apache.xmlbeans.XmlBase64Binary.Factory
Parses a XmlBase64Binary fragment from a DOM Node.
ParseException - Exception in org.apache.xmlbeans.impl.regex
 
ParseException(String, int) - Constructor for exception org.apache.xmlbeans.impl.regex.ParseException
 
parseLTGFile(File, Collection<String>) - Static method in class org.apache.xmlbeans.impl.tool.XSTCTester
 
parseToXmlObject(SchemaTypeLoader, InputStream, SchemaType, XmlOptions) - Static method in class org.apache.xmlbeans.impl.store.Locale
 
parseToXmlObject(SchemaTypeLoader, Reader, SchemaType, XmlOptions) - Static method in class org.apache.xmlbeans.impl.store.Locale
 
parseToXmlObject(SchemaTypeLoader, String, SchemaType, XmlOptions) - Static method in class org.apache.xmlbeans.impl.store.Locale
 
parseToXmlObject(SchemaTypeLoader, XMLStreamReader, SchemaType, XmlOptions) - Static method in class org.apache.xmlbeans.impl.store.Locale
 
parseToXmlObject(SchemaTypeLoader, Node, SchemaType, XmlOptions) - Static method in class org.apache.xmlbeans.impl.store.Locale
 
PARTIAL_ORDER - Static variable in interface org.apache.xmlbeans.SchemaType
Partially ordered.
PARTICLE_CHOICE_UNBOUNDED - Static variable in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
PARTICLE_DERIVATION_MAP_AND_SUM - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_DERIVATION_MAP_AND_SUM$MAP - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_DERIVATION_MAP_AND_SUM$SUM_MAX_OCCURS_LTE_MAX_OCCURS - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_DERIVATION_MAP_AND_SUM$SUM_MIN_OCCURS_GTE_MIN_OCCURS - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_DERIVATION_NS_COMPAT - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_DERIVATION_NS_COMPAT$WILDCARD_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_DERIVATION_NS_RECURSE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_DERIVATION_NS_SUBST - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_DERIVATION_NS_SUBST$WILDCARD_SUBSET - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_DERIVATION_RECURSE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_DERIVATION_RECURSE_GROUP - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_DERIVATION_RECURSE_LAX - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_DERIVATION_RECURSE_LAX$MAP - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_DERIVATION_RECURSE_UNORDERED - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_DERIVATION_RECURSE_UNORDERED$MAP - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_DERIVATION_RECURSE_UNORDERED$MAP_MAX_OCCURS_1 - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_DERIVATION_RECURSE_UNORDERED$MAP_UNIQUE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_DERIVATION_RECURSE_UNORDERED$MAP_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_DERIVATION_RECURSE_UNORDERED$UNMAPPED_ARE_EMPTIABLE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_DERIVATION_RECURSE$MAP - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_DERIVATION_RECURSE$MAP_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_DERIVATION_RECURSE$UNMAPPED_ARE_EMPTIABLE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_EMPTIABLE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_EXTENSION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_PROPERTIES - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_PROPERTIES$MAX_GTE_1 - Static variable in class org.apache.xmlbeans.XmlErrorCodes
p-props-correct.2.2: See clause 2.2 of XMLSchema Structures 1.0: Particle Correct
PARTICLE_PROPERTIES$MIN_LTE_MAX - Static variable in class org.apache.xmlbeans.XmlErrorCodes
p-props-correct.2.1: See clause 2.1 of XMLSchema Structures 1.0: Particle Correct
PARTICLE_RESTRICTION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_RESTRICTION_NAME_AND_TYPE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_RESTRICTION_NAME_AND_TYPE$DISALLOWED_SUBSTITUTIONS - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_RESTRICTION_NAME_AND_TYPE$FIXED - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_RESTRICTION_NAME_AND_TYPE$IDENTITY_CONSTRAINTS - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_RESTRICTION_NAME_AND_TYPE$NAME - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_RESTRICTION_NAME_AND_TYPE$NILLABLE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_RESTRICTION_NAME_AND_TYPE$TYPE_RESTRICTED - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_RESTRICTION_NAME_AND_TYPE$TYPE_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_RESTRICTION$INVALID_RESTRICTION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
cos-particle-restrict.2: See clause 2 of XMLSchema Structures 1.0: Particle Valid (Restriction)
PARTICLE_SEQUENCE - Static variable in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
PARTICLE_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_VALID$BLOCK_SUBSTITUTION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
PARTICLE_VALID$NOT_WILDCARD_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
Path - Interface in org.apache.xmlbeans.impl.xpath
 
PathResourceLoader - Class in org.apache.xmlbeans.impl.schema
 
PathResourceLoader(File[]) - Constructor for class org.apache.xmlbeans.impl.schema.PathResourceLoader
 
PathResourceLoader(ResourceLoader[]) - Constructor for class org.apache.xmlbeans.impl.schema.PathResourceLoader
 
PATTERN_REGEX - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
peek() - Method in interface org.apache.xmlbeans.xml.stream.AttributeIterator
Return the next element on the stream without shifting it
peek(QName) - Method in interface org.apache.xmlbeans.SchemaTypeElementSequencer
Return true if the element with the given name is valid at the current position.
PERIOD - Static variable in class org.apache.xmlbeans.impl.common.NameUtil
 
pop() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
pop() - Static method in class org.apache.xmlbeans.impl.values.NamespaceContext
 
pop() - Method in interface org.apache.xmlbeans.XmlCursor
Restores the cursor location most recently saved with the push() method.
PREDEF_ENTITY - Static variable in class org.apache.xmlbeans.XmlOptionCharEscapeMap
 
prefixForNamespace(String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
prefixForNamespace(String) - Method in interface org.apache.xmlbeans.XmlCursor
Returns a prefix that can be used to indicate a namespace URI.
PrefixResolver - Interface in org.apache.xmlbeans.impl.common
 
PrePostExtension - Interface in org.apache.xmlbeans
 
PrePostExtensionImpl - Class in org.apache.xmlbeans.impl.config
 
PrePostExtensionImpl() - Constructor for class org.apache.xmlbeans.impl.config.PrePostExtensionImpl
 
PRESERVE - Static variable in interface org.apache.xmlbeans.impl.common.ValidatorListener.Event
 
pretty(QName) - Static method in class org.apache.xmlbeans.impl.common.QNameHelper
 
pretty(XMLName) - Static method in class org.apache.xmlbeans.impl.common.XMLNameHelper
 
PrettyPrinter - Class in org.apache.xmlbeans.impl.tool
 
PrettyPrinter() - Constructor for class org.apache.xmlbeans.impl.tool.PrettyPrinter
 
prev() - Method in class org.apache.xmlbeans.impl.store.CharUtil.CharIterator
 
prev() - Method in class org.apache.xmlbeans.impl.store.Cur
 
prevTokenType() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
prevTokenType() - Method in interface org.apache.xmlbeans.XmlCursor
Returns the type of the previous token.
prevWithAttrs() - Method in class org.apache.xmlbeans.impl.store.Cur
 
printBoolean(boolean) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
printByte(byte) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
printDate(Calendar) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
printDate(Date) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
printDateTime(Calendar) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
printDateTime(Calendar, int) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
printDateTime(Date) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
printDecimal(BigDecimal) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
printDouble(double) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
printEvent(XMLStreamReader) - Static method in class org.apache.xmlbeans.impl.common.XmlStreamUtils
 
printFloat(float) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
printGDate(GDate, Collection) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
printHexBinary(byte[]) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
printHolder(Writer, SchemaTypeSystem, XmlOptions, Repackager) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeCodePrinter
 
printHolder(Writer, SchemaTypeSystem, XmlOptions, Repackager) - Method in interface org.apache.xmlbeans.SchemaCodePrinter
 
printInt(int) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
printInteger(BigInteger) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
printLicense() - Static method in class org.apache.xmlbeans.impl.tool.CommandLine
 
printLong(long) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
printQName(QName, NamespaceContext, Collection) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
printShort(short) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
printString(String) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
printTime(Calendar) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
printType(Writer, SchemaType) - Method in interface org.apache.xmlbeans.SchemaCodePrinter
Deprecated.
printType(Writer, SchemaType, XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeCodePrinter
 
printType(Writer, SchemaType, XmlOptions) - Method in interface org.apache.xmlbeans.SchemaCodePrinter
 
printTypeImpl(Writer, SchemaType) - Method in interface org.apache.xmlbeans.SchemaCodePrinter
Deprecated.
printTypeImpl(Writer, SchemaType, XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeCodePrinter
 
printTypeImpl(Writer, SchemaType, XmlOptions) - Method in interface org.apache.xmlbeans.SchemaCodePrinter
 
printUsage() - Static method in class org.apache.xmlbeans.impl.tool.FactorImports
 
printUsage() - Static method in class org.apache.xmlbeans.impl.tool.InstanceValidator
 
printUsage() - Static method in class org.apache.xmlbeans.impl.tool.PrettyPrinter
 
printUsage() - Static method in class org.apache.xmlbeans.impl.tool.RunXQuery
 
printUsage() - Static method in class org.apache.xmlbeans.impl.tool.SchemaCompiler
 
printUsage() - Static method in class org.apache.xmlbeans.impl.tool.SchemaCopy
 
printUsage() - Static method in class org.apache.xmlbeans.impl.tool.SchemaResourceManager
 
printUsage() - Static method in class org.apache.xmlbeans.impl.tool.StreamInstanceValidator
 
printUsage() - Static method in class org.apache.xmlbeans.impl.tool.TypeHierarchyPrinter
 
printUsage() - Static method in class org.apache.xmlbeans.impl.tool.XsbDumper
 
printUsage() - Static method in class org.apache.xmlbeans.impl.tool.XSTCTester
 
printUsage() - Static method in class org.apache.xmlbeans.impl.xsd2inst.SchemaInstanceGenerator
 
printVersion() - Static method in class org.apache.xmlbeans.impl.tool.CommandLine
 
process(String[], String[], boolean, boolean, boolean) - Method in class org.apache.xmlbeans.impl.tool.BaseSchemaResourceManager
 
processAll(boolean, boolean, boolean) - Method in class org.apache.xmlbeans.impl.tool.BaseSchemaResourceManager
 
processAttribute(XmlCursor, Inst2XsdOptions, String, TypeSystemHolder) - Method in class org.apache.xmlbeans.impl.inst2xsd.RussianDollStrategy
 
processAttributesInComplexType(Type, List<Attribute>) - Method in class org.apache.xmlbeans.impl.inst2xsd.RussianDollStrategy
 
processDoc(XmlObject[], Inst2XsdOptions, TypeSystemHolder) - Method in class org.apache.xmlbeans.impl.inst2xsd.RussianDollStrategy
 
processDoc(XmlObject[], Inst2XsdOptions, TypeSystemHolder) - Method in interface org.apache.xmlbeans.impl.inst2xsd.XsdGenStrategy
 
processElement(XmlCursor, String, Inst2XsdOptions, TypeSystemHolder) - Method in class org.apache.xmlbeans.impl.inst2xsd.RussianDollStrategy
 
processElementsInComplexType(Type, List<Element>, String, TypeSystemHolder, Inst2XsdOptions) - Method in class org.apache.xmlbeans.impl.inst2xsd.RussianDollStrategy
 
PROCESSING_INSTRUCTION - Static variable in interface org.apache.xmlbeans.xml.stream.XMLEvent
A constant which identifies a ProcessingInstruction
processingInstruction(String, String) - Method in class org.apache.xmlbeans.impl.common.Sax2Dom
adds processing instruction node to DOM.
ProcessingInstruction - Interface in org.apache.xmlbeans.xml.stream
A marker interface for processing instructions
processSimpleContentType(String, Inst2XsdOptions, XmlCursor) - Method in class org.apache.xmlbeans.impl.inst2xsd.RussianDollStrategy
 
procInst(String, String) - Method in class org.apache.xmlbeans.impl.store.Cur.CurLoadContext
 
procInst(String, String) - Method in class org.apache.xmlbeans.impl.store.Locale.LoadContext
 
PROCINST - Static variable in class org.apache.xmlbeans.XmlCursor.TokenType
The singleton processing instruction token type
PROHIBITED - Static variable in interface org.apache.xmlbeans.SchemaLocalAttribute
A prohibited attribute.
PROPERTY_BOUNDED - Static variable in interface org.apache.xmlbeans.SchemaType
 
PROPERTY_CARDINALITY - Static variable in interface org.apache.xmlbeans.SchemaType
 
PROPERTY_NUMERIC - Static variable in interface org.apache.xmlbeans.SchemaType
 
PROPERTY_ORDERED - Static variable in interface org.apache.xmlbeans.SchemaType
 
push() - Method in class org.apache.xmlbeans.impl.store.Cur
 
push() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
push() - Method in interface org.apache.xmlbeans.XmlCursor
Saves the current location of this cursor on an internal stack of saved positions (independent of selection).
push(NamespaceContext) - Static method in class org.apache.xmlbeans.impl.values.NamespaceContext
 
PushedInputStream - Class in org.apache.xmlbeans.impl.common
 
PushedInputStream() - Constructor for class org.apache.xmlbeans.impl.common.PushedInputStream
 
PushedInputStream(int) - Constructor for class org.apache.xmlbeans.impl.common.PushedInputStream
 
put(Object, Object) - Method in class org.apache.xmlbeans.impl.common.SoftCache
 
put(Object, Object) - Method in class org.apache.xmlbeans.XmlDocumentProperties
Attaches a value to the root of the document containing the given token source.

Q

QNAME - Static variable in class org.apache.xmlbeans.XmlErrorCodes
QNAME_ACCESSOR_ATTRIBUTE - Static variable in class org.apache.xmlbeans.BindingConfig
 
QNAME_ACCESSOR_ELEMENT - Static variable in class org.apache.xmlbeans.BindingConfig
 
QNAME_DOCUMENT_TYPE - Static variable in class org.apache.xmlbeans.BindingConfig
 
QNAME_TYPE - Static variable in class org.apache.xmlbeans.BindingConfig
 
QNameCache - Class in org.apache.xmlbeans
A cache that can be used to pool QName instances.
QNameCache(int) - Constructor for class org.apache.xmlbeans.QNameCache
Creates a QNameCache with the given initialCapacity.
QNameCache(int, float) - Constructor for class org.apache.xmlbeans.QNameCache
Creates a QNameCache with the given initialCapacity and loadFactor.
QNameFactory - Interface in org.apache.xmlbeans.impl.store
 
QNameHelper - Class in org.apache.xmlbeans.impl.common
 
QNameHelper() - Constructor for class org.apache.xmlbeans.impl.common.QNameHelper
 
QNameSet - Class in org.apache.xmlbeans
This interface represents a lattice of finite and infinite sets of QNames.
QNameSetBuilder - Class in org.apache.xmlbeans
Used to build QNameSets.
QNameSetBuilder() - Constructor for class org.apache.xmlbeans.QNameSetBuilder
Constructs an empty QNameSetBuilder.
QNameSetBuilder(String, String) - Constructor for class org.apache.xmlbeans.QNameSetBuilder
Constructs a QNameSetBuilder whose initial contents are given as a list of namespace URIs, using the same format used by wildcards in XSD files.
QNameSetBuilder(Set, Set, Set, Set) - Constructor for class org.apache.xmlbeans.QNameSetBuilder
Constructs a QNameSetBuilder whose inital contents are given by the four sets.
QNameSetBuilder(QNameSetSpecification) - Constructor for class org.apache.xmlbeans.QNameSetBuilder
Constructs a QNameSetBuilder whose initial contents are given by another QNameSetSpecification.
qnameSetForWildcardAttributes() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
Returns a QNameSet of attributes that may exist in wildcard buchets and are not explicitly defined in this schema type.
qnameSetForWildcardAttributes() - Method in interface org.apache.xmlbeans.SchemaType
Returns a QNameSet of attributes that may exist in wildcard buchets and are not explicitly defined in this schema type.
qnameSetForWildcardElements() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
Returns a QNameSet of elements that may exist in wildcard buchets and are not explicitly defined in this schema type.
qnameSetForWildcardElements() - Method in interface org.apache.xmlbeans.SchemaType
Returns a QNameSet of elements that may exist in wildcard buchets and are not explicitly defined in this schema type.
QNameSetSpecification - Interface in org.apache.xmlbeans
Represents a lattice of finite and infinite sets of QNames.
quoteMeta(String) - Static method in class org.apache.xmlbeans.impl.regex.REUtil
 

R

read() - Method in class org.apache.xmlbeans.impl.common.PushedInputStream
 
read(byte[], int, int) - Method in class org.apache.xmlbeans.impl.common.PushedInputStream
Read characters into a portion of an array, reading from the underlying stream at most once if necessary.
readable(QName) - Static method in class org.apache.xmlbeans.impl.common.QNameHelper
 
readable(QName, Map) - Static method in class org.apache.xmlbeans.impl.common.QNameHelper
 
readable(SchemaType) - Static method in class org.apache.xmlbeans.impl.common.QNameHelper
 
readable(SchemaType, Map) - Static method in class org.apache.xmlbeans.impl.common.QNameHelper
 
readDocument(XmlOptions, InputStream) - Static method in class org.apache.xmlbeans.impl.common.DocumentHelper
Parses the given stream via the default (sensible) DocumentBuilder
readDocument(XmlOptions, InputSource) - Static method in class org.apache.xmlbeans.impl.common.DocumentHelper
Parses the given stream via the default (sensible) DocumentBuilder
ReaderInputStream - Class in org.apache.xmlbeans.impl.common
 
ReaderInputStream(Reader, String) - Constructor for class org.apache.xmlbeans.impl.common.ReaderInputStream
 
ReaderInputStream(Reader, String, int) - Constructor for class org.apache.xmlbeans.impl.common.ReaderInputStream
 
readersAsText(Reader, String, Reader, String, List) - Static method in class org.apache.xmlbeans.impl.util.Diff
 
readLongUTF() - Method in class org.apache.xmlbeans.impl.util.LongUTFDataInputStream
 
readpos - Variable in class org.apache.xmlbeans.impl.common.PushedInputStream
 
readUnsignedShortOrInt() - Method in class org.apache.xmlbeans.impl.util.LongUTFDataInputStream
 
readUnsignedShortOrInt(DataInputStream) - Static method in class org.apache.xmlbeans.impl.util.LongUTFDataInputStream
 
recover(String, Object[], XmlObject) - Method in class org.apache.xmlbeans.impl.schema.StscState
Passes a recovered error on to the current error listener.
recycleNode() - Method in interface org.apache.xmlbeans.impl.soap.Node
Notifies the implementation that this Node object is no longer being used by the application and that the implementation is free to reuse this object for nodes that may be created later.
redefinedAttributeGroups() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
redefinedGlobalTypes() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
redefinedModelGroups() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
REDUNDANT_CONTENT_MODEL - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
REDUNDANT_DEFAULT_FIXED - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
REDUNDANT_NESTED_TYPE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
Ref(SchemaAttributeGroup) - Constructor for class org.apache.xmlbeans.SchemaAttributeGroup.Ref
 
Ref(SchemaComponent) - Constructor for class org.apache.xmlbeans.SchemaComponent.Ref
 
Ref(SchemaGlobalAttribute) - Constructor for class org.apache.xmlbeans.SchemaGlobalAttribute.Ref
 
Ref(SchemaGlobalElement) - Constructor for class org.apache.xmlbeans.SchemaGlobalElement.Ref
 
Ref(SchemaIdentityConstraint) - Constructor for class org.apache.xmlbeans.SchemaIdentityConstraint.Ref
 
Ref(SchemaModelGroup) - Constructor for class org.apache.xmlbeans.SchemaModelGroup.Ref
 
Ref(SchemaType) - Constructor for class org.apache.xmlbeans.SchemaType.Ref
 
Ref(SchemaTypeSystem, String) - Constructor for class org.apache.xmlbeans.SchemaAttributeGroup.Ref
 
Ref(SchemaTypeSystem, String) - Constructor for class org.apache.xmlbeans.SchemaComponent.Ref
 
Ref(SchemaTypeSystem, String) - Constructor for class org.apache.xmlbeans.SchemaGlobalAttribute.Ref
 
Ref(SchemaTypeSystem, String) - Constructor for class org.apache.xmlbeans.SchemaGlobalElement.Ref
 
Ref(SchemaTypeSystem, String) - Constructor for class org.apache.xmlbeans.SchemaIdentityConstraint.Ref
 
Ref(SchemaTypeSystem, String) - Constructor for class org.apache.xmlbeans.SchemaModelGroup.Ref
 
Ref(SchemaTypeSystem, String) - Constructor for class org.apache.xmlbeans.SchemaType.Ref
 
RegularExpression - Class in org.apache.xmlbeans.impl.regex
A regular expression matching engine using Non-deterministic Finite Automaton (NFA).
RegularExpression(String) - Constructor for class org.apache.xmlbeans.impl.regex.RegularExpression
Creates a new RegularExpression instance.
RegularExpression(String, String) - Constructor for class org.apache.xmlbeans.impl.regex.RegularExpression
Creates a new RegularExpression instance with options.
relativize(String) - Method in class org.apache.xmlbeans.impl.schema.StscState
 
release() - Static method in class org.apache.xmlbeans.impl.common.GlobalLock
 
release() - Method in class org.apache.xmlbeans.impl.common.Mutex
Release the mutex.
release() - Method in class org.apache.xmlbeans.impl.store.CharUtil.CharIterator
 
release() - Method in class org.apache.xmlbeans.impl.store.Cur
 
release() - Method in class org.apache.xmlbeans.impl.xpath.saxon.SaxonXPathEngine
 
release() - Method in class org.apache.xmlbeans.impl.xpath.saxon.SaxonXQuery
 
release() - Method in interface org.apache.xmlbeans.impl.xpath.XPathEngine
 
RELEASE_NUMBER - Static variable in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
remove(int) - Method in class org.apache.xmlbeans.impl.values.JavaListObject
 
remove(int) - Method in class org.apache.xmlbeans.impl.values.JavaListXmlObject
 
remove(int) - Method in class org.apache.xmlbeans.XmlSimpleList
Unsupported because this list is immutable.
remove(Object) - Method in class org.apache.xmlbeans.impl.common.SoftCache
 
remove(Object) - Method in class org.apache.xmlbeans.XmlDocumentProperties
Removes a value previously attached to a document using set.
remove(Object) - Method in class org.apache.xmlbeans.XmlSimpleList
Unsupported because this list is immutable.
remove(QName) - Method in class org.apache.xmlbeans.QNameSetBuilder
Removes the given qname from this QNameSetBuilder.
remove(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
remove(XmlOptions.XmlOptionsKeys) - Method in class org.apache.xmlbeans.XmlOptions
 
remove_attribute(QName) - Method in interface org.apache.xmlbeans.impl.values.TypeStore
Removes the attribute with the given name.
remove_element(QName, int) - Method in interface org.apache.xmlbeans.impl.values.TypeStore
Removes the ith element with the given name.
remove_element(QNameSet, int) - Method in interface org.apache.xmlbeans.impl.values.TypeStore
Removes the ith element that matches names.
REMOVE_IDX - org.apache.xmlbeans.XmlOptions.BeanMethod
 
removeAll(Collection) - Method in class org.apache.xmlbeans.XmlSimpleList
Unsupported because this list is immutable.
removeAll(QNameSetSpecification) - Method in class org.apache.xmlbeans.QNameSetBuilder
Removes all contents of a given QNameSet from this QNameSetBuilder.
removeAllAttachments() - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
Removes all AttachmentPart objects that have been added to this SOAPMessage object.
removeAllHeaders() - Method in class org.apache.xmlbeans.impl.soap.MimeHeaders
Removes all the header entries from this MimeHeaders object.
removeAllMimeHeaders() - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
Removes all the MIME header entries.
removeAllMimeHeaders() - Method in class org.apache.xmlbeans.impl.soap.SOAPPart
Removes all the MimeHeader objects for this SOAPEnvelope object.
removeAttr(QName) - Method in class org.apache.xmlbeans.impl.store.Cur
 
removeAttribute(QName) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
removeAttribute(QName) - Method in interface org.apache.xmlbeans.XmlCursor
When at a START or STARTDOC, removes the attribute with the given name.
removeAttribute(Name) - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
Removes the attribute with the specified name.
removeChars(int) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
removeChars(int) - Method in interface org.apache.xmlbeans.XmlCursor
Removes characters up to the specified maximum number, counting right from this cursor's location to the character at maxCharacterCount.
removeChars(int, int, Object, int, int) - Method in class org.apache.xmlbeans.impl.store.CharUtil
 
removeContents() - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
Detaches all children of this SOAPElement.
removeFollowingAttrs() - Method in class org.apache.xmlbeans.impl.store.Cur
 
removeHeader(String) - Method in class org.apache.xmlbeans.impl.soap.MimeHeaders
Remove all MimeHeader objects whose name matches the the given name.
removeMimeHeader(String) - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
Removes all MIME headers that match the given name.
removeMimeHeader(String) - Method in class org.apache.xmlbeans.impl.soap.SOAPPart
Removes all MIME headers that match the given name.
removeNamespace(String) - Method in class org.apache.xmlbeans.QNameSetBuilder
Removes an entire namespace URI from this QNameSetBuilder.
removeNamespaceDeclaration(String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
Removes the namespace declaration corresponding to the given prefix.
removeProhibitedAttribute(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaAttributeModelImpl
 
removeXml() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
removeXml() - Method in interface org.apache.xmlbeans.XmlCursor
Removes the XML that is immediately after this cursor.
removeXmlContents() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
removeXmlContents() - Method in interface org.apache.xmlbeans.XmlCursor
Removes the contents of the container (STARTDOC OR START) immediately after this cursor.
REPLACE - Static variable in interface org.apache.xmlbeans.impl.common.ValidatorListener.Event
 
reportActualNamespace(SchemaImportResolver.SchemaResource, String) - Method in class org.apache.xmlbeans.impl.tool.BaseSchemaResourceManager
Updates actual namespace in the table.
reportActualNamespace(SchemaImportResolver.SchemaResource, String) - Method in class org.apache.xmlbeans.impl.tool.SchemaImportResolver
Called to notify that the expected namespace is different from the actual namespace, or if no namespace is known, to report the discovered namespace.
require(int, String, String) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
REQUIRED - Static variable in interface org.apache.xmlbeans.SchemaLocalAttribute
A required attribute.
RESERVED_TYPE_NAME - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
reset() - Method in class org.apache.xmlbeans.impl.common.PushedInputStream
 
resetToValid() - Method in class org.apache.xmlbeans.impl.inst2xsd.RussianDollStrategy.SCTValidationContext
 
resolve() - Method in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
resolve() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
resolve() - Method in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
Describe resolve method here.
resolve() - Method in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
resolve() - Method in interface org.apache.xmlbeans.SchemaTypeSystem
Initializes a type system (resolves all handles within the type system).
resolve(URI, String) - Static method in class org.apache.xmlbeans.impl.schema.StscImporter
 
resolve(URI, URI) - Static method in class org.apache.xmlbeans.impl.tool.CodeGenUtil
 
RESOLVE_QNAME_INSTANCE_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
resolveAll() - Static method in class org.apache.xmlbeans.impl.schema.StscResolver
Does a topo walk of all the types to resolve them.
resolveAttributeType(SchemaTypeImpl) - Static method in class org.apache.xmlbeans.impl.schema.StscResolver
 
resolveComplexType(SchemaTypeImpl) - Static method in class org.apache.xmlbeans.impl.schema.StscComplexTypeResolver
 
resolveDocumentType(SchemaTypeImpl) - Static method in class org.apache.xmlbeans.impl.schema.StscResolver
 
resolveHandle(String) - Method in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
resolveHandle(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
resolveHandle(String) - Method in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
 
resolveHandle(String) - Method in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
resolveHandle(String) - Method in interface org.apache.xmlbeans.SchemaTypeSystem
Locates a type, element, or attribute using the handle.
resolveIdentityConstraints() - Static method in class org.apache.xmlbeans.impl.schema.StscResolver
 
resolveImports(SchemaImportResolver.SchemaResource[]) - Method in class org.apache.xmlbeans.impl.tool.SchemaImportResolver
 
resolveImportsAndIncludes(boolean) - Method in class org.apache.xmlbeans.impl.schema.StscImporter.DownloadTable
 
resolveImportsAndIncludes(SchemaDocument.Schema[], boolean) - Static method in class org.apache.xmlbeans.impl.schema.StscImporter
 
resolverForCatalog(String) - Static method in class org.apache.xmlbeans.impl.common.ResolverUtil
 
ResolverUtil - Class in org.apache.xmlbeans.impl.common
Author: Cezar Andrei (cezar.andrei at bea.com) Date: Dec 3, 2003
ResolverUtil() - Constructor for class org.apache.xmlbeans.impl.common.ResolverUtil
 
resolveSimpleType(SchemaTypeImpl) - Static method in class org.apache.xmlbeans.impl.schema.StscSimpleTypeResolver
SIMPLE TYPE RESOLUTION HERE Simple types can be declared as lists, unions, or restrictions.
resolveSubstitutionGroup(SchemaTypeImpl) - Static method in class org.apache.xmlbeans.impl.schema.StscResolver
 
resolveType(SchemaTypeImpl) - Static method in class org.apache.xmlbeans.impl.schema.StscResolver
 
resolveTypeRef(SchemaType.Ref) - Method in class org.apache.xmlbeans.impl.schema.SchemaLocalAttributeImpl
 
resolveTypeRef(SchemaType.Ref) - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
ResourceLoader - Interface in org.apache.xmlbeans
 
resourceLoaderForPath(File[]) - Static method in class org.apache.xmlbeans.XmlBeans
Returns a new ResourceLoader for a search path where each component of the path is either a directory or a compiled xmlbeans jar.
restrict(QNameSetSpecification) - Method in class org.apache.xmlbeans.QNameSetBuilder
Restricts the contents of this QNameSetBuilder to be a subset of the given QNameSet.
retainAll(Collection) - Method in class org.apache.xmlbeans.XmlSimpleList
Unsupported because this list is immutable.
REUtil - Class in org.apache.xmlbeans.impl.regex
 
runTestCase(XSTCTester.TestCaseResult) - Method in class org.apache.xmlbeans.impl.tool.XMLBeanXSTCHarness
 
runTestCase(XSTCTester.TestCaseResult) - Method in interface org.apache.xmlbeans.impl.tool.XSTCTester.Harness
 
RunXQuery - Class in org.apache.xmlbeans.impl.tool
 
RunXQuery() - Constructor for class org.apache.xmlbeans.impl.tool.RunXQuery
 
RussianDollStrategy - Class in org.apache.xmlbeans.impl.inst2xsd
 
RussianDollStrategy() - Constructor for class org.apache.xmlbeans.impl.inst2xsd.RussianDollStrategy
 
RussianDollStrategy.SCTValidationContext - Class in org.apache.xmlbeans.impl.inst2xsd
 

S

Saaj - Interface in org.apache.xmlbeans.impl.store
 
SAAJ_IMPL - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
Saaj.SaajCallback - Interface in org.apache.xmlbeans.impl.store
 
saajCallback_createSoapElement(DomImpl.Dom, QName, QName) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
saajCallback_ensureSoapTextNode(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
saajCallback_getSaajData(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
saajCallback_importSoapElement(DomImpl.Dom, Element, boolean, QName) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
saajCallback_setSaajData(DomImpl.Dom, Object) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
SalamiSliceStrategy - Class in org.apache.xmlbeans.impl.inst2xsd
 
SalamiSliceStrategy() - Constructor for class org.apache.xmlbeans.impl.inst2xsd.SalamiSliceStrategy
 
SampleXmlUtil - Class in org.apache.xmlbeans.impl.xsd2inst
 
save(File) - Method in class org.apache.xmlbeans.FilterXmlObject
 
save(File) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
save(File) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
save(File) - Method in interface org.apache.xmlbeans.XmlTokenSource
Writes the XML represented by this source to the given File.
save(File, XmlOptions) - Method in class org.apache.xmlbeans.FilterXmlObject
 
save(File, XmlOptions) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
save(File, XmlOptions) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
save(File, XmlOptions) - Method in interface org.apache.xmlbeans.XmlTokenSource
Writes the XML represented by this source to the given File.
save(OutputStream) - Method in class org.apache.xmlbeans.FilterXmlObject
 
save(OutputStream) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
save(OutputStream) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
save(OutputStream) - Method in interface org.apache.xmlbeans.XmlTokenSource
Writes the XML represented by this source to the given output stream.
save(OutputStream, XmlOptions) - Method in class org.apache.xmlbeans.FilterXmlObject
 
save(OutputStream, XmlOptions) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
save(OutputStream, XmlOptions) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
save(OutputStream, XmlOptions) - Method in interface org.apache.xmlbeans.XmlTokenSource
Writes the XML represented by this source to the given output stream.
save(Writer) - Method in class org.apache.xmlbeans.FilterXmlObject
 
save(Writer) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
save(Writer) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
save(Writer) - Method in interface org.apache.xmlbeans.XmlTokenSource
Writes the XML represented by this source to the given output.
save(Writer, XmlOptions) - Method in class org.apache.xmlbeans.FilterXmlObject
 
save(Writer, XmlOptions) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
save(Writer, XmlOptions) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
save(Writer, XmlOptions) - Method in interface org.apache.xmlbeans.XmlTokenSource
Writes the XML represented by this source to the given output.
save(Filer) - Method in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
Saves this type system using a Filer
save(Filer) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
save(Filer) - Method in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
 
save(Filer) - Method in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
Saves this type system using a Filer
save(Filer) - Method in interface org.apache.xmlbeans.SchemaTypeSystem
Saves this type system using a Filer
save(ContentHandler, LexicalHandler) - Method in class org.apache.xmlbeans.FilterXmlObject
 
save(ContentHandler, LexicalHandler) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
save(ContentHandler, LexicalHandler) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
save(ContentHandler, LexicalHandler) - Method in interface org.apache.xmlbeans.XmlTokenSource
Writes the XML represented by this source to the given SAX content and lexical handlers.
save(ContentHandler, LexicalHandler, XmlOptions) - Method in class org.apache.xmlbeans.FilterXmlObject
 
save(ContentHandler, LexicalHandler, XmlOptions) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
save(ContentHandler, LexicalHandler, XmlOptions) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
save(ContentHandler, LexicalHandler, XmlOptions) - Method in interface org.apache.xmlbeans.XmlTokenSource
Writes the XML represented by this source to the given SAX content and lexical handlers.
SAVE_AGGRESSIVE_NAMESPACES - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
SAVE_CDATA_ENTITY_COUNT_THRESHOLD - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
SAVE_CDATA_LENGTH_THRESHOLD - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
SAVE_FILTER_PROCINST - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
SAVE_IMPLICIT_NAMESPACES - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
SAVE_INNER - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
SAVE_NAMESPACES_FIRST - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
SAVE_NO_XML_DECL - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
SAVE_OPTIMIZE_FOR_SPEED - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
SAVE_OUTER - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
SAVE_PRETTY_PRINT - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
SAVE_PRETTY_PRINT_INDENT - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
SAVE_PRETTY_PRINT_OFFSET - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
SAVE_SAX_NO_NSDECLS_IN_ATTRIBUTES - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
SAVE_SUBSTITUTE_CHARACTERS - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
SAVE_SUGGESTED_PREFIXES - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
SAVE_SYNTHETIC_DOCUMENT_ELEMENT - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
SAVE_USE_DEFAULT_NAMESPACE - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
SAVE_USE_OPEN_FRAGMENT - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
saveAttributeGroup(SchemaAttributeGroup) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
saveAttributeGroups(SchemaAttributeGroup[]) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
saveChanges() - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
Updates this SOAPMessage object with all the changes that have been made to it.
saveChars(Object, int, int) - Method in class org.apache.xmlbeans.impl.store.CharUtil
 
saveChars(Object, int, int, Object, int, int) - Method in class org.apache.xmlbeans.impl.store.CharUtil
 
saveGlobalAttribute(SchemaGlobalAttribute) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
saveGlobalAttributes(SchemaGlobalAttribute[]) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
saveGlobalElement(SchemaGlobalElement) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
saveGlobalElements(SchemaGlobalElement[]) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
saveIdentityConstraint(SchemaIdentityConstraint) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
saveIdentityConstraints(SchemaIdentityConstraint[]) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
saveModelGroup(SchemaModelGroup) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
saveModelGroups(SchemaModelGroup[]) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
saveRequired() - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
Indicates whether this SOAPMessage object has had the method saveChanges called on it.
saveToDirectory(File) - Method in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
Saves this type to a directory.
saveToDirectory(File) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
saveToDirectory(File) - Method in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
Describe saveToDirectory method here.
saveToDirectory(File) - Method in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
Saves this type to a directory.
saveToDirectory(File) - Method in interface org.apache.xmlbeans.SchemaTypeSystem
Saves this type system to a directory.
saveTypeSystem(SchemaTypeSystem, File, File, Repackager, XmlOptions) - Static method in class org.apache.xmlbeans.impl.tool.SchemaCodeGenerator
Deprecated.
sawDeepDot() - Method in class org.apache.xmlbeans.impl.xpath.XPath
 
Sax2Dom - Class in org.apache.xmlbeans.impl.common
 
Sax2Dom() - Constructor for class org.apache.xmlbeans.impl.common.Sax2Dom
 
Sax2Dom(Node) - Constructor for class org.apache.xmlbeans.impl.common.Sax2Dom
 
SAXHelper - Class in org.apache.xmlbeans.impl.common
Provides handy methods for working with SAX parsers and readers
SaxonXPath - Class in org.apache.xmlbeans.impl.xpath.saxon
 
SaxonXPath(String, String, Map<String, String>) - Constructor for class org.apache.xmlbeans.impl.xpath.saxon.SaxonXPath
Construct given an XPath expression string.
SaxonXPathEngine - Class in org.apache.xmlbeans.impl.xpath.saxon
 
SaxonXQuery - Class in org.apache.xmlbeans.impl.xpath.saxon
 
SaxonXQuery(String, String, Integer, XmlOptions) - Constructor for class org.apache.xmlbeans.impl.xpath.saxon.SaxonXQuery
Construct given an XQuery expression string.
SCHEMA_ANNOTATION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_ATTR - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_ATTR_GROUP - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_ATTR_GROUP$SELF_REF - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_ATTR$DEFAULT_AND_USE_OPTIONAL - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_ATTR$DEFAULT_OR_FIXED - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_ATTR$FIXED_NOT_MATCH - Static variable in class org.apache.xmlbeans.XmlErrorCodes
au-value_constraint: See description for XMLSchema Structures 1.0: The Attribute Use Schema Component
SCHEMA_ATTR$REF_FEATURES - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_ATTR$REF_OR_NAME_HAS_BOTH - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_ATTR$REF_OR_NAME_HAS_NEITHER - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_ATTR$TYPE_ATTR_OR_NESTED_TYPE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_CODE_PRINTER - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
SCHEMA_COMPLEX_TYPE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_COMPLEX_TYPE$COMPLEX_CONTENT - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_COMPLEX_TYPE$SIMPLE_CONTENT - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_ELEM - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_ELEM$DEFAULT_OR_FIXED - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_ELEM$REF_FEATURES - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_ELEM$REF_OR_NAME_HAS_BOTH - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_ELEM$REF_OR_NAME_HAS_NEITHER - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_ELEM$TYPE_ATTR_OR_NESTED_TYPE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_IDENTITY_CONSTRAINT - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_IMPORT - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_INCLUDE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_MODEL_GROUP - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_MODEL_GROUP_DEFN - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_MULTIPLE_ENUMS - Static variable in class org.apache.xmlbeans.XmlErrorCodes
src-multiple-enumerations: See XMLSchema Datatypes 1.0: Multiple enumerations
SCHEMA_MULTIPLE_PATTERNS - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_NOTATION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_PROPERTIES - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_PROPERTIES$DUPLICATE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
sch-props-correct.2: See clause 2 of XMLSchema Structures 1.0: Schema Properties Correct
SCHEMA_QNAME - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_QNAME_RESOLVE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_QNAME_RESOLVE$HELP - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_REDEFINE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_REDEFINE$ATTR_GROUP_SELF_REF - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_REDEFINE$EXTEND_OR_RESTRICT - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_REDEFINE$GROUP_SELF_REF - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_REDEFINE$GROUP_SELF_REF_MIN_MAX_1 - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_REDEFINE$SAME_TYPE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_REDEFINITION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_REFERENCE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_SIMPLE_TYPE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_SIMPLE_TYPE$CYCLIC_UNION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_SIMPLE_TYPE$LIST_HAS_BOTH_ITEM_OR_SIMPLE_TYPE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_SIMPLE_TYPE$LIST_HAS_NEITHER_ITEM_OR_SIMPLE_TYPE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_SIMPLE_TYPE$LIST_ITEM_TYPE_OR_SIMPLE_TYPE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_SIMPLE_TYPE$RESTICTION_HAS_BASE_OR_SIMPLE_TYPE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
src-restriction-base-or-simpleType: See XMLSchema Datatypes 1.0: base attribute or simpleType child
SCHEMA_SIMPLE_TYPE$RESTRICTION_HAS_BOTH_BASE_OR_SIMPLE_TYPE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_SIMPLE_TYPE$RESTRICTION_HAS_NEITHER_BASE_OR_SIMPLE_TYPE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_SIMPLE_TYPE$UNION_HAS_MEMBER_TYPES_OR_SIMPLE_TYPES - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SCHEMA_WILDCARD - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SchemaAnnotated - Interface in org.apache.xmlbeans
Marker interface denoting that an annotation can be present
SchemaAnnotation - Interface in org.apache.xmlbeans
Represents a Schema annotation.
SchemaAnnotation.Attribute - Interface in org.apache.xmlbeans
Represents an attribute instance
SchemaAnnotationImpl - Class in org.apache.xmlbeans.impl.schema
 
SchemaAttributeGroup - Interface in org.apache.xmlbeans
Represents an attribute group.
SchemaAttributeGroup.Ref - Class in org.apache.xmlbeans
Used to allow on-demand loading of attribute groups.
SchemaAttributeGroupImpl - Class in org.apache.xmlbeans.impl.schema
 
SchemaAttributeGroupImpl(SchemaContainer) - Constructor for class org.apache.xmlbeans.impl.schema.SchemaAttributeGroupImpl
 
SchemaAttributeGroupImpl(SchemaContainer, QName) - Constructor for class org.apache.xmlbeans.impl.schema.SchemaAttributeGroupImpl
 
SchemaAttributeModel - Interface in org.apache.xmlbeans
Represents the attribute structure allowed on a complex type.
SchemaAttributeModelImpl - Class in org.apache.xmlbeans.impl.schema
 
SchemaAttributeModelImpl() - Constructor for class org.apache.xmlbeans.impl.schema.SchemaAttributeModelImpl
 
SchemaAttributeModelImpl(SchemaAttributeModel) - Constructor for class org.apache.xmlbeans.impl.schema.SchemaAttributeModelImpl
 
SchemaBookmark - Class in org.apache.xmlbeans
Represents a Schema bookmark.
SchemaBookmark(Object) - Constructor for class org.apache.xmlbeans.SchemaBookmark
 
SchemaCodeGenerator - Class in org.apache.xmlbeans.impl.tool
 
SchemaCodeGenerator() - Constructor for class org.apache.xmlbeans.impl.tool.SchemaCodeGenerator
 
SchemaCodePrinter - Interface in org.apache.xmlbeans
This class is used to provide alternate implementations of the schema Java code generation.
SchemaCompiler - Class in org.apache.xmlbeans.impl.tool
 
SchemaCompiler() - Constructor for class org.apache.xmlbeans.impl.tool.SchemaCompiler
 
schemaCompilerExtension(SchemaTypeSystem, Map) - Method in interface org.apache.xmlbeans.impl.tool.SchemaCompilerExtension
Implement this function to be called back by the XmlBeans Schema Compiler with the Schema Type System that has been created as a result of the compile.
SchemaCompilerExtension - Interface in org.apache.xmlbeans.impl.tool
This interface is implemented by Schema Compiler Extensions.
SchemaComponent - Interface in org.apache.xmlbeans
Represents a global Schema Component.
SchemaComponent.Ref - Class in org.apache.xmlbeans
A lazy reference to a component.
SchemaCopy - Class in org.apache.xmlbeans.impl.tool
 
SchemaCopy() - Constructor for class org.apache.xmlbeans.impl.tool.SchemaCopy
 
SchemaDependencies - Class in org.apache.xmlbeans.impl.schema
 
SchemaField - Interface in org.apache.xmlbeans
Represents an element or an attribute declaration.
SchemaGlobalAttribute - Interface in org.apache.xmlbeans
Represents a global attribute definition
SchemaGlobalAttribute.Ref - Class in org.apache.xmlbeans
Used to allow on-demand loading of elements.
SchemaGlobalAttributeImpl - Class in org.apache.xmlbeans.impl.schema
 
SchemaGlobalAttributeImpl(SchemaContainer) - Constructor for class org.apache.xmlbeans.impl.schema.SchemaGlobalAttributeImpl
 
SchemaGlobalElement - Interface in org.apache.xmlbeans
Represents a global element definition.
SchemaGlobalElement.Ref - Class in org.apache.xmlbeans
Used to allow on-demand loading of elements.
SchemaGlobalElementImpl - Class in org.apache.xmlbeans.impl.schema
 
SchemaGlobalElementImpl(SchemaContainer) - Constructor for class org.apache.xmlbeans.impl.schema.SchemaGlobalElementImpl
 
SchemaIdentityConstraint - Interface in org.apache.xmlbeans
Represents an identity constraint definition.
SchemaIdentityConstraint.Ref - Class in org.apache.xmlbeans
Used to allow on-demand loading of identity constraints.
SchemaIdentityConstraintImpl - Class in org.apache.xmlbeans.impl.schema
 
SchemaIdentityConstraintImpl(SchemaContainer) - Constructor for class org.apache.xmlbeans.impl.schema.SchemaIdentityConstraintImpl
 
SchemaImportResolver - Class in org.apache.xmlbeans.impl.tool
 
SchemaImportResolver() - Constructor for class org.apache.xmlbeans.impl.tool.SchemaImportResolver
 
SchemaImportResolver.SchemaResource - Interface in org.apache.xmlbeans.impl.tool
Used to supply a schema resource with an optional associated expected-namespace-URI and original-location-URL.
SchemaInstanceGenerator - Class in org.apache.xmlbeans.impl.xsd2inst
 
SchemaInstanceGenerator() - Constructor for class org.apache.xmlbeans.impl.xsd2inst.SchemaInstanceGenerator
 
SchemaInstanceGenerator.Xsd2InstOptions - Class in org.apache.xmlbeans.impl.xsd2inst
 
SchemaLocalAttribute - Interface in org.apache.xmlbeans
Represents a local or global attribute definition.
SchemaLocalAttributeImpl - Class in org.apache.xmlbeans.impl.schema
 
SchemaLocalAttributeImpl() - Constructor for class org.apache.xmlbeans.impl.schema.SchemaLocalAttributeImpl
 
SchemaLocalElement - Interface in org.apache.xmlbeans
Represents a local or global element definition.
SchemaLocalElementImpl - Class in org.apache.xmlbeans.impl.schema
 
SchemaLocalElementImpl() - Constructor for class org.apache.xmlbeans.impl.schema.SchemaLocalElementImpl
 
SchemaModelGroup - Interface in org.apache.xmlbeans
Represents a model group.
SchemaModelGroup.Ref - Class in org.apache.xmlbeans
Used to allow on-demand loading of model groups.
SchemaModelGroupImpl - Class in org.apache.xmlbeans.impl.schema
 
SchemaModelGroupImpl(SchemaContainer) - Constructor for class org.apache.xmlbeans.impl.schema.SchemaModelGroupImpl
 
SchemaModelGroupImpl(SchemaContainer, QName) - Constructor for class org.apache.xmlbeans.impl.schema.SchemaModelGroupImpl
 
SchemaParticle - Interface in org.apache.xmlbeans
Represents a Schema particle definition.
SchemaParticleImpl - Class in org.apache.xmlbeans.impl.schema
 
SchemaParticleImpl() - Constructor for class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
SchemaProperty - Interface in org.apache.xmlbeans
Represents a summary of similar SchemaFields in a complex type.
SchemaPropertyImpl - Class in org.apache.xmlbeans.impl.schema
 
SchemaPropertyImpl() - Constructor for class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
SchemaRegularExpression - Class in org.apache.xmlbeans.impl.regex
 
SchemaResourceManager - Class in org.apache.xmlbeans.impl.tool
 
SchemaResourceManager(File) - Constructor for class org.apache.xmlbeans.impl.tool.SchemaResourceManager
 
SchemaStringEnumEntry - Interface in org.apache.xmlbeans
Describes a code-generated string enumeration
SchemaStringEnumEntryImpl - Class in org.apache.xmlbeans.impl.schema
 
SchemaStringEnumEntryImpl(String, int, String) - Constructor for class org.apache.xmlbeans.impl.schema.SchemaStringEnumEntryImpl
 
SchemaToProcess(SchemaDocument.Schema, String) - Constructor for class org.apache.xmlbeans.impl.schema.StscImporter.SchemaToProcess
 
schemaType() - Method in class org.apache.xmlbeans.FilterXmlObject
 
schemaType() - Method in class org.apache.xmlbeans.impl.values.JavaBase64Holder
 
schemaType() - Method in class org.apache.xmlbeans.impl.values.JavaBase64HolderEx
 
schemaType() - Method in class org.apache.xmlbeans.impl.values.JavaBooleanHolder
 
schemaType() - Method in class org.apache.xmlbeans.impl.values.JavaBooleanHolderEx
 
schemaType() - Method in class org.apache.xmlbeans.impl.values.JavaDecimalHolder
 
schemaType() - Method in class org.apache.xmlbeans.impl.values.JavaDecimalHolderEx
 
schemaType() - Method in class org.apache.xmlbeans.impl.values.JavaDoubleHolder
 
schemaType() - Method in class org.apache.xmlbeans.impl.values.JavaDoubleHolderEx
 
schemaType() - Method in class org.apache.xmlbeans.impl.values.JavaFloatHolder
 
schemaType() - Method in class org.apache.xmlbeans.impl.values.JavaFloatHolderEx
 
schemaType() - Method in class org.apache.xmlbeans.impl.values.JavaGDateHolderEx
 
schemaType() - Method in class org.apache.xmlbeans.impl.values.JavaGDurationHolderEx
 
schemaType() - Method in class org.apache.xmlbeans.impl.values.JavaHexBinaryHolder
 
schemaType() - Method in class org.apache.xmlbeans.impl.values.JavaHexBinaryHolderEx
 
schemaType() - Method in class org.apache.xmlbeans.impl.values.JavaIntegerHolder
 
schemaType() - Method in class org.apache.xmlbeans.impl.values.JavaIntegerHolderEx
 
schemaType() - Method in class org.apache.xmlbeans.impl.values.JavaIntHolder
 
schemaType() - Method in class org.apache.xmlbeans.impl.values.JavaIntHolderEx
 
schemaType() - Method in class org.apache.xmlbeans.impl.values.JavaLongHolder
 
schemaType() - Method in class org.apache.xmlbeans.impl.values.JavaLongHolderEx
 
schemaType() - Method in class org.apache.xmlbeans.impl.values.JavaNotationHolder
 
schemaType() - Method in class org.apache.xmlbeans.impl.values.JavaNotationHolderEx
 
schemaType() - Method in class org.apache.xmlbeans.impl.values.JavaQNameHolder
 
schemaType() - Method in class org.apache.xmlbeans.impl.values.JavaQNameHolderEx
 
schemaType() - Method in class org.apache.xmlbeans.impl.values.JavaStringHolder
 
schemaType() - Method in class org.apache.xmlbeans.impl.values.JavaStringHolderEx
 
schemaType() - Method in class org.apache.xmlbeans.impl.values.JavaUriHolder
 
schemaType() - Method in class org.apache.xmlbeans.impl.values.JavaUriHolderEx
 
schemaType() - Method in class org.apache.xmlbeans.impl.values.XmlAnySimpleTypeImpl
 
schemaType() - Method in class org.apache.xmlbeans.impl.values.XmlAnySimpleTypeRestriction
 
schemaType() - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
schemaType() - Method in class org.apache.xmlbeans.impl.values.XmlListImpl
 
schemaType() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
schemaType() - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
schemaType() - Method in interface org.apache.xmlbeans.XmlObject
 
SchemaType - Interface in org.apache.xmlbeans
Represents a schema type.
SchemaType.Ref - Class in org.apache.xmlbeans
Used to allow on-demand loading of types.
SchemaTypeCodePrinter - Class in org.apache.xmlbeans.impl.schema
Prints the java code for a single schema type
SchemaTypeCodePrinter() - Constructor for class org.apache.xmlbeans.impl.schema.SchemaTypeCodePrinter
 
SchemaTypeElementSequencer - Interface in org.apache.xmlbeans
This class is used to programatically validate the contents of an XML element.Call to both SchemaTypeElementSequencer.next(javax.xml.namespace.QName) and SchemaTypeElementSequencer.peek(javax.xml.namespace.QName) will return true if the element with the provided name is allowed at the current position in the element content, the difference being that SchemaTypeElementSequencer.next(javax.xml.namespace.QName) will advance the current position, while SchemaTypeElementSequencer.peek(javax.xml.namespace.QName) won't.
SchemaTypeImpl - Class in org.apache.xmlbeans.impl.schema
 
SchemaTypeLoader - Interface in org.apache.xmlbeans
Represents a searchable set of XML Schema component definitions.
SchemaTypeLoaderBase - Class in org.apache.xmlbeans.impl.schema
 
SchemaTypeLoaderBase() - Constructor for class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase
 
SchemaTypeLoaderException - Exception in org.apache.xmlbeans
An exception that is thrown if there is corruption or a version mismatch in a compiled schema type system.
SchemaTypeLoaderException(String, String, String, int) - Constructor for exception org.apache.xmlbeans.SchemaTypeLoaderException
Constructs an exception with the given message, filename, extension, and code
SchemaTypeLoaderException(String, String, String, int, Exception) - Constructor for exception org.apache.xmlbeans.SchemaTypeLoaderException
Constructs an exception with the given message, filename, extension, code, and cause
SchemaTypeLoaderImpl - Class in org.apache.xmlbeans.impl.schema
 
SchemaTypeSystem - Interface in org.apache.xmlbeans
A finite set of XML Schema component definitions.
SchemaTypeSystemCompiler - Class in org.apache.xmlbeans.impl.schema
 
SchemaTypeSystemCompiler() - Constructor for class org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler
 
SchemaTypeSystemCompiler.Parameters - Class in org.apache.xmlbeans.impl.schema
 
SchemaTypeSystemImpl - Class in org.apache.xmlbeans.impl.schema
 
SchemaTypeSystemImpl() - Constructor for class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
SchemaTypeSystemImpl(Class<?>) - Constructor for class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
SchemaTypeSystemImpl(String) - Constructor for class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
SchemaTypeSystemImpl(ResourceLoader, String, SchemaTypeLoader) - Constructor for class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
SchemaTypeVisitorImpl - Class in org.apache.xmlbeans.impl.schema
This state machine validates element order based on a deterministic content model.
SchemaTypeVisitorImpl() - Constructor for class org.apache.xmlbeans.impl.schema.SchemaTypeVisitorImpl
 
SchemaTypeVisitorImpl(SchemaParticle) - Constructor for class org.apache.xmlbeans.impl.schema.SchemaTypeVisitorImpl
Construct it by passing the root of the content model.
SchemaWSDLArrayType - Interface in org.apache.xmlbeans.soap
In the current implementation, schema elements and attributes can be coerced to this interface in order to retrieve the value of the wsdl:arrayType attributes on attributes and elements.
SCTValidationContext() - Constructor for class org.apache.xmlbeans.impl.inst2xsd.RussianDollStrategy.SCTValidationContext
 
SECURITY_MANAGER - Static variable in class org.apache.xmlbeans.impl.common.XMLBeansConstants
 
selectAttribute(String, String) - Method in class org.apache.xmlbeans.FilterXmlObject
 
selectAttribute(String, String) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Selects the content of the attribute with the given name.
selectAttribute(String, String) - Method in interface org.apache.xmlbeans.XmlObject
Selects the content of the attribute with the given name.
selectAttribute(QName) - Method in class org.apache.xmlbeans.FilterXmlObject
 
selectAttribute(QName) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Selects the content of the attribute with the given name.
selectAttribute(QName) - Method in interface org.apache.xmlbeans.XmlObject
Selects the content of the attribute with the given name.
selectAttributes(QNameSet) - Method in class org.apache.xmlbeans.FilterXmlObject
 
selectAttributes(QNameSet) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Selects the contents of the attributes that are contained in the elementNameSet.
selectAttributes(QNameSet) - Method in interface org.apache.xmlbeans.XmlObject
Selects the contents of the attributes that are contained in the elementNameSet.
selectChildren(String, String) - Method in class org.apache.xmlbeans.FilterXmlObject
 
selectChildren(String, String) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Selects the contents of the children elements with the given name.
selectChildren(String, String) - Method in interface org.apache.xmlbeans.XmlObject
Selects the contents of the children elements with the given name.
selectChildren(QName) - Method in class org.apache.xmlbeans.FilterXmlObject
 
selectChildren(QName) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Selects the contents of the children elements with the given name.
selectChildren(QName) - Method in interface org.apache.xmlbeans.XmlObject
Selects the contents of the children elements with the given name.
selectChildren(QNameSet) - Method in class org.apache.xmlbeans.FilterXmlObject
 
selectChildren(QNameSet) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Selects the contents of the children elements that are contained in the elementNameSet.
selectChildren(QNameSet) - Method in interface org.apache.xmlbeans.XmlObject
Selects the contents of the children elements that are contained in the elementNameSet.
selectionCount() - Method in class org.apache.xmlbeans.impl.store.Cur
 
selectNodes(Object) - Method in class org.apache.xmlbeans.impl.xpath.saxon.SaxonXPath
Select all nodes that are selectable by this XPath expression.
SELECTOR_XPATH - Static variable in class org.apache.xmlbeans.XmlErrorCodes
selectPath(Object) - Method in class org.apache.xmlbeans.impl.xpath.saxon.SaxonXPath
 
selectPath(String) - Method in class org.apache.xmlbeans.FilterXmlObject
 
selectPath(String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
selectPath(String) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
selectPath(String) - Method in interface org.apache.xmlbeans.XmlCursor
Executes the specified XPath expression against the XML that this cursor is in.
selectPath(String) - Method in interface org.apache.xmlbeans.XmlObject
Selects a path.
selectPath(String, XmlOptions) - Method in class org.apache.xmlbeans.FilterXmlObject
 
selectPath(String, XmlOptions) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
selectPath(String, XmlOptions) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
selectPath(String, XmlOptions) - Method in interface org.apache.xmlbeans.XmlCursor
Executes the specified XPath expression against the XML that this cursor is in.
selectPath(String, XmlOptions) - Method in interface org.apache.xmlbeans.XmlObject
Selects a path, applying options.
SEQUENCE - Static variable in interface org.apache.xmlbeans.SchemaParticle
A xs:sequence group.
SEQUENCE_RANGE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
serialize(double) - Static method in class org.apache.xmlbeans.impl.values.JavaDoubleHolder
 
serialize(float) - Static method in class org.apache.xmlbeans.impl.values.JavaFloatHolder
 
set(int, T) - Method in class org.apache.xmlbeans.impl.values.JavaListObject
 
set(int, T) - Method in class org.apache.xmlbeans.impl.values.JavaListXmlObject
 
set(int, T) - Method in class org.apache.xmlbeans.XmlSimpleList
Unsupported because this list is immutable.
set(SystemCache) - Static method in class org.apache.xmlbeans.impl.common.SystemCache
 
set(XmlObject) - Method in class org.apache.xmlbeans.FilterXmlObject
 
set(XmlObject) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
set(XmlObject) - Method in interface org.apache.xmlbeans.XmlObject
Set the value/type of this XmlObject to be a copy of the source XmlObject.
set(XmlObject, int) - Method in class org.apache.xmlbeans.impl.common.XmlObjectList
Set an object by index unless a value has been previously set at that location.
SET - org.apache.xmlbeans.XmlOptions.BeanMethod
 
SET_ARRAY - org.apache.xmlbeans.XmlOptions.BeanMethod
 
set_b64(byte[]) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
set_b64(byte[]) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
set_BigDecimal(BigDecimal) - Method in class org.apache.xmlbeans.impl.values.JavaDecimalHolder
 
set_BigDecimal(BigDecimal) - Method in class org.apache.xmlbeans.impl.values.JavaDecimalHolderEx
 
set_BigDecimal(BigDecimal) - Method in class org.apache.xmlbeans.impl.values.JavaDoubleHolder
 
set_BigDecimal(BigDecimal) - Method in class org.apache.xmlbeans.impl.values.JavaFloatHolder
 
set_BigDecimal(BigDecimal) - Method in class org.apache.xmlbeans.impl.values.JavaIntegerHolder
 
set_BigDecimal(BigDecimal) - Method in class org.apache.xmlbeans.impl.values.JavaIntHolder
 
set_BigDecimal(BigDecimal) - Method in class org.apache.xmlbeans.impl.values.JavaLongHolder
 
set_BigDecimal(BigDecimal) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
set_BigDecimal(BigDecimal) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
set_BigInteger(BigInteger) - Method in class org.apache.xmlbeans.impl.values.JavaDoubleHolder
 
set_BigInteger(BigInteger) - Method in class org.apache.xmlbeans.impl.values.JavaFloatHolder
 
set_BigInteger(BigInteger) - Method in class org.apache.xmlbeans.impl.values.JavaIntegerHolder
 
set_BigInteger(BigInteger) - Method in class org.apache.xmlbeans.impl.values.JavaIntegerHolderEx
 
set_BigInteger(BigInteger) - Method in class org.apache.xmlbeans.impl.values.JavaIntHolder
 
set_BigInteger(BigInteger) - Method in class org.apache.xmlbeans.impl.values.JavaLongHolder
 
set_BigInteger(BigInteger) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
set_BigInteger(BigInteger) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
set_boolean(boolean) - Method in class org.apache.xmlbeans.impl.values.JavaBooleanHolder
 
set_boolean(boolean) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
set_boolean(boolean) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
set_byte(byte) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
set_byte(byte) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
set_ByteArray(byte[]) - Method in class org.apache.xmlbeans.impl.values.JavaBase64Holder
 
set_ByteArray(byte[]) - Method in class org.apache.xmlbeans.impl.values.JavaBase64HolderEx
 
set_ByteArray(byte[]) - Method in class org.apache.xmlbeans.impl.values.JavaHexBinaryHolder
 
set_ByteArray(byte[]) - Method in class org.apache.xmlbeans.impl.values.JavaHexBinaryHolderEx
 
set_ByteArray(byte[]) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
set_ByteArray(byte[]) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
set_Calendar(Calendar) - Method in class org.apache.xmlbeans.impl.values.JavaGDateHolderEx
 
set_Calendar(Calendar) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
set_Calendar(Calendar) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
set_char(char) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
set_ComplexXml(XmlObject) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
set_Date(Date) - Method in class org.apache.xmlbeans.impl.values.JavaGDateHolderEx
 
set_Date(Date) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
set_Date(Date) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
set_double(double) - Method in class org.apache.xmlbeans.impl.values.JavaDoubleHolder
 
set_double(double) - Method in class org.apache.xmlbeans.impl.values.JavaDoubleHolderEx
 
set_double(double) - Method in class org.apache.xmlbeans.impl.values.JavaFloatHolder
 
set_double(double) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
set_double(double) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
set_enum(StringEnumAbstractBase) - Method in class org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx
 
set_enum(StringEnumAbstractBase) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
set_enum(StringEnumAbstractBase) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
set_float(float) - Method in class org.apache.xmlbeans.impl.values.JavaDoubleHolder
 
set_float(float) - Method in class org.apache.xmlbeans.impl.values.JavaFloatHolder
 
set_float(float) - Method in class org.apache.xmlbeans.impl.values.JavaFloatHolderEx
 
set_float(float) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
set_float(float) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
set_GDate(GDateSpecification) - Method in class org.apache.xmlbeans.impl.values.JavaGDateHolderEx
 
set_GDate(GDateSpecification) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
set_GDate(GDateSpecification) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
set_GDuration(GDurationSpecification) - Method in class org.apache.xmlbeans.impl.values.JavaGDurationHolderEx
 
set_GDuration(GDurationSpecification) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
set_GDuration(GDurationSpecification) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
set_hex(byte[]) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
set_hex(byte[]) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
SET_IDX - org.apache.xmlbeans.XmlOptions.BeanMethod
 
set_int(int) - Method in class org.apache.xmlbeans.impl.values.JavaGDateHolderEx
 
set_int(int) - Method in class org.apache.xmlbeans.impl.values.JavaIntHolder
 
set_int(int) - Method in class org.apache.xmlbeans.impl.values.JavaIntHolderEx
 
set_int(int) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
set_int(int) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
set_list(List<?>) - Method in class org.apache.xmlbeans.impl.values.XmlListImpl
 
set_list(List<?>) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
set_list(List<?>) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
SET_LIST - org.apache.xmlbeans.XmlOptions.BeanMethod
 
set_long(long) - Method in class org.apache.xmlbeans.impl.values.JavaDoubleHolder
 
set_long(long) - Method in class org.apache.xmlbeans.impl.values.JavaFloatHolder
 
set_long(long) - Method in class org.apache.xmlbeans.impl.values.JavaIntHolder
 
set_long(long) - Method in class org.apache.xmlbeans.impl.values.JavaLongHolder
 
set_long(long) - Method in class org.apache.xmlbeans.impl.values.JavaLongHolderEx
 
set_long(long) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
set_long(long) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
set_newValue(XmlObject) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
set_nil() - Method in class org.apache.xmlbeans.impl.values.JavaBase64Holder
 
set_nil() - Method in class org.apache.xmlbeans.impl.values.JavaBooleanHolder
 
set_nil() - Method in class org.apache.xmlbeans.impl.values.JavaDecimalHolder
 
set_nil() - Method in class org.apache.xmlbeans.impl.values.JavaDoubleHolder
 
set_nil() - Method in class org.apache.xmlbeans.impl.values.JavaFloatHolder
 
set_nil() - Method in class org.apache.xmlbeans.impl.values.JavaGDateHolderEx
 
set_nil() - Method in class org.apache.xmlbeans.impl.values.JavaGDurationHolderEx
 
set_nil() - Method in class org.apache.xmlbeans.impl.values.JavaHexBinaryHolder
 
set_nil() - Method in class org.apache.xmlbeans.impl.values.JavaIntegerHolder
 
set_nil() - Method in class org.apache.xmlbeans.impl.values.JavaIntHolder
 
set_nil() - Method in class org.apache.xmlbeans.impl.values.JavaLongHolder
 
set_nil() - Method in class org.apache.xmlbeans.impl.values.JavaQNameHolder
 
set_nil() - Method in class org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx
 
set_nil() - Method in class org.apache.xmlbeans.impl.values.JavaStringHolder
 
set_nil() - Method in class org.apache.xmlbeans.impl.values.JavaUriHolder
 
set_nil() - Method in class org.apache.xmlbeans.impl.values.XmlAnySimpleTypeImpl
 
set_nil() - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
set_nil() - Method in class org.apache.xmlbeans.impl.values.XmlListImpl
 
set_nil() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
This should clear the value, and set it to whatever is supposed to be returned when the value is nilled.
set_nil() - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
SET_NIL - org.apache.xmlbeans.XmlOptions.BeanMethod
 
SET_NIL_IDX - org.apache.xmlbeans.XmlOptions.BeanMethod
 
set_notation(String) - Method in class org.apache.xmlbeans.impl.values.JavaNotationHolderEx
 
set_notation(String) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
set_QName(QName) - Method in class org.apache.xmlbeans.impl.values.JavaQNameHolder
 
set_QName(QName) - Method in class org.apache.xmlbeans.impl.values.JavaQNameHolderEx
 
set_QName(QName) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
set_QName(QName) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
set_short(short) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
set_short(short) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
set_String(String) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
set_String(String) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Setting a string preserves any noncanonical literal representation.
set_text(String) - Method in class org.apache.xmlbeans.impl.values.JavaBase64Holder
 
set_text(String) - Method in class org.apache.xmlbeans.impl.values.JavaBase64HolderEx
 
set_text(String) - Method in class org.apache.xmlbeans.impl.values.JavaBooleanHolder
 
set_text(String) - Method in class org.apache.xmlbeans.impl.values.JavaBooleanHolderEx
 
set_text(String) - Method in class org.apache.xmlbeans.impl.values.JavaDecimalHolder
 
set_text(String) - Method in class org.apache.xmlbeans.impl.values.JavaDecimalHolderEx
 
set_text(String) - Method in class org.apache.xmlbeans.impl.values.JavaDoubleHolder
 
set_text(String) - Method in class org.apache.xmlbeans.impl.values.JavaFloatHolder
 
set_text(String) - Method in class org.apache.xmlbeans.impl.values.JavaGDateHolderEx
 
set_text(String) - Method in class org.apache.xmlbeans.impl.values.JavaGDurationHolderEx
 
set_text(String) - Method in class org.apache.xmlbeans.impl.values.JavaHexBinaryHolder
 
set_text(String) - Method in class org.apache.xmlbeans.impl.values.JavaHexBinaryHolderEx
 
set_text(String) - Method in class org.apache.xmlbeans.impl.values.JavaIntegerHolder
 
set_text(String) - Method in class org.apache.xmlbeans.impl.values.JavaIntegerHolderEx
 
set_text(String) - Method in class org.apache.xmlbeans.impl.values.JavaIntHolder
 
set_text(String) - Method in class org.apache.xmlbeans.impl.values.JavaIntHolderEx
 
set_text(String) - Method in class org.apache.xmlbeans.impl.values.JavaLongHolder
 
set_text(String) - Method in class org.apache.xmlbeans.impl.values.JavaLongHolderEx
 
set_text(String) - Method in class org.apache.xmlbeans.impl.values.JavaNotationHolderEx
 
set_text(String) - Method in class org.apache.xmlbeans.impl.values.JavaQNameHolder
 
set_text(String) - Method in class org.apache.xmlbeans.impl.values.JavaQNameHolderEx
 
set_text(String) - Method in class org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx
 
set_text(String) - Method in class org.apache.xmlbeans.impl.values.JavaStringHolder
 
set_text(String) - Method in class org.apache.xmlbeans.impl.values.JavaStringHolderEx
 
set_text(String) - Method in class org.apache.xmlbeans.impl.values.JavaUriHolder
 
set_text(String) - Method in class org.apache.xmlbeans.impl.values.JavaUriHolderEx
 
set_text(String) - Method in class org.apache.xmlbeans.impl.values.XmlAnySimpleTypeImpl
 
set_text(String) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
set_text(String) - Method in class org.apache.xmlbeans.impl.values.XmlListImpl
 
set_text(String) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
This should set the value of the type from text, or throw an XmlValueOutOfRangeException if it can't.
set_text(String) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
set_xmlanysimple(XmlAnySimpleType) - Method in class org.apache.xmlbeans.impl.values.JavaNotationHolderEx
 
set_xmlanysimple(XmlAnySimpleType) - Method in class org.apache.xmlbeans.impl.values.JavaQNameHolder
 
set_xmlanysimple(XmlAnySimpleType) - Method in class org.apache.xmlbeans.impl.values.JavaQNameHolderEx
 
set_xmlanysimple(XmlAnySimpleType) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
set_xmldate(XmlObject) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
set_xmldatetime(XmlObject) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
set_xmldecimal(XmlObject) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
set_xmldouble(XmlObject) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
set_xmlduration(XmlObject) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
set_xmlfloat(XmlObject) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
set_xmlgday(XmlObject) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
set_xmlgmonth(XmlObject) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
set_xmlgmonthday(XmlObject) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
set_xmlgyear(XmlObject) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
set_xmlgyearmonth(XmlObject) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
set_xmltime(XmlObject) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
setAbstract(boolean) - Method in class org.apache.xmlbeans.impl.schema.SchemaLocalElementImpl
 
setAcceptedNames(Set<QName>) - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
setAcceptedNames(QNameSet) - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
setActor(String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPHeaderElement
Sets the actor associated with this SOAPHeaderElement object to the specified actor.
setAnnotation(SchemaAnnotation) - Method in class org.apache.xmlbeans.impl.schema.SchemaIdentityConstraintImpl
 
setAnnotation(SchemaAnnotation) - Method in class org.apache.xmlbeans.impl.schema.SchemaLocalElementImpl
 
setAnnotation(SchemaAnnotation) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setAnonymousTypeRefs(SchemaType.Ref[]) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setAnonymousUnionMemberOrdinal(int) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setAttribute(boolean) - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
setAttributeText(QName, String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
setAttributeText(QName, String) - Method in interface org.apache.xmlbeans.XmlCursor
When at a START or STARTDOC, sets the attribute text for the given attribute.
setAttributeType(boolean) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setAttributeValidationCompatMode(boolean) - Method in class org.apache.xmlbeans.XmlOptions
 
setAttrValue(QName, String) - Method in class org.apache.xmlbeans.impl.store.Cur
 
setAttrValueAsQName(QName) - Method in class org.apache.xmlbeans.impl.store.Cur
 
setBadSchemaType(SchemaType) - Method in class org.apache.xmlbeans.XmlValidationError
 
setBaseDepth(int) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setBaseDir(File) - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
setBaseEnumTypeRef(SchemaType.Ref) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setBaseTypeRef(SchemaType.Ref) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setBaseUri(URI) - Method in class org.apache.xmlbeans.impl.schema.StscState
The base URI to use for nice filenames when saving sources.
setBaseURI(URI) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler.Parameters
 
setBaseURI(URI) - Method in class org.apache.xmlbeans.XmlOptions
If this option is set when compiling a schema, then the given URI will be considered as base URI when deciding the directory structure for saving the sources inside the generated JAR file.
setBasicFacets(XmlValueRef[], boolean[]) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setBeginning(int, int) - Method in class org.apache.xmlbeans.impl.regex.Match
 
setBigDecimalValue(BigDecimal) - Method in class org.apache.xmlbeans.FilterXmlObject
 
setBigDecimalValue(BigDecimal) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
setBigDecimalValue(BigDecimal) - Method in interface org.apache.xmlbeans.SimpleValue
Sets the value as a BigDecimal.
setBigDecimalValue(BigDecimal) - Method in interface org.apache.xmlbeans.XmlDecimal
Sets this value as a BigDecimal
setBigIntegerValue(BigInteger) - Method in class org.apache.xmlbeans.FilterXmlObject
 
setBigIntegerValue(BigInteger) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
setBigIntegerValue(BigInteger) - Method in interface org.apache.xmlbeans.SimpleValue
Sets the value as a BigInteger.
setBigIntegerValue(BigInteger) - Method in interface org.apache.xmlbeans.XmlInteger
Sets this value as a BigInteger
setBindingConfig(BindingConfig) - Method in class org.apache.xmlbeans.impl.schema.StscState
Initializer for the schema config object.
setBlock(boolean, boolean, boolean) - Method in class org.apache.xmlbeans.impl.schema.SchemaLocalElementImpl
 
setBookmark(Object, Object) - Method in class org.apache.xmlbeans.impl.store.Cur
 
setBookmark(XmlCursor.XmlBookmark) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
setBookmark(XmlCursor.XmlBookmark) - Method in interface org.apache.xmlbeans.XmlCursor
Sets a bookmark to the document at this cursor's location.
setBooleanValue(boolean) - Method in class org.apache.xmlbeans.FilterXmlObject
 
setBooleanValue(boolean) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
setBooleanValue(boolean) - Method in interface org.apache.xmlbeans.SimpleValue
Sets the value as a boolean.
setBooleanValue(boolean) - Method in interface org.apache.xmlbeans.XmlBoolean
Sets this value as a boolean
setBounded(boolean) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setBuiltinTypeCode(int) - Method in class org.apache.xmlbeans.GDateBuilder
Clears the fields in this GDateBuilder that are not applicable for the given SchemaType date code.
setBuiltinTypeCode(int) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setByteArrayValue(byte[]) - Method in class org.apache.xmlbeans.FilterXmlObject
 
setByteArrayValue(byte[]) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
setByteArrayValue(byte[]) - Method in interface org.apache.xmlbeans.SimpleValue
Sets the value as a byte array.
setByteArrayValue(byte[]) - Method in interface org.apache.xmlbeans.XmlBase64Binary
Sets this value as a byte array.
setByteArrayValue(byte[]) - Method in interface org.apache.xmlbeans.XmlHexBinary
Sets this value as a byte array.
setByteValue(byte) - Method in class org.apache.xmlbeans.FilterXmlObject
 
setByteValue(byte) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
setByteValue(byte) - Method in interface org.apache.xmlbeans.SimpleValue
Sets the value as a byte.
setByteValue(byte) - Method in interface org.apache.xmlbeans.XmlByte
Sets this value as a byte
setCalendarValue(Calendar) - Method in class org.apache.xmlbeans.FilterXmlObject
 
setCalendarValue(Calendar) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
setCalendarValue(Calendar) - Method in interface org.apache.xmlbeans.SimpleValue
Sets the value as a Calendar.
setCalendarValue(Calendar) - Method in interface org.apache.xmlbeans.XmlDate
Sets this value as a Calendar
setCalendarValue(Calendar) - Method in interface org.apache.xmlbeans.XmlDateTime
Sets this value as a Calendar
setCalendarValue(Calendar) - Method in interface org.apache.xmlbeans.XmlGDay
Sets this value as a Calendar
setCalendarValue(Calendar) - Method in interface org.apache.xmlbeans.XmlGMonth
Sets this value as a Calendar
setCalendarValue(Calendar) - Method in interface org.apache.xmlbeans.XmlGMonthDay
Sets this value as a Calendar
setCalendarValue(Calendar) - Method in interface org.apache.xmlbeans.XmlGYear
Sets this value as a Calendar
setCalendarValue(Calendar) - Method in interface org.apache.xmlbeans.XmlGYearMonth
Sets this value as a Calendar
setCalendarValue(Calendar) - Method in interface org.apache.xmlbeans.XmlTime
Sets this value as a Calendar
setCallback(Saaj.SaajCallback) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
setCatalog(String) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
Sets the XML Catalog file for org.apache.xml.resolver.tools.CatalogResolver.
setCatalogFile(String) - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
setCharacterEncoding(String) - Method in class org.apache.xmlbeans.XmlOptions
When writing a document, this sets the character encoding to use.
setClassesDir(File) - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
setClassgendir(File) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
Set a location to generate .class files into.
setClassName(Class<?>) - Method in class org.apache.xmlbeans.impl.tool.Extension
 
setClassName(String) - Method in class org.apache.xmlbeans.impl.tool.Extension
 
setClasspath(File...) - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
setClasspath(Path) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
The classpath to use if schemas in the fileset import definitions that are supplied by other compiled xml beans JAR files, or if .java files are in the schema fileset.
setClasspathRef(Reference) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
Adds a reference to a classpath defined elsewhere.
setComment(String) - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Element
 
setCompileAnnotationAsJavadoc() - Method in class org.apache.xmlbeans.XmlOptions
 
setCompileAnnotationAsJavadoc(boolean) - Method in class org.apache.xmlbeans.XmlOptions
When generating the schema sources, copy over the schema annotations to the javadoc.
setCompiled(boolean) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setCompileDownloadUrls() - Method in class org.apache.xmlbeans.XmlOptions
If this option is set, then the schema compiler will try to download schemas that appear in imports and includes from network based URLs.
setCompileDownloadUrls(boolean) - Method in class org.apache.xmlbeans.XmlOptions
 
setCompileMdefNamespaces(Set<String>) - Method in class org.apache.xmlbeans.XmlOptions
If this option is set, then the schema compiler will permit and ignore multiple definitions of the same component (element, attribute, type, etc) names in the given namespaces.
setCompileNoAnnotations() - Method in class org.apache.xmlbeans.XmlOptions
if this option is set, the schema compiler will skip annotations when processing Schema components.
setCompileNoAnnotations(boolean) - Method in class org.apache.xmlbeans.XmlOptions
 
setCompileNoPvrRule() - Method in class org.apache.xmlbeans.XmlOptions
If this option is set, the particle valid (restriciton) rule is not enforced when building a SchemaTypeSystem.
setCompileNoPvrRule(boolean) - Method in class org.apache.xmlbeans.XmlOptions
 
setCompileNoUpaRule() - Method in class org.apache.xmlbeans.XmlOptions
If this option is set, the unique particle attribution rule is not enforced when building a SchemaTypeSystem.
setCompileNoUpaRule(boolean) - Method in class org.apache.xmlbeans.XmlOptions
 
setCompileNoValidation() - Method in class org.apache.xmlbeans.XmlOptions
If this option is set, validation is not done on the Schema XmlBeans when building a SchemaTypeSystem
setCompilePartialMethod(Set<XmlOptions.BeanMethod>) - Method in class org.apache.xmlbeans.XmlOptions
 
setCompilePartialTypesystem() - Method in class org.apache.xmlbeans.XmlOptions
 
setCompilePartialTypesystem(boolean) - Method in class org.apache.xmlbeans.XmlOptions
 
setCompiler(String) - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
setCompiler(String) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
Choose the implementation for this particular task.
setCompileSubstituteNames(Map<QName, QName>) - Method in class org.apache.xmlbeans.XmlOptions
This option allows for QName substitution during schema compilation.
setComplexTypeVariety(int) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setConfig(BindingConfig) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler.Parameters
 
setConfigFiles(File...) - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
setConstraintCategory(int) - Method in class org.apache.xmlbeans.impl.schema.SchemaIdentityConstraintImpl
 
setContainerField(SchemaField) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setContainerFieldIndex(short, int) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setContainerFieldRef(SchemaComponent.Ref) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setContainerTypeRef(SchemaType.Ref) - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
setContent(Object, String) - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
Sets the content of this attachment part to that of the given Object and sets the value of the Content-Type header to the given type.
setContent(Source) - Method in class org.apache.xmlbeans.impl.soap.SOAPPart
Sets the content of the SOAPEnvelope object with the data from the given Source object.
setContentBasedOnTypeRef(SchemaType.Ref) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setContentDescription(String) - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
Sets the description of this SOAPMessage object's content with the given description.
setContentId(String) - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
Sets the MIME header "Content-Id" with the given value.
setContentId(String) - Method in class org.apache.xmlbeans.impl.soap.SOAPPart
Sets the value of the MIME header named "Content-Id" to the given String.
setContentLocation(String) - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
Sets the MIME header "Content-Location" with the given value.
setContentLocation(String) - Method in class org.apache.xmlbeans.impl.soap.SOAPPart
Sets the value of the MIME header "Content-Location" to the given String.
setContentModel(SchemaParticle, SchemaAttributeModel, Map<QName, SchemaProperty>, Map<QName, SchemaProperty>, boolean) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setContentType(int) - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
setContentType(String) - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
Sets the MIME header "Content-Type" with the given value.
setCopyAnn(boolean) - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
setCopyUseNewSynchronizationDomain(boolean) - Method in class org.apache.xmlbeans.XmlOptions
If this option is set to true, the return of XmlObject.copy() method will return an object in it's own synchronization domain, otherwise both objects will share the same synchronization domain, requiring explicit synchronization when concurent accessing the two objects.
setCrash(boolean) - Method in class org.apache.xmlbeans.impl.tool.XSTCTester.TestCaseResult
 
setDate(Date) - Method in class org.apache.xmlbeans.GDateBuilder
Sets the current time and date based on a java.util.Date instance.
setDateValue(Date) - Method in class org.apache.xmlbeans.FilterXmlObject
 
setDateValue(Date) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
setDateValue(Date) - Method in interface org.apache.xmlbeans.SimpleValue
Sets the value as a Date.
setDateValue(Date) - Method in interface org.apache.xmlbeans.XmlDate
Sets this value as a Date
setDateValue(Date) - Method in interface org.apache.xmlbeans.XmlDateTime
Sets this value as a Date
setDay(int) - Method in class org.apache.xmlbeans.GDateBuilder
Sets the day-of-month.
setDay(int) - Method in class org.apache.xmlbeans.GDurationBuilder
Sets the day component.
setDebug(boolean) - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
setDebug(boolean) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
Generate debugging symbols.
setDebugLevel(String) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
Keyword list to be appended to the -g command-line switch.
setDecimalSize(int) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setDefault(int) - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
setDefault(String, boolean, XmlObject) - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
setDefaultText(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
setDefaultValue(String) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
Sets the default value for the next getXXXValue() call.
setDefaultValue(String) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
setDefaultValue(XmlValueRef) - Method in class org.apache.xmlbeans.impl.schema.SchemaLocalAttributeImpl
 
setDefaultValue(XmlValueRef) - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
setDefaultValue(XmlValueRef) - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
setDefaultYear(int) - Static method in class org.apache.xmlbeans.XmlCalendar
Sets the default year to be used when no year is specified.
setDerivationType(int) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setDesign(int) - Method in class org.apache.xmlbeans.impl.inst2xsd.Inst2XsdOptions
Design o Russian Doll Design o Salami Slice Design o Venetian Blind Design
setDestfile(File) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
Define the name of the jar file created.
setDoctypeName(String) - Method in class org.apache.xmlbeans.XmlDocumentProperties
Sets the DOCTYPE name use in the <!DOCTYPE> declaration.
setDoctypePublicId(String) - Method in class org.apache.xmlbeans.XmlDocumentProperties
Sets the DOCTYPE public ID to use in the <!DOCTYPE> declaration.
setDoctypeSystemId(String) - Method in class org.apache.xmlbeans.XmlDocumentProperties
Sets the DOCTYPE system ID to use in the <!DOCTYPE> declaration.
setDocumentation(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
setDocumentation(String) - Method in interface org.apache.xmlbeans.SchemaProperty
 
setDocumentLocator(Locator) - Method in class org.apache.xmlbeans.impl.common.Sax2Dom
This class is only used internally so this method should never be called.
setDocumentSourceName(String) - Method in class org.apache.xmlbeans.XmlOptions
This option sets the document source name into the xml store when parsing a document.
setDocumentType(boolean) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setDocumentType(SchemaType) - Method in class org.apache.xmlbeans.XmlOptions
When parsing a document, this sets the type of the root element.
setDoubleValue(double) - Method in class org.apache.xmlbeans.FilterXmlObject
 
setDoubleValue(double) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
setDoubleValue(double) - Method in interface org.apache.xmlbeans.SimpleValue
Sets the value as a double.
setDoubleValue(double) - Method in interface org.apache.xmlbeans.XmlDouble
Sets this value as a double
setDownload(boolean) - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
setDownload(boolean) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
Set to true to permit the compiler to download URLs for imports and includes.
setElements(List<Element>) - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
setEncoding(String) - Method in class org.apache.xmlbeans.XmlDocumentProperties
Sets the encoding to use for the XML document.
setEncodingStyle(String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
Sets the encoding style for this SOAPElement object to one specified.
setEnd(int, int) - Method in class org.apache.xmlbeans.impl.regex.Match
 
setEntityExpansionLimit(int) - Method in class org.apache.xmlbeans.XmlOptions
Sets the maximum number of entity expansions allowed during parsing.
setEntityResolver(EntityResolver) - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
setEntityResolver(EntityResolver) - Method in class org.apache.xmlbeans.XmlOptions
If this option is set when compiling a schema, then the given EntityResolver will be consulted in order to resolve any URIs while downloading imported schemas.
setEnumerationValues(XmlValueRef[]) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setEnumValue(StringEnumAbstractBase) - Method in class org.apache.xmlbeans.FilterXmlObject
 
setEnumValue(StringEnumAbstractBase) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
setEnumValue(StringEnumAbstractBase) - Method in interface org.apache.xmlbeans.SimpleValue
Sets the value as a StringEnumAbstractBase.
setErrorListener(Collection<XmlError>) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler.Parameters
 
setErrorListener(Collection<XmlError>) - Method in class org.apache.xmlbeans.impl.schema.StscState
Initializer for error handling.
setErrorListener(Collection<XmlError>) - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
setErrorListener(Collection<XmlError>) - Method in class org.apache.xmlbeans.XmlOptions
Sets a collection object for collecting XmlError objects during parsing, validation, and compilation.
setErrorType(int) - Method in class org.apache.xmlbeans.XmlValidationError
 
setExecutable(String) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
Sets the the name of the javac executable.
setExistingTypeSystem(SchemaTypeSystem) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler.Parameters
 
setExpectedQNames(List) - Method in class org.apache.xmlbeans.XmlValidationError
 
setExpectedSchemaType(SchemaType) - Method in class org.apache.xmlbeans.XmlValidationError
 
setExtendsJava(SchemaType.Ref, boolean, boolean, boolean) - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
setExtensions(List<Extension>) - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
setExtensionType(Type) - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
setFailonerror(boolean) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
Determines whether or not the ant target will continue if the XMLBean creation encounters a build error.
setFaultActor(String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPFault
Sets this SOAPFault object with the given fault actor.
setFaultCode(String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPFault
Sets this SOAPFault object with the given fault code.
setFaultCode(Name) - Method in interface org.apache.xmlbeans.impl.soap.SOAPFault
Sets this SOAPFault object with the given fault code.
setFaultString(String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPFault
Sets the fault string for this SOAPFault object to the given string.
setFaultString(String, Locale) - Method in interface org.apache.xmlbeans.impl.soap.SOAPFault
Sets the fault string for this SOAPFault object to the given string and localized to the given locale.
setFieldQName(QName) - Method in class org.apache.xmlbeans.XmlValidationError
 
setFields(String[]) - Method in class org.apache.xmlbeans.impl.schema.SchemaIdentityConstraintImpl
 
setFilename(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaAnnotationImpl
 
setFilename(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaAttributeGroupImpl
 
setFilename(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaGlobalAttributeImpl
 
setFilename(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaGlobalElementImpl
 
setFilename(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaIdentityConstraintImpl
 
setFilename(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaModelGroupImpl
 
setFilename(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setFinite(boolean) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setFixed(int) - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
setFloatValue(float) - Method in class org.apache.xmlbeans.FilterXmlObject
 
setFloatValue(float) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
setFloatValue(float) - Method in interface org.apache.xmlbeans.SimpleValue
Sets the value as a float.
setFloatValue(float) - Method in interface org.apache.xmlbeans.XmlFloat
Sets this value as a float
setFork(boolean) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
If true, forks the javac compiler.
setFraction(BigDecimal) - Method in class org.apache.xmlbeans.GDurationBuilder
Sets the fraction-of-second component.
setFullJavaImplName(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setFullJavaName(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setGDate(GDateSpecification) - Method in class org.apache.xmlbeans.GDateBuilder
Copies a GDateSpecification, completely replacing the current information in this GDateBuilder.
setGDateValue(GDate) - Method in class org.apache.xmlbeans.FilterXmlObject
 
setGDateValue(GDate) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
setGDateValue(GDate) - Method in interface org.apache.xmlbeans.SimpleValue
Sets the value as a GDate.
setGDateValue(GDate) - Method in interface org.apache.xmlbeans.XmlDate
Sets this value as a GDateSpecification
setGDateValue(GDate) - Method in interface org.apache.xmlbeans.XmlDateTime
Sets this value as a GDateSpecification
setGDateValue(GDate) - Method in interface org.apache.xmlbeans.XmlGDay
Sets this value as a GDateSpecification
setGDateValue(GDate) - Method in interface org.apache.xmlbeans.XmlGMonth
Sets this value as a GDateSpecification
setGDateValue(GDate) - Method in interface org.apache.xmlbeans.XmlGMonthDay
Sets this value as a GDateSpecification
setGDateValue(GDate) - Method in interface org.apache.xmlbeans.XmlGYear
Sets this value as a GDateSpecification
setGDateValue(GDate) - Method in interface org.apache.xmlbeans.XmlGYearMonth
Sets this value as a GDateSpecification
setGDateValue(GDate) - Method in interface org.apache.xmlbeans.XmlTime
Sets this value as a GDateSpecification
setGDateValue(GDateSpecification) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
setGDurationValue(GDuration) - Method in class org.apache.xmlbeans.FilterXmlObject
 
setGDurationValue(GDuration) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
setGDurationValue(GDuration) - Method in interface org.apache.xmlbeans.SimpleValue
Sets the value as a GDuration.
setGDurationValue(GDuration) - Method in interface org.apache.xmlbeans.XmlDuration
Sets this value as a GDuration
setGDurationValue(GDurationSpecification) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
setGivenTypeSystemName(String) - Method in class org.apache.xmlbeans.impl.schema.StscState
 
setGlobal(boolean) - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Attribute
 
setGlobal(boolean) - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Element
 
setGlobal(boolean) - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
setHeader(String, String) - Method in class org.apache.xmlbeans.impl.soap.MimeHeaders
Replaces the current value of the first header entry whose name matches the given name with the given value, adding a new header if no existing header name matches.
setHook(XmlFactoryHook) - Static method in class org.apache.xmlbeans.XmlFactoryHook.ThreadContext
Sets the hook for the current thread.
setHour(int) - Method in class org.apache.xmlbeans.GDurationBuilder
Sets the hour component.
setIdentityConstraints(SchemaIdentityConstraint.Ref[]) - Method in class org.apache.xmlbeans.impl.schema.SchemaLocalElementImpl
 
setIgnoreDuplicatesInNamespaces(String) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
One or more namespaces in which duplicate definitions are to be ignored can be passed in via the <ignoreDuplicatesInNamespaces> subelement.
setImmutable() - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
setImmutable() - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
setImmutable() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Used to make a free-standing xml simple value instance immutable.
setImportingTypeLoader(SchemaTypeLoader) - Method in class org.apache.xmlbeans.impl.schema.StscState
Initializer for schematypepath
setIncludeAntRuntime(boolean) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
setIncludeJavaRuntime(boolean) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
setIncrementalSrcGen(boolean) - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
setInterfaceExtensions(InterfaceExtension[]) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setIntValue(int) - Method in class org.apache.xmlbeans.FilterXmlObject
 
setIntValue(int) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
setIntValue(int) - Method in interface org.apache.xmlbeans.SimpleValue
Sets the value as an int.
setIntValue(int) - Method in interface org.apache.xmlbeans.XmlGDay
Sets this value as an int from 1-31
setIntValue(int) - Method in interface org.apache.xmlbeans.XmlGMonth
Sets this value as an int from 1-12
setIntValue(int) - Method in interface org.apache.xmlbeans.XmlGYear
Sets this value as an int from 1-31
setIntValue(int) - Method in interface org.apache.xmlbeans.XmlInt
Sets this value as an int
setIntValue(int) - Method in interface org.apache.xmlbeans.XmlUnsignedShort
Sets this value as an int
setIvActual(boolean) - Method in class org.apache.xmlbeans.impl.tool.XSTCTester.TestCaseResult
 
setJavaClass(Class<? extends XmlObject>) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setJavaFiles(File...) - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
setJavaize(boolean) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler.Parameters
 
setJavaPropertyName(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
setJavaTypeCode(int) - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
setJulianDate(int) - Method in class org.apache.xmlbeans.GDateBuilder
Sets the Gregorian date based on the given Julian date.
setLinkTo(SchemaTypeLoader) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler.Parameters
 
setListItemTypeRef(SchemaType.Ref) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setListValue(List<?>) - Method in class org.apache.xmlbeans.FilterXmlObject
 
setListValue(List<?>) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
setListValue(List<?>) - Method in interface org.apache.xmlbeans.SimpleValue
Sets the value as a List.
setListValue(List<?>) - Method in interface org.apache.xmlbeans.XmlENTITIES
Sets the value as a List
setListValue(List<?>) - Method in interface org.apache.xmlbeans.XmlIDREFS
Sets the value as a List
setListValue(List<?>) - Method in interface org.apache.xmlbeans.XmlNMTOKENS
Sets the value as a List
setLoadAdditionalNamespaces(Map<String, String>) - Method in class org.apache.xmlbeans.XmlOptions
Set additional namespace mappings to be added when parsing a document.
setLoadDTDGrammar(boolean) - Method in class org.apache.xmlbeans.XmlOptions
Controls whether DTD grammar is loaded during parsing.
setLoadEntityBytesLimit(int) - Method in class org.apache.xmlbeans.XmlOptions
Sets the maximum number of bytes allowed when an Entity is expanded during parsing.
setLoadExternalDTD(boolean) - Method in class org.apache.xmlbeans.XmlOptions
Controls whether external DTDs are loaded during parsing.
setLoadLineNumbers() - Method in class org.apache.xmlbeans.XmlOptions
If this option is set, line number annotations are placed in the store when parsing a document.
setLoadLineNumbers(boolean) - Method in class org.apache.xmlbeans.XmlOptions
 
setLoadLineNumbersEndElement() - Method in class org.apache.xmlbeans.XmlOptions
If this option is set, line number annotations are placed in the store when parsing a document.
setLoadLineNumbersEndElement(boolean) - Method in class org.apache.xmlbeans.XmlOptions
 
setLoadMessageDigest() - Method in class org.apache.xmlbeans.XmlOptions
If this option is set when loading from an InputStream or File, then the loader will compute a 160-bit SHA-1 message digest of the XML file while loading it and make it available via XmlObject.documentProperties().getMessageDigest();
The schema compiler uses message digests to detect and eliminate duplicate imported xsd files.
setLoadMessageDigest(boolean) - Method in class org.apache.xmlbeans.XmlOptions
 
setLoadReplaceDocumentElement(QName) - Method in class org.apache.xmlbeans.XmlOptions
If this option is set, the document element is replaced with the given QName when parsing.
setLoadStripComments() - Method in class org.apache.xmlbeans.XmlOptions
If this option is set, all comments are stripped when parsing a document.
setLoadStripComments(boolean) - Method in class org.apache.xmlbeans.XmlOptions
 
setLoadStripProcinsts() - Method in class org.apache.xmlbeans.XmlOptions
If this option is set, all processing instructions are stripped when parsing a document.
setLoadStripProcinsts(boolean) - Method in class org.apache.xmlbeans.XmlOptions
 
setLoadStripWhitespace() - Method in class org.apache.xmlbeans.XmlOptions
If this option is set, all insignificant whitespace is stripped when parsing a document.
setLoadStripWhitespace(boolean) - Method in class org.apache.xmlbeans.XmlOptions
 
setLoadSubstituteNamespaces(Map<String, String>) - Method in class org.apache.xmlbeans.XmlOptions
This option sets a map of namespace uri substitutions that happen when parsing a document.
setLoadTrimTextBuffer() - Method in class org.apache.xmlbeans.XmlOptions
If this option is set, the underlying xml text buffer is trimmed immediately after parsing a document resulting in a smaller memory footprint.
setLoadTrimTextBuffer(boolean) - Method in class org.apache.xmlbeans.XmlOptions
 
setLoadUseDefaultResolver() - Method in class org.apache.xmlbeans.XmlOptions
By default, XmlBeans does not resolve entities when parsing xml documents (unless an explicit entity resolver is specified).
setLoadUseDefaultResolver(boolean) - Method in class org.apache.xmlbeans.XmlOptions
 
setLoadUseLocaleCharUtil(boolean) - Method in class org.apache.xmlbeans.XmlOptions
 
setLoadUseXMLReader(XMLReader) - Method in class org.apache.xmlbeans.XmlOptions
By default, XmlBeans creates a JAXP parser, other parsers can be used by providing an XMLReader.
setLocalName(String) - Method in class org.apache.xmlbeans.impl.common.XmlNameImpl
 
setLocation(Location) - Method in exception org.apache.xmlbeans.impl.common.InvalidLexicalValueException
 
setLongValue(long) - Method in class org.apache.xmlbeans.FilterXmlObject
 
setLongValue(long) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
setLongValue(long) - Method in interface org.apache.xmlbeans.SimpleValue
Sets the value as a long.
setLongValue(long) - Method in interface org.apache.xmlbeans.XmlLong
Sets this value as a long
setLongValue(long) - Method in interface org.apache.xmlbeans.XmlUnsignedInt
Sets this value as a long
setMaxOccurs(int) - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Element
 
setMaxOccurs(BigInteger) - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
setMaxOccurs(BigInteger) - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
setMdefNamespaces(Set<String>) - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
setMemoryInitialSize(String) - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
setMemoryInitialSize(String) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
setMemoryMaximumSize(String) - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
setMemoryMaximumSize(String) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
setMessageDigest(byte[]) - Method in class org.apache.xmlbeans.XmlDocumentProperties
Sets the message digest used to summarize the document.
setMimeHeader(String, String) - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
Changes the first header entry that matches the given name to the given value, adding a new header if no existing header matches.
setMimeHeader(String, String) - Method in class org.apache.xmlbeans.impl.soap.SOAPPart
Changes the first header entry that matches the given header name so that its value is the given value, adding a new header with the given name and value if no existing header is a match.
setMinOccurs(int) - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Element
 
setMinOccurs(BigInteger) - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
setMinOccurs(BigInteger) - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
setMinute(int) - Method in class org.apache.xmlbeans.GDurationBuilder
Sets the minute component.
setMonth(int) - Method in class org.apache.xmlbeans.GDateBuilder
Sets the month-of-year.
setMonth(int) - Method in class org.apache.xmlbeans.GDurationBuilder
Sets the month component.
setMustUnderstand(boolean) - Method in interface org.apache.xmlbeans.impl.soap.SOAPHeaderElement
Sets the mustUnderstand attribute for this SOAPHeaderElement object to be on or off.
setName(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler.Parameters
 
setName(String) - Method in class org.apache.xmlbeans.impl.tool.Extension.Param
 
setName(String) - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
setName(QName) - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Attribute
 
setName(QName) - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Element
 
setName(QName) - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
setName(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaIdentityConstraintImpl
 
setName(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
setName(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setName(QName) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
setName(QName) - Method in interface org.apache.xmlbeans.XmlCursor
Sets the name of the current token.
setNameAndTypeRef(QName, SchemaType.Ref) - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
setNamespaceUri(String) - Method in class org.apache.xmlbeans.impl.common.XmlNameImpl
 
setNetworkDownloads(boolean) - Method in class org.apache.xmlbeans.impl.xsd2inst.SchemaInstanceGenerator.Xsd2InstOptions
set true to allow network downloads, false othervise
setNextChangeListener(Locale.ChangeListener) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
setNil() - Method in class org.apache.xmlbeans.FilterXmlObject
 
setNil() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Nils the value.
setNil() - Method in interface org.apache.xmlbeans.XmlObject
Sets the value to nil.
setNillable(boolean) - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Element
 
setNillable(boolean) - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
setNillable(int) - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
setNoAnn(boolean) - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
setNoAnnotations(boolean) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
Skip over schema <annotation%gt; elements.
setNoExt(boolean) - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
setNoExt(boolean) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
Ignore extensions found in .xsdconfig files
setNojavac(boolean) - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
setNopvr(boolean) - Method in class org.apache.xmlbeans.impl.xsd2inst.SchemaInstanceGenerator.Xsd2InstOptions
set true to disable particle valid (restriction) rule, false othervise
setNoPvr(boolean) - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
setNoPvr(boolean) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
Do not enforce the particle valid (restriction) rule.
setNoSrcRegen(boolean) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
setNoupa(boolean) - Method in class org.apache.xmlbeans.impl.xsd2inst.SchemaInstanceGenerator.Xsd2InstOptions
set true to disable unique particle attribution rule, false othervise
setNoUpa(boolean) - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
setNoUpa(boolean) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
Do not enforce the unique particle attribution rule.
setNoValidateDoc(boolean) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
Do not validate the contents of schema <documentation> elements.
setNoVDoc(boolean) - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
setNowarn(boolean) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
setNSMap(Map<String, String>) - Method in class org.apache.xmlbeans.impl.schema.SchemaIdentityConstraintImpl
 
setNumberOfGroups(int) - Method in class org.apache.xmlbeans.impl.regex.Match
 
setNumeric(boolean) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setObjectValue(Object) - Method in class org.apache.xmlbeans.FilterXmlObject
 
setObjectValue(Object) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
setObjectValue(Object) - Method in interface org.apache.xmlbeans.SimpleValue
Sets the value as an arbitrary Object.
setOffendingQName(QName) - Method in class org.apache.xmlbeans.XmlValidationError
 
setOptimize(boolean) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
If true, compiles with optimization enabled.
setOptional(boolean) - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Attribute
 
setOptions(XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler.Parameters
 
setOptions(XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.StscState
Initializer for compatMap.
setOrdered(int) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setOrderSensitive(boolean) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setOuterSchemaTypeRef(SchemaType.Ref) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setOutputJar(File) - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
setParentElement(SOAPElement) - Method in interface org.apache.xmlbeans.impl.soap.Node
Sets the parent of this Node object to the given SOAPElement object.
setParseContext(XmlObject, String, boolean) - Method in class org.apache.xmlbeans.impl.schema.SchemaGlobalAttributeImpl
 
setParseContext(XmlObject, String, boolean) - Method in class org.apache.xmlbeans.impl.schema.SchemaGlobalElementImpl
 
setParseContext(XmlObject, String, boolean) - Method in class org.apache.xmlbeans.impl.schema.SchemaIdentityConstraintImpl
 
setParseContext(XmlObject, String, boolean, String, String, boolean) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setPartialMethods(String) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
Comma separated list of bean methods to be generated.
setPartialMethods(Set<XmlOptions.BeanMethod>) - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
setParticleChildren(SchemaParticle[]) - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
setParticleType(int) - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
setPattern(String) - Method in class org.apache.xmlbeans.impl.regex.RegularExpression
 
setPattern(String, String) - Method in class org.apache.xmlbeans.impl.regex.RegularExpression
 
setPatternFacet(boolean) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setPatterns(RegularExpression[]) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setPrefix(String) - Method in class org.apache.xmlbeans.impl.common.XmlNameImpl
 
setPrePostExtension(PrePostExtension) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setPrimitiveTypeRef(SchemaType.Ref) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setProperty(String, Object) - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
Associates the specified value with the specified property.
setPropertyH(Map<Object, Object>) - Static method in class org.apache.xmlbeans.SystemProperties
 
setQNameValue(QName) - Method in class org.apache.xmlbeans.FilterXmlObject
 
setQNameValue(QName) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
setQNameValue(QName) - Method in interface org.apache.xmlbeans.SimpleValue
Sets the value as a QName.
setQNameValue(QName) - Method in interface org.apache.xmlbeans.XmlQName
Sets this value as a QName
setQuiet(boolean) - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
setQuiet(boolean) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
Controls the amount of output.
setRef(Attribute) - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Attribute
 
setRef(Element) - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Element
 
setReferencedKey(SchemaIdentityConstraint.Ref) - Method in class org.apache.xmlbeans.impl.schema.SchemaIdentityConstraintImpl
 
setRepackage(String) - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
setRepackage(String) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
setSaaj(Saaj) - Method in class org.apache.xmlbeans.XmlOptions
 
setSaajData(Node, Object) - Method in class org.apache.xmlbeans.impl.store.Locale
 
setSaajData(Node, Object) - Method in interface org.apache.xmlbeans.impl.store.Saaj.SaajCallback
 
setSaveAggressiveNamespaces() - Method in class org.apache.xmlbeans.XmlOptions
Causes the saver to reduce the number of namespace prefix declarations.
setSaveAggressiveNamespaces(boolean) - Method in class org.apache.xmlbeans.XmlOptions
 
setSaveCDataEntityCountThreshold(int) - Method in class org.apache.xmlbeans.XmlOptions
This option controls when saving will use CDATA blocks.
setSaveCDataLengthThreshold(int) - Method in class org.apache.xmlbeans.XmlOptions
This option controls when saving will use CDATA blocks.
setSaveFilterProcinst(String) - Method in class org.apache.xmlbeans.XmlOptions
This option causes the saver to filter a Processing Instruction with the given target
setSaveImplicitNamespaces(Map<String, String>) - Method in class org.apache.xmlbeans.XmlOptions
If namespaces have already been declared outside the scope of the fragment being saved, this allows those mappings to be passed down to the saver, so the prefixes are not re-declared.
setSaveInner() - Method in class org.apache.xmlbeans.XmlOptions
This option controls whether saving begins on the element or its contents
setSaveInner(boolean) - Method in class org.apache.xmlbeans.XmlOptions
 
setSaveNamespacesFirst() - Method in class org.apache.xmlbeans.XmlOptions
This option will cause the saver to save namespace attributes first.
setSaveNamespacesFirst(boolean) - Method in class org.apache.xmlbeans.XmlOptions
 
setSaveNoXmlDecl() - Method in class org.apache.xmlbeans.XmlOptions
This option controls whether saving saves out the XML declaration (
setSaveNoXmlDecl(boolean) - Method in class org.apache.xmlbeans.XmlOptions
 
setSaveOptimizeForSpeed(boolean) - Method in class org.apache.xmlbeans.XmlOptions
 
setSaveOuter() - Method in class org.apache.xmlbeans.XmlOptions
This option controls whether saving begins on the element or its contents
setSaveOuter(boolean) - Method in class org.apache.xmlbeans.XmlOptions
 
setSavePrettyPrint() - Method in class org.apache.xmlbeans.XmlOptions
This option will cause the saver to reformat white space for easier reading.
setSavePrettyPrint(boolean) - Method in class org.apache.xmlbeans.XmlOptions
 
setSavePrettyPrintIndent(int) - Method in class org.apache.xmlbeans.XmlOptions
When used with setSavePrettyPrint this sets the indent amount to use.
setSavePrettyPrintOffset(int) - Method in class org.apache.xmlbeans.XmlOptions
When used with setSavePrettyPrint this sets the offset amount to use.
setSaveSaxNoNSDeclsInAttributes() - Method in class org.apache.xmlbeans.XmlOptions
This option controls whether namespace declarations are included as attributes in the startElement event.
setSaveSaxNoNSDeclsInAttributes(boolean) - Method in class org.apache.xmlbeans.XmlOptions
 
setSaveSubstituteCharacters(XmlOptionCharEscapeMap) - Method in class org.apache.xmlbeans.XmlOptions
This option causes the saver to replace characters with other values in the output stream.
setSaveSuggestedPrefixes(Map<String, String>) - Method in class org.apache.xmlbeans.XmlOptions
A map of hints to pass to the saver for which prefixes to use for which namespace URI.
setSaveSyntheticDocumentElement(QName) - Method in class org.apache.xmlbeans.XmlOptions
This option causes the saver to wrap the current fragment in an element with the given name.
setSaveUseOpenFrag() - Method in class org.apache.xmlbeans.XmlOptions
When saving a fragment, this option changes the qname of the synthesized root element.
setSaveUseOpenFrag(boolean) - Method in class org.apache.xmlbeans.XmlOptions
 
setSaxLoader(Object) - Method in class org.apache.xmlbeans.impl.common.SystemCache
 
setSchema(File) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
A file that points to either an individual schema file or a directory of files.
setSchemaCodePrinter(SchemaCodePrinter) - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
setSchemaCodePrinter(SchemaCodePrinter) - Method in class org.apache.xmlbeans.XmlOptions
If this option is set when compiling a schema, then the given SchemaTypeCodePrinter.Printer will be used to generate the Java code.
setSchemas(SchemaDocument.Schema[]) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler.Parameters
 
setSchemasDir(File) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler.Parameters
 
setSchemasDir(File) - Method in class org.apache.xmlbeans.impl.schema.StscState
 
setSecond(int) - Method in class org.apache.xmlbeans.GDurationBuilder
Sets the second component.
setSelector(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaIdentityConstraintImpl
 
setShortJavaImplName(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setShortJavaName(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setShortValue(short) - Method in class org.apache.xmlbeans.FilterXmlObject
 
setShortValue(short) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
setShortValue(short) - Method in interface org.apache.xmlbeans.SimpleValue
Sets the value as a short.
setShortValue(short) - Method in interface org.apache.xmlbeans.XmlShort
Sets this value as a short
setShortValue(short) - Method in interface org.apache.xmlbeans.XmlUnsignedByte
Sets this value as a short
setSign(int) - Method in class org.apache.xmlbeans.GDurationBuilder
Sets the sign.
setSimpleContentTypes(int) - Method in class org.apache.xmlbeans.impl.inst2xsd.Inst2XsdOptions
 
setSimpleType(boolean) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setSimpleTypeVariety(int) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setSource(char[]) - Method in class org.apache.xmlbeans.impl.regex.Match
 
setSource(String) - Method in class org.apache.xmlbeans.impl.regex.Match
 
setSource(String) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
setSource(CharacterIterator) - Method in class org.apache.xmlbeans.impl.regex.Match
 
setSourceName(String) - Method in class org.apache.xmlbeans.XmlDocumentProperties
Sets the name of the XML document file.
setSourcesToCopyMap(Map<String, String>) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler.Parameters
 
setSrcDir(File) - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
setSrcgendir(File) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
Set a location to generate .java files into.
setSrconly(boolean) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
A value of true means that only source will be generated.
setStandalone(boolean) - Method in class org.apache.xmlbeans.XmlDocumentProperties
Sets the standalone property.
setStringEnumEntries(SchemaStringEnumEntry[]) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setStringValue(String) - Method in class org.apache.xmlbeans.FilterXmlObject
 
setStringValue(String) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
setStringValue(String) - Method in interface org.apache.xmlbeans.SimpleValue
Sets the value as a String.
setStringValue(String) - Method in interface org.apache.xmlbeans.XmlAnySimpleType
Sets the value as a String
setSubstitutionGroup(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setSubstitutionGroup(SchemaGlobalElement.Ref) - Method in class org.apache.xmlbeans.impl.schema.SchemaGlobalElementImpl
 
setSvActual(boolean) - Method in class org.apache.xmlbeans.impl.tool.XSTCTester.TestCaseResult
 
setTargetSchemaTypeSystem(SchemaTypeSystemImpl) - Method in class org.apache.xmlbeans.impl.schema.StscState
Initializer for references to the SchemaTypeLoader
setTextValue(char[], int, int) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
setTextValue(char[], int, int) - Method in interface org.apache.xmlbeans.XmlCursor
Sets the text value of the XML at this cursor's location (if that XML's token type is START, STARTDOC, ATTR, COMMENT or PROCINST) to the contents of the specified character array.
setTextValue(String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
setTextValue(String) - Method in interface org.apache.xmlbeans.XmlCursor
Sets the text value of the XML at this cursor's location if that XML's token type is START, STARTDOC, ATTR, COMMENT or PROCINST.
setTime(int, int, int, BigDecimal) - Method in class org.apache.xmlbeans.GDateBuilder
Sets the time.
setTimeZone(int) - Method in class org.apache.xmlbeans.GDateBuilder
Sets the time zone based on a number of offset minutes rather than sign/hour/minute; for example, setTimeZone(-60) is the same as setTimeZone(-1, 1, 0).
setTimeZone(int, int, int) - Method in class org.apache.xmlbeans.GDateBuilder
Sets the time zone without changing the other time fields.
setTopParticleForComplexOrMixedContent(int) - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
setTransitionNotes(QNameSet, boolean) - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
setTransitionRules(QNameSet, boolean) - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
setType(int) - Method in class org.apache.xmlbeans.impl.common.XmlEventBase
 
setType(Type) - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Attribute
 
setType(Type) - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Element
 
setTypeRef(SchemaType.Ref) - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
setTypesystemname(String) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
The name of the package that the TypeSystemHolder class should be generated in.
setUnionMemberTypeRefs(SchemaType.Ref[]) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setUnionOfLists(boolean) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setUnsynchronized() - Method in class org.apache.xmlbeans.XmlOptions
This option controls whether or not operations on XmlBeans are thread safe.
setUnsynchronized(boolean) - Method in class org.apache.xmlbeans.XmlOptions
 
setUrlFiles(URL...) - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
setUseCDataBookmarks() - Method in class org.apache.xmlbeans.XmlOptions
Use this option when parsing and saving XML documents.
setUseDefaultNamespace() - Method in class org.apache.xmlbeans.XmlOptions
If this option is set, the saver will try to use the default namespace for the most commonly used URI.
setUseDefaultNamespace(boolean) - Method in class org.apache.xmlbeans.XmlOptions
 
setUseEnumerations(int) - Method in class org.apache.xmlbeans.impl.inst2xsd.Inst2XsdOptions
 
setUserData(Object) - Method in class org.apache.xmlbeans.impl.schema.SchemaIdentityConstraintImpl
 
setUserData(Object) - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
setUserData(Object) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setUserTypeHandlerName(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setUserTypeName(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setUseSameLocale(Object) - Method in class org.apache.xmlbeans.XmlOptions
 
setValidateOnSet() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
setValidateOnSet() - Method in class org.apache.xmlbeans.XmlOptions
If this option is set when an instance is created, then value facets will be checked on each call to a setter or getter method on instances of XmlObject within the instance document.
setValidateOnSet(boolean) - Method in class org.apache.xmlbeans.XmlOptions
 
setValidateStrict() - Method in class org.apache.xmlbeans.XmlOptions
Performs additional validation checks that are disabled by default for better compatibility.
setValidateStrict(boolean) - Method in class org.apache.xmlbeans.XmlOptions
 
setValidateTextOnly() - Method in class org.apache.xmlbeans.XmlOptions
 
setValidateTextOnly(boolean) - Method in class org.apache.xmlbeans.XmlOptions
 
setValidateTreatLaxAsSkip() - Method in class org.apache.xmlbeans.XmlOptions
Instructs the validator to skip elements matching an particle with contentModel="lax".
setValidateTreatLaxAsSkip(boolean) - Method in class org.apache.xmlbeans.XmlOptions
 
setValue(String) - Method in interface org.apache.xmlbeans.impl.soap.Node
If this is a Text node then this method will set its value, otherwise it sets the value of the immediate (Text) child of this node.
setValue(String) - Method in class org.apache.xmlbeans.impl.store.Cur
 
setValue(String) - Method in class org.apache.xmlbeans.impl.tool.Extension.Param
 
setValueAsQName(QName) - Method in class org.apache.xmlbeans.impl.store.Cur
 
setVerbose(boolean) - Method in class org.apache.xmlbeans.impl.common.JarHelper
 
setVerbose(boolean) - Method in class org.apache.xmlbeans.impl.inst2xsd.Inst2XsdOptions
 
setVerbose(boolean) - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
setVerbose(boolean) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
Controls the amount of output.
setVersion(String) - Method in class org.apache.xmlbeans.XmlDocumentProperties
Sets the XML version string to use in the <?xml?> declaration.
setWhiteSpaceRule(int) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setWildcardProcess(int) - Method in class org.apache.xmlbeans.impl.schema.SchemaAttributeModelImpl
 
setWildcardProcess(int) - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
setWildcardSet(QNameSet) - Method in class org.apache.xmlbeans.impl.schema.SchemaAttributeModelImpl
 
setWildcardSet(QNameSet) - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
setWildcardSummary(QNameSet, boolean, QNameSet, boolean) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
setWsdlArrayType(SOAPArrayType) - Method in class org.apache.xmlbeans.impl.schema.SchemaLocalElementImpl
 
setWsdlFiles(File...) - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
setXPathUseSaxon() - Method in class org.apache.xmlbeans.XmlOptions
 
setXPathUseSaxon(boolean) - Method in class org.apache.xmlbeans.XmlOptions
 
setXPathUseXmlBeans() - Method in class org.apache.xmlbeans.XmlOptions
 
setXPathUseXmlBeans(boolean) - Method in class org.apache.xmlbeans.XmlOptions
 
setXqueryCurrentNodeVar(String) - Method in class org.apache.xmlbeans.XmlOptions
Sets the name of the variable that represents the current node in a query expression.
setXqueryVariables(Map<String, Object>) - Method in class org.apache.xmlbeans.XmlOptions
Map the names and values of external variables in an xquery expression.
setXsdFiles(File...) - Method in class org.apache.xmlbeans.impl.tool.Parameters
 
setYear(int) - Method in class org.apache.xmlbeans.GDateBuilder
Sets the year.
setYear(int) - Method in class org.apache.xmlbeans.GDurationBuilder
Sets the year component.
SEVERITY_ERROR - Static variable in class org.apache.xmlbeans.XmlError
An error.
SEVERITY_INFO - Static variable in class org.apache.xmlbeans.XmlError
An informational message.
SEVERITY_WARNING - Static variable in class org.apache.xmlbeans.XmlError
A warning.
severityAsString(int) - Static method in class org.apache.xmlbeans.XmlError
 
shouldDownloadURI(String) - Method in class org.apache.xmlbeans.impl.schema.StscState
True if the given URI is a local file
SIMPLE_CONTENT - Static variable in interface org.apache.xmlbeans.SchemaType
Simple content.
SIMPLE_CONTENT_TYPES_SMART - Static variable in class org.apache.xmlbeans.impl.inst2xsd.Inst2XsdOptions
 
SIMPLE_CONTENT_TYPES_STRING - Static variable in class org.apache.xmlbeans.impl.inst2xsd.Inst2XsdOptions
 
SIMPLE_TYPE_DERIVATION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SIMPLE_TYPE_PROPERTIES - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SIMPLE_TYPE_PROPERTIES$LIST_FINAL - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SIMPLE_TYPE_PROPERTIES$RESTRICTION_FINAL - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SIMPLE_TYPE_PROPERTIES$UNION_FINAL - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SIMPLE_TYPE_RESTRICTION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SIMPLE_TYPE_RESTRICTION_FACETS - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SIMPLE_TYPE_RESTRICTION$ATOMIC_NOT_SIMPLE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SIMPLE_TYPE_RESTRICTION$LIST_ITEM_IS_LIST - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SIMPLE_TYPE_RESTRICTION$LIST_ITEM_IS_UNION_OF_LIST - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SIMPLE_TYPE_RESTRICTION$LIST_ITEM_NOT_SIMPLE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SIMPLE_TYPE_RESTRICTION$UNION_MEMBER_NOT_SIMPLE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SIMPLE_TYPE_SIMPLE_CONTENT - Static variable in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
SIMPLE_TYPE_STRING_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SimpleTypeFactory<T> - Class in org.apache.xmlbeans.impl.schema
 
SimpleTypeFactory(SchemaTypeSystem, String) - Constructor for class org.apache.xmlbeans.impl.schema.SimpleTypeFactory
 
SimpleValue - Interface in org.apache.xmlbeans
All XmlObject implementations can be coerced to SimpleValue.
singleton(QName) - Static method in class org.apache.xmlbeans.QNameSet
Returns a QNameSet containing only the given QName.
size() - Method in class org.apache.xmlbeans.impl.common.XmlErrorPrinter
 
size() - Method in class org.apache.xmlbeans.impl.common.XmlErrorWatcher
 
size() - Method in class org.apache.xmlbeans.impl.tool.XMLBean.ErrorLogger
 
size() - Method in class org.apache.xmlbeans.impl.values.JavaListObject
 
size() - Method in class org.apache.xmlbeans.impl.values.JavaListXmlObject
 
size() - Method in class org.apache.xmlbeans.XmlSimpleList
Returns the number of elements in this list.
SIZE_BIG_DECIMAL - Static variable in interface org.apache.xmlbeans.SchemaType
Fits in a BigDecimal.
SIZE_BIG_INTEGER - Static variable in interface org.apache.xmlbeans.SchemaType
Fits in a BigInteger.
SIZE_BYTE - Static variable in interface org.apache.xmlbeans.SchemaType
Fits in a byte.
SIZE_INT - Static variable in interface org.apache.xmlbeans.SchemaType
Fits in an int.
SIZE_LONG - Static variable in interface org.apache.xmlbeans.SchemaType
Fits in a long.
SIZE_OF_ARRAY - org.apache.xmlbeans.XmlOptions.BeanMethod
 
SIZE_SHORT - Static variable in interface org.apache.xmlbeans.SchemaType
Fits in a short.
skip() - Method in class org.apache.xmlbeans.impl.store.Cur
 
skip() - Method in interface org.apache.xmlbeans.xml.stream.AttributeIterator
Skip the next element on the stream
skip(long) - Method in class org.apache.xmlbeans.impl.common.PushedInputStream
 
SKIP - Static variable in interface org.apache.xmlbeans.SchemaAttributeModel
Skip wildcard processing.
SKIP - Static variable in interface org.apache.xmlbeans.SchemaParticle
Skip wildcard processing.
skipped() - Method in interface org.apache.xmlbeans.xml.stream.EntityReference
Returns true if this entity was skipped
skippedEntity(String) - Method in class org.apache.xmlbeans.impl.common.Sax2Dom
This class is only used internally so this method should never be called.
skipWithAttrs() - Method in class org.apache.xmlbeans.impl.store.Cur
 
SniffedXmlInputStream - Class in org.apache.xmlbeans.impl.common
 
SniffedXmlInputStream(InputStream) - Constructor for class org.apache.xmlbeans.impl.common.SniffedXmlInputStream
 
SniffedXmlReader - Class in org.apache.xmlbeans.impl.common
 
SniffedXmlReader(Reader) - Constructor for class org.apache.xmlbeans.impl.common.SniffedXmlReader
 
SOAP_ARRAY - Static variable in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
 
soap11DimensionString() - Method in class org.apache.xmlbeans.soap.SOAPArrayType
Returns the dimensions as a string, e.g., [,][2,3,4]
soap11DimensionString(int[]) - Method in class org.apache.xmlbeans.soap.SOAPArrayType
Given an actual set of dimensions that may differ from the default that is stored, outputs the soap arrayType string.
soap12DimensionString(int[]) - Method in class org.apache.xmlbeans.soap.SOAPArrayType
SOAP 1.2 Given an actual set of dimensions that may differ from the default that is stored, outputs the soap arraySize string.
SOAPARRAY - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
SOAPArrayType - Class in org.apache.xmlbeans.soap
 
SOAPArrayType(String, PrefixResolver) - Constructor for class org.apache.xmlbeans.soap.SOAPArrayType
Parses a SOAP 1.1 array type string.
SOAPArrayType(QName, String) - Constructor for class org.apache.xmlbeans.soap.SOAPArrayType
Parses SOAP 1.1(advanced) array type strings.
SOAPArrayType(SOAPArrayType, int[]) - Constructor for class org.apache.xmlbeans.soap.SOAPArrayType
Given a nested SOAPArrayType and a set of dimensions for the outermost array, comes up with the right SOAPArrayType for the whole thing.
SOAPBody - Interface in org.apache.xmlbeans.impl.soap
An object that represents the contents of the SOAP body element in a SOAP message.
soapBody_addBodyElement(SOAPBody, Name) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapBody_addBodyElement(DomImpl.Dom, Name) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
soapBody_addDocument(SOAPBody, Document) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapBody_addDocument(DomImpl.Dom, Document) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
soapBody_addFault(SOAPBody) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapBody_addFault(SOAPBody, Name, String) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapBody_addFault(SOAPBody, Name, String, Locale) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapBody_addFault(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
soapBody_addFault(DomImpl.Dom, Name, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
soapBody_addFault(DomImpl.Dom, Name, String, Locale) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
soapBody_getFault(SOAPBody) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapBody_getFault(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
soapBody_hasFault(SOAPBody) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapBody_hasFault(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
SOAPBodyElement - Interface in org.apache.xmlbeans.impl.soap
A SOAPBodyElement object represents the contents in a SOAPBody object.
SOAPConnection - Class in org.apache.xmlbeans.impl.soap
A point-to-point connection that a client can use for sending messages directly to a remote party (represented by a URL, for instance).
SOAPConnection() - Constructor for class org.apache.xmlbeans.impl.soap.SOAPConnection
 
SOAPConnectionFactory - Class in org.apache.xmlbeans.impl.soap
A factory for creating SOAPConnection objects.
SOAPConnectionFactory() - Constructor for class org.apache.xmlbeans.impl.soap.SOAPConnectionFactory
 
SOAPConstants - Interface in org.apache.xmlbeans.impl.soap
The definition of constants pertaining to the SOAP 1.1 protocol.
SOAPElement - Interface in org.apache.xmlbeans.impl.soap
An object representing the contents in a SOAPBody object, the contents in a SOAPHeader object, the content that can follow the SOAPBody object in a SOAPEnvelope object, or what can follow the detail element in a SOAPFault object.
soapElement_addAttribute(SOAPElement, Name, String) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapElement_addChildElement(SOAPElement, String) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapElement_addChildElement(SOAPElement, String, String) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapElement_addChildElement(SOAPElement, String, String, String) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapElement_addChildElement(SOAPElement, Name) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapElement_addChildElement(SOAPElement, SOAPElement) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapElement_addNamespaceDeclaration(SOAPElement, String, String) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapElement_addTextNode(SOAPElement, String) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapElement_getAllAttributes(SOAPElement) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapElement_getAttributeValue(SOAPElement, Name) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapElement_getChildElements(SOAPElement) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapElement_getChildElements(SOAPElement, Name) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapElement_getElementName(SOAPElement) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapElement_getEncodingStyle(SOAPElement) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapElement_getNamespacePrefixes(SOAPElement) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapElement_getNamespaceURI(SOAPElement, String) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapElement_getVisibleNamespacePrefixes(SOAPElement) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapElement_removeAttribute(SOAPElement, Name) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapElement_removeContents(SOAPElement) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapElement_removeNamespaceDeclaration(SOAPElement, String) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapElement_setEncodingStyle(SOAPElement, String) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
SOAPENC - Static variable in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
 
SoapEncSchemaTypeSystem - Class in org.apache.xmlbeans.impl.schema
 
SOAPEnvelope - Interface in org.apache.xmlbeans.impl.soap
The container for the SOAPHeader and SOAPBody portions of a SOAPPart object.
soapEnvelope_addBody(SOAPEnvelope) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapEnvelope_addHeader(SOAPEnvelope) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapEnvelope_createName(SOAPEnvelope, String) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapEnvelope_createName(SOAPEnvelope, String, String, String) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapEnvelope_getBody(SOAPEnvelope) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapEnvelope_getHeader(SOAPEnvelope) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
SOAPException - Exception in org.apache.xmlbeans.impl.soap
An exception that signals that a SOAP exception has occurred.
SOAPException() - Constructor for exception org.apache.xmlbeans.impl.soap.SOAPException
Constructs a SOAPException object with no reason or embedded Throwable object.
SOAPException(String) - Constructor for exception org.apache.xmlbeans.impl.soap.SOAPException
Constructs a SOAPException object with the given String as the reason for the exception being thrown.
SOAPException(String, Throwable) - Constructor for exception org.apache.xmlbeans.impl.soap.SOAPException
Constructs a SOAPException object with the given String as the reason for the exception being thrown and the given Throwable object as an embedded exception.
SOAPException(Throwable) - Constructor for exception org.apache.xmlbeans.impl.soap.SOAPException
Constructs a SOAPException object initialized with the given Throwable object.
SOAPFactory - Class in org.apache.xmlbeans.impl.soap
SOAPFactory is a factory for creating various objects that exist in the SOAP XML tree.
SOAPFactory() - Constructor for class org.apache.xmlbeans.impl.soap.SOAPFactory
 
SOAPFault - Interface in org.apache.xmlbeans.impl.soap
An element in the SOAPBody object that contains error and/or status information.
soapFault_addDetail(SOAPFault) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapFault_addDetail(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
soapFault_getDetail(SOAPFault) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapFault_getDetail(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
soapFault_getFaultActor(SOAPFault) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapFault_getFaultActor(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
soapFault_getFaultCode(SOAPFault) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapFault_getFaultCode(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
soapFault_getFaultCodeAsName(SOAPFault) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapFault_getFaultCodeAsName(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
soapFault_getFaultString(SOAPFault) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapFault_getFaultString(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
soapFault_getFaultStringLocale(SOAPFault) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapFault_getFaultStringLocale(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
soapFault_setFaultActor(SOAPFault, String) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapFault_setFaultActor(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
soapFault_setFaultCode(SOAPFault, String) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapFault_setFaultCode(SOAPFault, Name) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapFault_setFaultCode(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
soapFault_setFaultCode(DomImpl.Dom, Name) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
soapFault_setFaultString(SOAPFault, String) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapFault_setFaultString(SOAPFault, String, Locale) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapFault_setFaultString(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
soapFault_setFaultString(DomImpl.Dom, String, Locale) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
SOAPFaultElement - Interface in org.apache.xmlbeans.impl.soap
A representation of the contents in a SOAPFault object.
SOAPHeader - Interface in org.apache.xmlbeans.impl.soap
A representation of the SOAP header element.
soapHeader_addHeaderElement(SOAPHeader, Name) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapHeader_addHeaderElement(DomImpl.Dom, Name) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
soapHeader_examineAllHeaderElements(SOAPHeader) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapHeader_examineAllHeaderElements(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
soapHeader_examineHeaderElements(SOAPHeader, String) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapHeader_examineHeaderElements(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
soapHeader_examineMustUnderstandHeaderElements(SOAPHeader, String) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapHeader_examineMustUnderstandHeaderElements(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
soapHeader_extractAllHeaderElements(SOAPHeader) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapHeader_extractAllHeaderElements(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
soapHeader_extractHeaderElements(SOAPHeader, String) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapHeader_extractHeaderElements(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
SOAPHeaderElement - Interface in org.apache.xmlbeans.impl.soap
An object representing the contents in the SOAP header part of the SOAP envelope.
soapHeaderElement_getActor(SOAPHeaderElement) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapHeaderElement_getActor(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
soapHeaderElement_getMustUnderstand(SOAPHeaderElement) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapHeaderElement_getMustUnderstand(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
soapHeaderElement_setActor(SOAPHeaderElement, String) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapHeaderElement_setActor(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
soapHeaderElement_setMustUnderstand(SOAPHeaderElement, boolean) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapHeaderElement_setMustUnderstand(DomImpl.Dom, boolean) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
SOAPMessage - Class in org.apache.xmlbeans.impl.soap
The root class for all SOAP messages.
SOAPMessage() - Constructor for class org.apache.xmlbeans.impl.soap.SOAPMessage
 
soapNode_detachNode(Node) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapNode_getParentElement(Node) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapNode_getValue(Node) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapNode_recycleNode(Node) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapNode_setParentElement(Node, SOAPElement) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapNode_setValue(Node, String) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
SOAPPart - Class in org.apache.xmlbeans.impl.soap
The container for the SOAP-specific portion of a SOAPMessage object.
SOAPPart() - Constructor for class org.apache.xmlbeans.impl.soap.SOAPPart
 
soapPart_addMimeHeader(SOAPPart, String, String) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapPart_getAllMimeHeaders(SOAPPart) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapPart_getContent(SOAPPart) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapPart_getEnvelope(SOAPPart) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapPart_getMatchingMimeHeaders(SOAPPart, String[]) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapPart_getMimeHeader(SOAPPart, String) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapPart_getNonMatchingMimeHeaders(SOAPPart, String[]) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapPart_removeAllMimeHeaders(SOAPPart) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapPart_removeMimeHeader(SOAPPart, String) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapPart_setContent(SOAPPart, Source) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapPart_setMimeHeader(SOAPPart, String, String) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
soapText_isComment(Text) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
SoftCache - Class in org.apache.xmlbeans.impl.common
 
SoftCache() - Constructor for class org.apache.xmlbeans.impl.common.SoftCache
 
SOURCE_NAME - Static variable in class org.apache.xmlbeans.XmlDocumentProperties
Used to store the original name (a String) for the source from which the XML document was loaded.
sourceCopyMap() - Method in class org.apache.xmlbeans.impl.schema.StscState
Returns the whole sourceCopyMap, mapping URI's that have been read to "sourceName" local names that have been used to tag the types.
sourceNameForUri(String) - Method in class org.apache.xmlbeans.impl.schema.StscState
Produces the "sourceName" (to be used within the schema project source file copies) from the URI of the original source.
Space - Interface in org.apache.xmlbeans.xml.stream
This element returns whitespace characters to allow separate handling by the application
SPACE - Static variable in interface org.apache.xmlbeans.xml.stream.XMLEvent
A constant which identifies a Space
split_list(String) - Static method in class org.apache.xmlbeans.impl.values.XmlListImpl
 
splitWords(String, boolean) - Static method in class org.apache.xmlbeans.impl.common.NameUtil
 
ST_ANY_ATOMIC - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_ANY_SIMPLE - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_ANY_SIMPLE - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_ANY_TYPE - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_ANY_TYPE - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_ANY_URI - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_ANY_URI - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_BASE_64_BINARY - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_BASE_64_BINARY - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_BOOLEAN - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_BOOLEAN - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_BYTE - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_BYTE - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_DATE - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_DATE - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_DATE_TIME - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_DATE_TIME - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_DAY_TIME_DURATION - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_DECIMAL - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_DECIMAL - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_DOUBLE - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_DOUBLE - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_DURATION - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_DURATION - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_ENTITIES - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_ENTITIES - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_ENTITY - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_ENTITY - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_FLOAT - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_FLOAT - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_G_DAY - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_G_DAY - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_G_MONTH - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_G_MONTH - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_G_MONTH_DAY - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_G_MONTH_DAY - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_G_YEAR - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_G_YEAR - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_G_YEAR_MONTH - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_G_YEAR_MONTH - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_HEX_BINARY - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_HEX_BINARY - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_ID - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_ID - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_IDREF - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_IDREF - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_IDREFS - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_IDREFS - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_INT - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_INT - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_INTEGER - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_INTEGER - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_LANGUAGE - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_LANGUAGE - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_LONG - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_LONG - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_NAME - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_NAME - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_NCNAME - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_NCNAME - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_NEGATIVE_INTEGER - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_NEGATIVE_INTEGER - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_NMTOKEN - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_NMTOKEN - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_NMTOKENS - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_NMTOKENS - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_NO_TYPE - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_NO_TYPE - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_NON_NEGATIVE_INTEGER - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_NON_NEGATIVE_INTEGER - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_NON_POSITIVE_INTEGER - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_NON_POSITIVE_INTEGER - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_NORMALIZED_STRING - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_NORMALIZED_STRING - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_NOTATION - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_NOTATION - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_POSITIVE_INTEGER - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_POSITIVE_INTEGER - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_QNAME - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_QNAME - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_SHORT - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_SHORT - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_STRING - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_STRING - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_TIME - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_TIME - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_TOKEN - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_TOKEN - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_UNSIGNED_BYTE - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_UNSIGNED_BYTE - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_UNSIGNED_INT - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_UNSIGNED_INT - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_UNSIGNED_LONG - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_UNSIGNED_LONG - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_UNSIGNED_SHORT - Static variable in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
ST_UNSIGNED_SHORT - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
ST_YEAR_MONTH_DURATION - Static variable in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
STANDALONE - Static variable in class org.apache.xmlbeans.XmlDocumentProperties
Document standlone
standaloneSet() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
start() - Static method in class org.apache.xmlbeans.impl.schema.StscState
 
start() - Method in class org.apache.xmlbeans.impl.xpath.XPathExecutionContext
 
START - Static variable in class org.apache.xmlbeans.XmlCursor.TokenType
The singleton start-element token type
START_DOCUMENT - Static variable in interface org.apache.xmlbeans.xml.stream.XMLEvent
A constant which identifies a StartDocument
START_ELEMENT - Static variable in interface org.apache.xmlbeans.xml.stream.XMLEvent
A constant which identifies a StartElement
START_PREFIX_MAPPING - Static variable in interface org.apache.xmlbeans.xml.stream.XMLEvent
A constant which identifies a StartPrefixMapping
startCDATA() - Method in class org.apache.xmlbeans.impl.common.Sax2Dom
 
STARTDOC - Static variable in class org.apache.xmlbeans.XmlCursor.TokenType
The singleton start-document token type
startDocument() - Method in class org.apache.xmlbeans.impl.common.Sax2Dom
 
StartDocument - Interface in org.apache.xmlbeans.xml.stream
An interface for the start document event
startDTD(String, String, String) - Method in class org.apache.xmlbeans.impl.common.Sax2Dom
 
startDTD(String, String, String) - Method in class org.apache.xmlbeans.impl.store.Cur.CurLoadContext
 
startDTD(String, String, String) - Method in class org.apache.xmlbeans.impl.store.Locale.LoadContext
 
startElement(String, String, String, Attributes) - Method in class org.apache.xmlbeans.impl.common.Sax2Dom
 
startElement(QName) - Method in class org.apache.xmlbeans.impl.store.Cur.CurLoadContext
 
startElement(QName) - Method in class org.apache.xmlbeans.impl.store.Locale.LoadContext
 
StartElement - Interface in org.apache.xmlbeans.xml.stream
The StartElement interface provides access to information about start elements
startEntity(String) - Method in class org.apache.xmlbeans.impl.common.Sax2Dom
 
startJavaizing() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
startPrefixMapping(String, String) - Method in class org.apache.xmlbeans.impl.common.Sax2Dom
 
StartPrefixMapping - Interface in org.apache.xmlbeans.xml.stream
This event signals that a prefix mapping has begun scope
startResolving() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
startResolvingSGs() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
StaxHelper - Class in org.apache.xmlbeans.impl.common
Provides handy methods for working with StAX parsers and readers
store_text(String) - Method in interface org.apache.xmlbeans.impl.values.TypeStore
A user of a TypeStore calls store_text when he wants the TypeStore to remember the given text immediately.
StreamInstanceValidator - Class in org.apache.xmlbeans.impl.tool
 
StreamInstanceValidator() - Constructor for class org.apache.xmlbeans.impl.tool.StreamInstanceValidator
 
streamToNode(XMLStreamReader) - Static method in class org.apache.xmlbeans.impl.store.Locale
 
streamToNode(XMLStreamReader) - Static method in class org.apache.xmlbeans.XmlBeans
Returns the XmlObject for a DOM node which is implemented by XmlBwans
STRICT - Static variable in interface org.apache.xmlbeans.SchemaAttributeModel
Strict wildcard processing.
STRICT - Static variable in interface org.apache.xmlbeans.SchemaParticle
Strict wildcard processing.
StringEnumAbstractBase - Class in org.apache.xmlbeans
The base class for code-generated string enumeration value classes.
StringEnumAbstractBase(String, int) - Constructor for class org.apache.xmlbeans.StringEnumAbstractBase
Singleton instances should only be created by subclasses.
StringEnumAbstractBase.Table - Class in org.apache.xmlbeans
Used to manage singleton instances of enumerations.
StringEnumValue - Class in org.apache.xmlbeans.impl.values
 
StringEnumValue(String, int) - Constructor for class org.apache.xmlbeans.impl.values.StringEnumValue
 
stringToBytes(String) - Static method in class org.apache.xmlbeans.impl.util.HexBin
Converts a hex string to a byte array.
stripLeft(Object, int, int) - Method in class org.apache.xmlbeans.impl.store.CharUtil
 
stripRight(Object, int, int) - Method in class org.apache.xmlbeans.impl.store.CharUtil
 
stripTrailingZeros(String) - Static method in class org.apache.xmlbeans.GDurationBuilder
 
sts() - Method in class org.apache.xmlbeans.impl.schema.StscState
The SchemaTypeSystem which we're building types on behalf of.
StscChecker - Class in org.apache.xmlbeans.impl.schema
 
StscChecker() - Constructor for class org.apache.xmlbeans.impl.schema.StscChecker
 
StscComplexTypeResolver - Class in org.apache.xmlbeans.impl.schema
 
StscComplexTypeResolver() - Constructor for class org.apache.xmlbeans.impl.schema.StscComplexTypeResolver
 
StscImporter - Class in org.apache.xmlbeans.impl.schema
 
StscImporter() - Constructor for class org.apache.xmlbeans.impl.schema.StscImporter
 
StscImporter.DownloadTable - Class in org.apache.xmlbeans.impl.schema
 
StscImporter.SchemaToProcess - Class in org.apache.xmlbeans.impl.schema
 
StscJavaizer - Class in org.apache.xmlbeans.impl.schema
 
StscJavaizer() - Constructor for class org.apache.xmlbeans.impl.schema.StscJavaizer
 
StscResolver - Class in org.apache.xmlbeans.impl.schema
 
StscResolver() - Constructor for class org.apache.xmlbeans.impl.schema.StscResolver
 
StscSimpleTypeResolver - Class in org.apache.xmlbeans.impl.schema
 
StscSimpleTypeResolver() - Constructor for class org.apache.xmlbeans.impl.schema.StscSimpleTypeResolver
 
StscState - Class in org.apache.xmlbeans.impl.schema
This class represents the state of the SchemaTypeSystemCompiler as it's going.
StscTranslator - Class in org.apache.xmlbeans.impl.schema
 
StscTranslator() - Constructor for class org.apache.xmlbeans.impl.schema.StscTranslator
 
subList(int, int) - Method in class org.apache.xmlbeans.XmlSimpleList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
SUBST_GROUP - Static variable in class org.apache.xmlbeans.XmlErrorCodes
SUBST_GROUP_DERIVED - Static variable in class org.apache.xmlbeans.XmlErrorCodes
substitute(QName, SchemaType) - Method in interface org.apache.xmlbeans.impl.values.TypeStore
 
substitute(QName, SchemaType) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
substitute(QName, SchemaType) - Method in interface org.apache.xmlbeans.XmlObject
Changes the schema type associated with this data using substitution groups and returns an XmlObject instance whose schemaType is the new type and container name is the new name.
substitutionGroup() - Method in class org.apache.xmlbeans.impl.schema.SchemaGlobalElementImpl
 
substitutionGroup() - Method in interface org.apache.xmlbeans.SchemaGlobalElement
The element that is the head of this element's substitution group, or null if this element is not a member of a substitution group.
substitutionGroupMembers() - Method in class org.apache.xmlbeans.impl.schema.SchemaGlobalElementImpl
 
substitutionGroupMembers() - Method in interface org.apache.xmlbeans.SchemaGlobalElement
Set of QNames for elements that are the members of the substitution group for which this element is the head, not including this element.
substract(NameSet) - Method in class org.apache.xmlbeans.impl.config.NameSet
Returns the result of substracting 'what' NameSet from this NameSet
substractFrom(NameSet) - Method in class org.apache.xmlbeans.impl.config.NameSet
Returns the result of substracting this NameSet from 'from' NameSet
subtract(GDurationSpecification) - Method in class org.apache.xmlbeans.GDate
Adds a duration to this GDate, and returns a new GDate.
subtract(GDurationSpecification) - Method in class org.apache.xmlbeans.GDuration
Returns a new GDuration which is the result of subtracting the supplied duration from this one.
subtractGDuration(GDurationSpecification) - Method in class org.apache.xmlbeans.GDateBuilder
Subtracts a given duration from the date/time.
subtractGDuration(GDurationSpecification) - Method in class org.apache.xmlbeans.GDurationBuilder
Subtracts from this duration.
succeeded(boolean) - Method in class org.apache.xmlbeans.impl.tool.XSTCTester.TestCaseResult
 
suggestPrefix(String) - Static method in class org.apache.xmlbeans.impl.common.QNameHelper
 
summarizeResultAsHTMLTableRows(XSTCTester.TestCaseResult, PrintWriter, boolean) - Static method in class org.apache.xmlbeans.impl.tool.XSTCTester
 
supplemental(char, char) - Static method in class org.apache.xmlbeans.impl.common.XMLChar
Returns true the supplemental character corresponding to the given surrogates.
sync() - Method in interface org.apache.xmlbeans.impl.common.XmlLocale
 
sync() - Method in class org.apache.xmlbeans.impl.store.Locale
 
syncCacheWithLocalXsdFiles(String[], boolean) - Method in class org.apache.xmlbeans.impl.tool.BaseSchemaResourceManager
Adds items to the cache that point to new files that aren't described in the cache, and optionally deletes old entries.
SystemCache - Class in org.apache.xmlbeans.impl.common
This class encapsulates the caching strategy for XmlBeans.
SystemCache() - Constructor for class org.apache.xmlbeans.impl.common.SystemCache
 
systemClasspath() - Static method in class org.apache.xmlbeans.impl.tool.CodeGenUtil
 
SystemProperties - Class in org.apache.xmlbeans
 
SystemProperties() - Constructor for class org.apache.xmlbeans.SystemProperties
 

T

Table(StringEnumAbstractBase[]) - Constructor for class org.apache.xmlbeans.StringEnumAbstractBase.Table
 
TELEIA - Static variable in class org.apache.xmlbeans.impl.common.NameUtil
 
tempCur() - Method in interface org.apache.xmlbeans.impl.store.DomImpl.Dom
 
TestCase() - Constructor for class org.apache.xmlbeans.impl.tool.XSTCTester.TestCase
 
TestCaseResult() - Constructor for class org.apache.xmlbeans.impl.tool.XSTCTester.TestCaseResult
 
testValid(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeVisitorImpl
 
text(char[], int, int) - Method in class org.apache.xmlbeans.impl.store.Cur.CurLoadContext
 
text(char[], int, int) - Method in class org.apache.xmlbeans.impl.store.Locale.LoadContext
 
text(String) - Method in class org.apache.xmlbeans.impl.store.Cur.CurLoadContext
 
text(String) - Method in class org.apache.xmlbeans.impl.store.Locale.LoadContext
 
text(ValidatorListener.Event, SchemaType, String, boolean) - Method in class org.apache.xmlbeans.impl.common.IdentityConstraint
 
Text - Interface in org.apache.xmlbeans.impl.soap
A representation of a node whose value is text.
TEXT - Static variable in interface org.apache.xmlbeans.impl.common.ValidatorListener
 
TEXT - Static variable in class org.apache.xmlbeans.XmlCursor.TokenType
The singleton text token type
textIsWhitespace() - Method in interface org.apache.xmlbeans.impl.common.ValidatorListener.Event
 
ThreadLocalUtil - Class in org.apache.xmlbeans
 
ThreadLocalUtil() - Constructor for class org.apache.xmlbeans.ThreadLocalUtil
 
toArray() - Method in class org.apache.xmlbeans.XmlSimpleList
Copies the collection to an array.
toArray(X[]) - Method in class org.apache.xmlbeans.XmlSimpleList
Copies the collection to an array of a specified type.
toAttr(QName) - Method in class org.apache.xmlbeans.impl.store.Cur
 
toBookmark(XmlCursor) - Method in class org.apache.xmlbeans.XmlCursor.XmlBookmark
 
toBookmark(XmlCursor.XmlBookmark) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
toBookmark(XmlCursor.XmlBookmark) - Method in interface org.apache.xmlbeans.XmlCursor
Moves this cursor to the same position as the bookmark.
toChild(int) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
toChild(int) - Method in interface org.apache.xmlbeans.XmlCursor
Moves the cursor to the child element specified by index.
toChild(String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
toChild(String) - Method in interface org.apache.xmlbeans.XmlCursor
Moves the cursor to the first child element of the specified name in no namespace.
toChild(String, String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
toChild(String, String) - Method in interface org.apache.xmlbeans.XmlCursor
Moves the cursor to the first child element of the specified name in the specified namespace.
toChild(QName) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
toChild(QName) - Method in interface org.apache.xmlbeans.XmlCursor
Moves the cursor to the first child element of the specified qualified name.
toChild(QName, int) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
toChild(QName, int) - Method in interface org.apache.xmlbeans.XmlCursor
Moves the cursor to the specified index child element of the specified name, where that element is the .
toCursor(XmlCursor) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
toCursor(XmlCursor) - Method in interface org.apache.xmlbeans.XmlCursor
Moves this cursor to the same position as the moveTo cursor.
toEnd() - Method in class org.apache.xmlbeans.impl.store.Cur
 
toEndDoc() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
toEndDoc() - Method in interface org.apache.xmlbeans.XmlCursor
Moves the cursor to the ENDDOC token, which is the end of the document.
toEndToken() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
toEndToken() - Method in interface org.apache.xmlbeans.XmlCursor
Moves the cursor to the END or ENDDOC token corresponding to the current START or STARTDOC, and returns END or ENDDOC.
toFirstAttr() - Method in class org.apache.xmlbeans.impl.store.Cur
 
toFirstAttribute() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
toFirstAttribute() - Method in interface org.apache.xmlbeans.XmlCursor
Moves the cursor to the first attribute of this element, or returns false and does not move the cursor if there are no attributes.
toFirstChild() - Method in class org.apache.xmlbeans.impl.store.Cur
 
toFirstChild() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
toFirstChild() - Method in interface org.apache.xmlbeans.XmlCursor
Moves the cursor to the first child element, or returns false and does not move the cursor if there are no element children.
toFirstChildElement(Cur) - Static method in class org.apache.xmlbeans.impl.store.Locale
 
toFirstContentToken() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
toFirstContentToken() - Method in interface org.apache.xmlbeans.XmlCursor
Moves the cursor to the first token in the content of the current START or STARTDOC.
toGDate() - Method in class org.apache.xmlbeans.GDateBuilder
Builds a GDate from this GDateBuilder.
toGDuration() - Method in class org.apache.xmlbeans.GDurationBuilder
Builds a GDuration from this GDurationBuilder.
toLastAttr() - Method in class org.apache.xmlbeans.impl.store.Cur
 
toLastAttribute() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
toLastAttribute() - Method in interface org.apache.xmlbeans.XmlCursor
Moves the cursor to the last attribute of this element, or returns false and does not move the cursor if there are no attributes.
toLastChild() - Method in class org.apache.xmlbeans.impl.store.Cur
 
toLastChild() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
toLastChild() - Method in interface org.apache.xmlbeans.XmlCursor
Moves the cursor to the last element child, or returns false and does not move the cursor if there are no element children.
toNameSet() - Method in class org.apache.xmlbeans.impl.config.NameSetBuilder
Creates a new NameSet with the current state.
toNextAttr() - Method in class org.apache.xmlbeans.impl.store.Cur
 
toNextAttribute() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
toNextAttribute() - Method in interface org.apache.xmlbeans.XmlCursor
Moves the cursor to the next sibling attribute, or returns false and does not move the cursor if there is no next sibling attribute.
toNextBookmark(Object) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
toNextBookmark(Object) - Method in interface org.apache.xmlbeans.XmlCursor
Moves this cursor to the location after its current position where a bookmark with the given key exists.
toNextChar(int) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
toNextChar(int) - Method in interface org.apache.xmlbeans.XmlCursor
Moves the cursor forward by the specified number of characters, and stops at the next non-TEXT token.
toNextSelection() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
toNextSelection() - Method in interface org.apache.xmlbeans.XmlCursor
Moves this cursor to the next location in the selection, if any.
toNextSibling() - Method in class org.apache.xmlbeans.impl.store.Cur
 
toNextSibling() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
toNextSibling() - Method in interface org.apache.xmlbeans.XmlCursor
Moves the cursor to the next sibling element, or returns false and does not move the cursor if there is no next sibling element.
toNextSibling(String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
toNextSibling(String) - Method in interface org.apache.xmlbeans.XmlCursor
Moves the cursor to the next sibling element of the specified name in no namespace.
toNextSibling(String, String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
toNextSibling(String, String) - Method in interface org.apache.xmlbeans.XmlCursor
Moves the cursor to the next sibling element of the specified name in the specified namespace.
toNextSibling(QName) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
toNextSibling(QName) - Method in interface org.apache.xmlbeans.XmlCursor
Moves the cursor to the next sibling element of the specified qualified name.
toNextToken() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
toNextToken() - Method in interface org.apache.xmlbeans.XmlCursor
Moves the cursor to the next token.
toParent() - Method in class org.apache.xmlbeans.impl.store.Cur
 
toParent() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
toParent() - Method in interface org.apache.xmlbeans.XmlCursor
Moves the cursor to the parent element or STARTDOC, or returns false and does not move the cursor if there is no parent.

toParent(boolean) - Method in class org.apache.xmlbeans.impl.store.Cur
 
toParentRaw() - Method in class org.apache.xmlbeans.impl.store.Cur
 
toPlainString(BigDecimal) - Static method in class org.apache.xmlbeans.GDurationBuilder
 
toPrevAttr() - Method in class org.apache.xmlbeans.impl.store.Cur
 
toPrevAttribute() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
toPrevAttribute() - Method in interface org.apache.xmlbeans.XmlCursor
Moves the cursor to the previous sibling attribute, or returns false and does not move the cursor if there is no previous sibling attribute.
toPrevBookmark(Object) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
toPrevBookmark(Object) - Method in interface org.apache.xmlbeans.XmlCursor
Moves this cursor to the location before its current position where a bookmark with the given key exists.
toPrevChar(int) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
toPrevChar(int) - Method in interface org.apache.xmlbeans.XmlCursor
Moves the cursor backwards by the number of characters given.
toPrevSibling() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
toPrevSibling() - Method in interface org.apache.xmlbeans.XmlCursor
Moves the cursor to the previous sibling element, or returns false and does not move the cursor if there is no previous sibling element.
toPrevToken() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
toPrevToken() - Method in interface org.apache.xmlbeans.XmlCursor
Moves the cursor to the previous token.
toQNameSet() - Method in class org.apache.xmlbeans.QNameSetBuilder
Returns a QNameSet equivalent to the current state of this QNameSetBuilder.
toRoot() - Method in class org.apache.xmlbeans.impl.store.Cur
 
toSelection(int) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
toSelection(int) - Method in interface org.apache.xmlbeans.XmlCursor
Moves this cursor to the specified location in the selection.
toStartDoc() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
toStartDoc() - Method in interface org.apache.xmlbeans.XmlCursor
Moves the cursor to the STARTDOC token, which is the root of the document.
toString() - Method in class org.apache.xmlbeans.GDate
The natural string representation.
toString() - Method in class org.apache.xmlbeans.GDateBuilder
The natural string representation.
toString() - Method in interface org.apache.xmlbeans.GDateSpecification
The natural string representation.
toString() - Method in class org.apache.xmlbeans.GDuration
The natural string representation of the duration.
toString() - Method in class org.apache.xmlbeans.GDurationBuilder
The natural string representation of the duration.
toString() - Method in class org.apache.xmlbeans.impl.common.XmlNameImpl
 
toString() - Method in class org.apache.xmlbeans.impl.common.XmlObjectList
 
toString() - Method in class org.apache.xmlbeans.impl.config.InterfaceExtensionImpl
 
toString() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Attribute
 
toString() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Element
 
toString() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
toString() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.TypeSystemHolder
 
toString() - Method in class org.apache.xmlbeans.impl.regex.RegularExpression
Represents this instence in String.
toString() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
toString() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
toString() - Method in class org.apache.xmlbeans.QNameSet
Returns a string representation useful for debugging, subject to change.
toString() - Method in class org.apache.xmlbeans.QNameSetBuilder
Returns a string representation useful for debugging, subject to change.
toString() - Method in class org.apache.xmlbeans.StringEnumAbstractBase
Returns the underlying string value
toString() - Method in class org.apache.xmlbeans.XmlCalendar
Prints the XmlCalendar using a standard XML Schema format, as described in XmlCalendar(String s).
toString() - Method in class org.apache.xmlbeans.XmlCursor.TokenType
 
toString() - Method in class org.apache.xmlbeans.XmlError
Produces a standard string for the error message, complete with filename and location offsets if available.
toString() - Method in interface org.apache.xmlbeans.XmlObject
The string is pretty-printed.
toString() - Method in class org.apache.xmlbeans.XmlSimpleList
Returns a space-separated list of the string representations of all the items in the list.
toString(URI) - Method in class org.apache.xmlbeans.XmlError
Produces a standard string with the error message.
TOTAL_ORDER - Static variable in interface org.apache.xmlbeans.SchemaType
Totally ordered.
translateAttributeGroup(AttributeGroup, String, boolean, boolean) - Static method in class org.apache.xmlbeans.impl.schema.StscTranslator
 
translateElement(Element, String, boolean, String, String, List<SchemaType>, SchemaType) - Static method in class org.apache.xmlbeans.impl.schema.StscTranslator
Translates a local or global schema element.
translateModelGroup(NamedGroup, String, boolean, boolean) - Static method in class org.apache.xmlbeans.impl.schema.StscTranslator
 
tryHardToDelete(File) - Static method in class org.apache.xmlbeans.impl.tool.SchemaCodeGenerator
 
tryToAcquire() - Static method in class org.apache.xmlbeans.impl.common.GlobalLock
 
tryToAcquire() - Method in class org.apache.xmlbeans.impl.common.Mutex
Attempts to acquire the mutex.
type - Static variable in interface org.apache.xmlbeans.XmlAnySimpleType
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlAnyURI
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlBase64Binary
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlBoolean
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlByte
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlDate
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlDateTime
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlDecimal
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlDouble
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlDuration
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlENTITIES
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlENTITY
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlFloat
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlGDay
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlGMonth
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlGMonthDay
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlGYear
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlGYearMonth
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlHexBinary
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlID
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlIDREF
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlIDREFS
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlInt
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlInteger
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlLanguage
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlLong
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlName
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlNCName
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlNegativeInteger
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlNMTOKEN
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlNMTOKENS
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlNonNegativeInteger
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlNonPositiveInteger
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlNormalizedString
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlNOTATION
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlObject
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlPositiveInteger
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlQName
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlShort
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlString
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlTime
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlToken
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlUnsignedByte
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlUnsignedInt
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlUnsignedLong
The constant SchemaType object representing this schema type.
type - Static variable in interface org.apache.xmlbeans.XmlUnsignedShort
The constant SchemaType object representing this schema type.
Type - Class in org.apache.xmlbeans.impl.inst2xsd.util
 
Type() - Constructor for class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
TYPE - Static variable in interface org.apache.xmlbeans.SchemaComponent
A type definition.
typeForClass(Class) - Static method in class org.apache.xmlbeans.XmlBeans
Returns the SchemaType from a corresponding XmlObject subclass, or null if none.
typeForClassname(String) - Method in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
typeForClassname(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderImpl
 
typeForClassname(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
typeForClassname(String) - Method in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
 
typeForClassname(String) - Method in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
typeForClassname(String) - Method in interface org.apache.xmlbeans.SchemaTypeLoader
Finds a type for a given fully-qualified XML Bean classname
typeForHandle(String) - Method in class org.apache.xmlbeans.impl.schema.BuiltinSchemaTypeSystem
 
typeForHandle(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
typeForHandle(String) - Method in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
 
typeForHandle(String) - Method in class org.apache.xmlbeans.impl.schema.XQuerySchemaTypeSystem
 
typeForHandle(String) - Method in interface org.apache.xmlbeans.SchemaTypeSystem
Locates a type, element, or attribute using the handle.
typeForSignature(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase
Utility function to load a type from a signature.
typeForSignature(String) - Method in interface org.apache.xmlbeans.SchemaTypeLoader
Finds a type for a given signature string
TypeHierarchyPrinter - Class in org.apache.xmlbeans.impl.tool
 
TypeHierarchyPrinter() - Constructor for class org.apache.xmlbeans.impl.tool.TypeHierarchyPrinter
 
typeLoaderForClassLoader(ClassLoader) - Static method in class org.apache.xmlbeans.XmlBeans
Returns a SchemaTypeLoader that searches for compiled schema types in the given ClassLoader.
typeLoaderForResource(ResourceLoader) - Static method in class org.apache.xmlbeans.XmlBeans
Returns a SchemaTypeLoader that searches for compiled schema types in the given ResourceLoader.
typeLoaderUnion(SchemaTypeLoader...) - Static method in class org.apache.xmlbeans.XmlBeans
Returns the union of a list of typeLoaders.
TypeStore - Interface in org.apache.xmlbeans.impl.values
 
TypeStoreUser - Interface in org.apache.xmlbeans.impl.values
Represents the strongly-typed user of a typestore.
TypeStoreUserFactory - Interface in org.apache.xmlbeans.impl.values
Every SchemaTypeLoader is actually a TypeStoreUserFactory.
TypeStoreVisitor - Interface in org.apache.xmlbeans.impl.values
This interface is used by the TypeStore to visit every element in order to compute nillable flags and default values.
typeSystem - Static variable in class org.apache.xmlbeans.impl.schema.TypeSystemHolder
 
typeSystem - Static variable in class org.apache.xmlbeans.metadata.system.sXMLCONFIG.TypeSystemHolder
 
typeSystem - Static variable in class org.apache.xmlbeans.metadata.system.sXMLLANG.TypeSystemHolder
 
typeSystem - Static variable in class org.apache.xmlbeans.metadata.system.sXMLSCHEMA.TypeSystemHolder
 
typeSystem - Static variable in class org.apache.xmlbeans.metadata.system.sXMLTOOLS.TypeSystemHolder
 
typeSystemForClassLoader(ClassLoader, String) - Static method in class org.apache.xmlbeans.XmlBeans
Returns the SchemaTypeSystem of the given name (as returned by SchemaTypeSystem.getName()) for the given ClassLoader.
typeSystemForName(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderImpl
 
TypeSystemHolder - Class in org.apache.xmlbeans.impl.inst2xsd.util
 
TypeSystemHolder - Class in org.apache.xmlbeans.impl.schema
This class is the hook which causes the SchemaTypeSystem to be loaded when a generated class is used.
TypeSystemHolder - Class in org.apache.xmlbeans.metadata.system.sXMLCONFIG
 
TypeSystemHolder - Class in org.apache.xmlbeans.metadata.system.sXMLLANG
 
TypeSystemHolder - Class in org.apache.xmlbeans.metadata.system.sXMLSCHEMA
 
TypeSystemHolder - Class in org.apache.xmlbeans.metadata.system.sXMLTOOLS
 
TypeSystemHolder() - Constructor for class org.apache.xmlbeans.impl.inst2xsd.util.TypeSystemHolder
 

U

UNBOUNDED - Static variable in class org.apache.xmlbeans.impl.inst2xsd.util.Element
 
UNDEFINED - Static variable in class org.apache.xmlbeans.XmlValidationError
 
underlyingXmlObject() - Method in interface org.apache.xmlbeans.DelegateXmlObject
This method is called to obtain the underlying XmlObject.
unfilled() - Method in class org.apache.xmlbeans.impl.common.XmlObjectList
Tests that all values have been set.
union(NameSet) - Method in class org.apache.xmlbeans.impl.config.NameSet
Returns the union of this NameSet with the 'with' NameSet.
union(QNameSetSpecification) - Method in class org.apache.xmlbeans.QNameSet
Returns a new QNameSet that is the union of this one and another.
union(QNameSetSpecification) - Method in class org.apache.xmlbeans.QNameSetBuilder
Returns a new QNameSet that is the union of this one and another.
union(QNameSetSpecification) - Method in interface org.apache.xmlbeans.QNameSetSpecification
Returns the union with another QNameSet.
UNION - Static variable in interface org.apache.xmlbeans.SchemaType
Union type.
UNION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
UNION_INVALID - Static variable in class org.apache.xmlbeans.XmlValidationError
 
unionArraySetterHelper(Object[], QName) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
unionArraySetterHelper(Object[], QName, QNameSet) - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
UNIQUE_PARTICLE_ATTRIBUTION - Static variable in class org.apache.xmlbeans.XmlErrorCodes
unjar(InputStream, File) - Method in class org.apache.xmlbeans.impl.common.JarHelper
Given an InputStream on a jar file, unjars the contents into the given directory.
unjarDir(File, File) - Method in class org.apache.xmlbeans.impl.common.JarHelper
Unjars a given jar file into a given directory.
UNORDERED - Static variable in interface org.apache.xmlbeans.SchemaType
Unordered.
UNRECOGNIZED_INDEX_ENTRY - Static variable in exception org.apache.xmlbeans.SchemaTypeLoaderException
 
UNSET - org.apache.xmlbeans.XmlOptions.BeanMethod
 
UNSUPPORTED_FEATURE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
UNSYNCHRONIZED - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
update_from_complex_content() - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
update_from_complex_content() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Update the value based on complex content.
upperCamelCase(String) - Static method in class org.apache.xmlbeans.impl.common.NameUtil
Returns a camel-cased string using the JAXB rules.
upperCamelCase(String, boolean) - Static method in class org.apache.xmlbeans.impl.common.NameUtil
Returns a camel-cased string, but either JAXB or JAX-RPC rules are used
upperCaseFirstLetter(String) - Static method in class org.apache.xmlbeans.impl.common.NameUtil
 
upperCaseUnderbar(String) - Static method in class org.apache.xmlbeans.impl.common.NameUtil
Returns a upper-case-and-underbar string using the JAXB rules.
URI_NS_SOAP_ENCODING - Static variable in interface org.apache.xmlbeans.impl.soap.SOAPConstants
The namespace identifier for the SOAP encoding (see section 5 of the SOAP 1.1 specification).
URI_NS_SOAP_ENVELOPE - Static variable in interface org.apache.xmlbeans.impl.soap.SOAPConstants
The namespace identifier for the SOAP envelope.
URI_SHA1_PREFIX - Static variable in class org.apache.xmlbeans.impl.common.QNameHelper
 
URI_SOAP_ACTOR_NEXT - Static variable in interface org.apache.xmlbeans.impl.soap.SOAPConstants
The URI identifying the first application processing a SOAP request as the intended actor for a SOAP header entry (see section 4.2.2 of the SOAP 1.1 specification).
uriMatch(String, String) - Static method in class org.apache.xmlbeans.impl.schema.StscTranslator
 
USCORE - Static variable in class org.apache.xmlbeans.impl.common.NameUtil
 
USE_SAME_LOCALE - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
UserType - Interface in org.apache.xmlbeans
The UserType class represents a mapping between an XML Schema QName and a custom Java class type.
UserTypeImpl - Class in org.apache.xmlbeans.impl.config
 
UserTypeImpl() - Constructor for class org.apache.xmlbeans.impl.config.UserTypeImpl
 
uses_invalidate_value() - Method in interface org.apache.xmlbeans.impl.values.TypeStoreUser
A store can call uses_invalidate_value to know if calls to invalidate_value will be fruitful.
uses_invalidate_value() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 

V

valid - Variable in class org.apache.xmlbeans.impl.inst2xsd.RussianDollStrategy.SCTValidationContext
 
validate() - Method in class org.apache.xmlbeans.FilterXmlObject
 
validate() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
validate() - Method in interface org.apache.xmlbeans.XmlObject
Does a deep validation of the entire subtree under the object, but does not validate the parents or siblings of the object if the object is in the interior of an xml tree.
validate(ValidatorListener) - Method in interface org.apache.xmlbeans.impl.values.TypeStore
 
validate(XmlOptions) - Method in class org.apache.xmlbeans.FilterXmlObject
 
validate(XmlOptions) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
validate(XmlOptions) - Method in interface org.apache.xmlbeans.XmlObject
Just like validate(), but with options.
validate_attribute(int) - Method in class org.apache.xmlbeans.impl.validator.ValidatingXMLStreamReader
 
validate_attributes(int) - Method in class org.apache.xmlbeans.impl.validator.ValidatingInfoXMLStreamReader
 
validate_attributes(int) - Method in class org.apache.xmlbeans.impl.validator.ValidatingXMLStreamReader
 
validate_now() - Method in interface org.apache.xmlbeans.impl.values.TypeStoreUser
A store will call back on validate_now to force us to look at the text if we're in an invalid state.
validate_now() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
A store will call back on validate_now to force us to look at the text if we're in an invalid state.
validate_on_set() - Method in interface org.apache.xmlbeans.impl.values.TypeStore
Tells if this store was created with this option which tells the strongly typed objects to perform lexical and value validation after a setter is called.
VALIDATE_ON_SET - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
validate_simpleval(String, ValidationContext) - Method in class org.apache.xmlbeans.impl.values.JavaBase64HolderEx
 
validate_simpleval(String, ValidationContext) - Method in class org.apache.xmlbeans.impl.values.JavaBooleanHolderEx
 
validate_simpleval(String, ValidationContext) - Method in class org.apache.xmlbeans.impl.values.JavaDecimalHolderEx
 
validate_simpleval(String, ValidationContext) - Method in class org.apache.xmlbeans.impl.values.JavaDoubleHolderEx
 
validate_simpleval(String, ValidationContext) - Method in class org.apache.xmlbeans.impl.values.JavaFloatHolderEx
 
validate_simpleval(String, ValidationContext) - Method in class org.apache.xmlbeans.impl.values.JavaGDateHolderEx
 
validate_simpleval(String, ValidationContext) - Method in class org.apache.xmlbeans.impl.values.JavaGDurationHolderEx
 
validate_simpleval(String, ValidationContext) - Method in class org.apache.xmlbeans.impl.values.JavaHexBinaryHolderEx
 
validate_simpleval(String, ValidationContext) - Method in class org.apache.xmlbeans.impl.values.JavaIntegerHolderEx
 
validate_simpleval(String, ValidationContext) - Method in class org.apache.xmlbeans.impl.values.JavaIntHolderEx
 
validate_simpleval(String, ValidationContext) - Method in class org.apache.xmlbeans.impl.values.JavaLongHolderEx
 
validate_simpleval(String, ValidationContext) - Method in class org.apache.xmlbeans.impl.values.JavaQNameHolderEx
 
validate_simpleval(String, ValidationContext) - Method in class org.apache.xmlbeans.impl.values.JavaStringHolderEx
 
validate_simpleval(String, ValidationContext) - Method in class org.apache.xmlbeans.impl.values.JavaUriHolderEx
 
validate_simpleval(String, ValidationContext) - Method in class org.apache.xmlbeans.impl.values.XmlListImpl
 
validate_simpleval(String, ValidationContext) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
validate_simpleval(String, ValidationContext) - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
VALIDATE_STRICT - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
VALIDATE_TEXT_ONLY - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
VALIDATE_TREAT_LAX_AS_SKIP - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
validateFiles(File[], SchemaTypeLoader, XmlOptions) - Static method in class org.apache.xmlbeans.impl.tool.StreamInstanceValidator
 
validateLexical(String, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaBooleanHolder
 
validateLexical(String, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaDecimalHolder
Performs lexical validation only.
validateLexical(String, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaDoubleHolder
 
validateLexical(String, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaFloatHolder
 
validateLexical(String, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaUriHolder
 
validateLexical(String, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.XmlNCNameImpl
 
validateLexical(String, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.XmlNmTokenImpl
 
validateLexical(String, ValidationContext, PrefixResolver) - Static method in class org.apache.xmlbeans.impl.values.JavaQNameHolder
 
validateLexical(String, SchemaType, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaBase64Holder
 
validateLexical(String, SchemaType, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaBooleanHolderEx
 
validateLexical(String, SchemaType, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaDecimalHolderEx
 
validateLexical(String, SchemaType, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaDoubleHolderEx
 
validateLexical(String, SchemaType, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaFloatHolderEx
 
validateLexical(String, SchemaType, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaGDateHolderEx
 
validateLexical(String, SchemaType, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaGDurationHolderEx
 
validateLexical(String, SchemaType, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaHexBinaryHolder
 
validateLexical(String, SchemaType, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaIntegerHolderEx
 
validateLexical(String, SchemaType, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaIntHolderEx
 
validateLexical(String, SchemaType, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaLongHolderEx
 
validateLexical(String, SchemaType, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx
 
validateLexical(String, SchemaType, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaStringHolderEx
 
validateLexical(String, SchemaType, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaUriHolderEx
 
validateLexical(String, SchemaType, ValidationContext, PrefixResolver) - Static method in class org.apache.xmlbeans.impl.values.JavaNotationHolderEx
 
validateLexical(String, SchemaType, ValidationContext, PrefixResolver) - Static method in class org.apache.xmlbeans.impl.values.JavaQNameHolderEx
 
validatePattern(String, SchemaType, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaBooleanHolderEx
 
validateSimpleType(SchemaType, String, Collection, PrefixResolver) - Static method in class org.apache.xmlbeans.impl.validator.ValidatorUtil
 
validateValue(byte[], SchemaType, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaBase64HolderEx
 
validateValue(byte[], SchemaType, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaHexBinaryHolderEx
 
validateValue(double, SchemaType, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaDoubleHolderEx
 
validateValue(float, SchemaType, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaFloatHolderEx
 
validateValue(BigDecimal, SchemaType, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaDecimalHolderEx
Performs facet validation only.
validateValue(QName, SchemaType, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaNotationHolderEx
 
validateValue(QName, SchemaType, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaQNameHolderEx
 
validateValue(GDateSpecification, SchemaType, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaGDateHolderEx
 
validateValue(GDurationSpecification, SchemaType, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaGDurationHolderEx
 
validateValue(XmlSimpleList<? extends XmlAnySimpleType>, SchemaType, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.XmlListImpl
 
ValidatingInfoXMLStreamReader - Class in org.apache.xmlbeans.impl.validator
Extension of ValidatingXMLStreamReader to provide Post Schema Validation Info over an XMLStreamReader.
ValidatingInfoXMLStreamReader() - Constructor for class org.apache.xmlbeans.impl.validator.ValidatingInfoXMLStreamReader
 
ValidatingXMLStreamReader - Class in org.apache.xmlbeans.impl.validator
This class is a wrapper over a generic XMLStreamReader that provides validation.
ValidatingXMLStreamReader() - Constructor for class org.apache.xmlbeans.impl.validator.ValidatingXMLStreamReader
Default constructor.
ValidationContext - Interface in org.apache.xmlbeans.impl.common
 
Validator - Class in org.apache.xmlbeans.impl.validator
 
Validator(SchemaType, SchemaField, SchemaTypeLoader, XmlOptions, Collection<XmlError>) - Constructor for class org.apache.xmlbeans.impl.validator.Validator
 
ValidatorListener - Interface in org.apache.xmlbeans.impl.common
First event must be a BEGIN with no name (to communicate any xsi information).
ValidatorListener.Event - Interface in org.apache.xmlbeans.impl.common
 
ValidatorUtil - Class in org.apache.xmlbeans.impl.validator
Author: Cezar Andrei (cezar.andrei at bea.com) Date: Feb 5, 2004
ValidatorUtil() - Constructor for class org.apache.xmlbeans.impl.validator.ValidatorUtil
 
value_hash_code() - Method in class org.apache.xmlbeans.impl.values.JavaBase64Holder
 
value_hash_code() - Method in class org.apache.xmlbeans.impl.values.JavaBooleanHolder
 
value_hash_code() - Method in class org.apache.xmlbeans.impl.values.JavaDecimalHolder
Note, this is carefully aligned with hash codes for all xsd:decimal primitives.
value_hash_code() - Method in class org.apache.xmlbeans.impl.values.JavaDoubleHolder
 
value_hash_code() - Method in class org.apache.xmlbeans.impl.values.JavaFloatHolder
 
value_hash_code() - Method in class org.apache.xmlbeans.impl.values.JavaGDateHolderEx
 
value_hash_code() - Method in class org.apache.xmlbeans.impl.values.JavaGDurationHolderEx
 
value_hash_code() - Method in class org.apache.xmlbeans.impl.values.JavaHexBinaryHolder
 
value_hash_code() - Method in class org.apache.xmlbeans.impl.values.JavaIntegerHolder
Note, this is carefully aligned with hash codes for all xsd:decimal primitives.
value_hash_code() - Method in class org.apache.xmlbeans.impl.values.JavaIntHolder
Note, this is carefully aligned with hash codes for all xsd:decimal primitives.
value_hash_code() - Method in class org.apache.xmlbeans.impl.values.JavaLongHolder
Note, this is carefully aligned with hash codes for all xsd:decimal primitives.
value_hash_code() - Method in class org.apache.xmlbeans.impl.values.JavaQNameHolder
 
value_hash_code() - Method in class org.apache.xmlbeans.impl.values.JavaStringHolder
 
value_hash_code() - Method in class org.apache.xmlbeans.impl.values.JavaUriHolder
 
value_hash_code() - Method in class org.apache.xmlbeans.impl.values.XmlAnySimpleTypeImpl
 
value_hash_code() - Method in class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
value_hash_code() - Method in class org.apache.xmlbeans.impl.values.XmlListImpl
 
value_hash_code() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
value_hash_code() - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
valueEquals(XmlObject) - Method in class org.apache.xmlbeans.FilterXmlObject
 
valueEquals(XmlObject) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
valueEquals(XmlObject) - Method in interface org.apache.xmlbeans.XmlObject
True if the xml values are equal.
valueHashCode() - Method in class org.apache.xmlbeans.FilterXmlObject
 
valueHashCode() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
valueHashCode() - Method in interface org.apache.xmlbeans.XmlObject
 
valueOf(String) - Static method in enum org.apache.xmlbeans.XmlOptions.BeanMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.xmlbeans.XmlOptions.BeanMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
Returns an array containing the constants of this enum type, in the order they are declared.
VARIABLE - Static variable in interface org.apache.xmlbeans.SchemaProperty
Applies to some, but not other elements for this property.
VenetianBlindStrategy - Class in org.apache.xmlbeans.impl.inst2xsd
 
VenetianBlindStrategy() - Constructor for class org.apache.xmlbeans.impl.inst2xsd.VenetianBlindStrategy
 
version() - Method in class org.apache.xmlbeans.impl.store.Locale
 
VERSION - Static variable in class org.apache.xmlbeans.XmlDocumentProperties
Document version
visit(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeVisitorImpl
Traverses a deterministic content model, checking for validity at any given point.
visit(QName) - Method in interface org.apache.xmlbeans.impl.values.TypeStoreVisitor
When using a visitor, you must call "visit" on every qname of every element in order up to the one you're interested in.
visit(QName, boolean) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeVisitorImpl
The actual implementation that traverses a deterministic content model, checking for validity at any given point.
visit_elements(TypeStoreVisitor) - Method in interface org.apache.xmlbeans.impl.values.TypeStore
Visits all the elements immediately, using the given visitor.

W

warning(String) - Method in class org.apache.xmlbeans.impl.tool.BaseSchemaResourceManager
Produces diagnostic messages such as "downloading X to file Y".
warning(String) - Method in class org.apache.xmlbeans.impl.tool.SchemaResourceManager
Sends messages to System.out.
warning(String, int, XmlObject) - Method in class org.apache.xmlbeans.impl.schema.StscState
Passes an error on to the current error listener.
warning(String, Object[], XmlObject) - Method in class org.apache.xmlbeans.impl.schema.StscState
Passes an error on to the current error listener.
weakCur(Object) - Method in class org.apache.xmlbeans.impl.store.Cur
 
WILDCARD - Static variable in interface org.apache.xmlbeans.SchemaParticle
An xs:any particle, also known as an element wildcard.
WILDCARD_ITEM_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
WILDCARD_NAMESPACE_NAME_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
WILDCARD_PROPERTIES - Static variable in class org.apache.xmlbeans.XmlErrorCodes
WILDCARD_SUBSET - Static variable in class org.apache.xmlbeans.XmlErrorCodes
write(XMLStreamReader, XMLStreamWriter) - Static method in class org.apache.xmlbeans.impl.common.XmlReaderToWriter
 
WRITE_XML_DECLARATION - Static variable in class org.apache.xmlbeans.impl.soap.SOAPMessage
Specifies whether the SOAP Message should contain an XML declaration.
writeAll(XMLStreamReader, XMLStreamWriter) - Static method in class org.apache.xmlbeans.impl.common.XmlReaderToWriter
 
writeCache() - Method in class org.apache.xmlbeans.impl.tool.BaseSchemaResourceManager
 
writeInputStreamToFile(InputStream, String) - Method in class org.apache.xmlbeans.impl.tool.BaseSchemaResourceManager
Writes an entire file in one step.
writeInputStreamToFile(InputStream, String) - Method in class org.apache.xmlbeans.impl.tool.SchemaResourceManager
Writes an entire file in one step.
writeLongUTF(String) - Method in class org.apache.xmlbeans.impl.util.LongUTFDataOutputStream
Checks the length of the to-be-written UTF-8 array, if the length is below 64k then DataOutputStream.writeUTF(String) is called, otherwise a 4-byte (int) is injected to list/count the appended UTF-8 bytes
writepos - Variable in class org.apache.xmlbeans.impl.common.PushedInputStream
 
writeReplace() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
This method can writeReplace either an unwrapped XmlObjectBase or an XBean proxy.
writeShortOrInt(int) - Method in class org.apache.xmlbeans.impl.util.LongUTFDataOutputStream
 
writeShortOrInt(DataOutputStream, int) - Static method in class org.apache.xmlbeans.impl.util.LongUTFDataOutputStream
 
writeTo(OutputStream) - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
Writes this SOAPMessage object to the given output stream.
WRONG_FILE_TYPE - Static variable in exception org.apache.xmlbeans.SchemaTypeLoaderException
 
WRONG_MAGIC_COOKIE - Static variable in exception org.apache.xmlbeans.SchemaTypeLoaderException
 
WRONG_MAJOR_VERSION - Static variable in exception org.apache.xmlbeans.SchemaTypeLoaderException
 
WRONG_MINOR_VERSION - Static variable in exception org.apache.xmlbeans.SchemaTypeLoaderException
 
WRONG_PROPERTY_TYPE - Static variable in exception org.apache.xmlbeans.SchemaTypeLoaderException
 
WRONG_SIMPLE_VARIETY - Static variable in exception org.apache.xmlbeans.SchemaTypeLoaderException
 
WS_COLLAPSE - Static variable in class org.apache.xmlbeans.impl.common.XmlWhitespace
 
WS_COLLAPSE - Static variable in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
 
WS_COLLAPSE - Static variable in interface org.apache.xmlbeans.impl.values.TypeStore
 
WS_COLLAPSE - Static variable in interface org.apache.xmlbeans.SchemaType
Whitespace collapsed and trimmed.
WS_PRESERVE - Static variable in class org.apache.xmlbeans.impl.common.XmlWhitespace
 
WS_PRESERVE - Static variable in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
 
WS_PRESERVE - Static variable in interface org.apache.xmlbeans.impl.values.TypeStore
 
WS_PRESERVE - Static variable in interface org.apache.xmlbeans.SchemaType
Whitespace preserved.
WS_REPLACE - Static variable in class org.apache.xmlbeans.impl.common.XmlWhitespace
 
WS_REPLACE - Static variable in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
 
WS_REPLACE - Static variable in interface org.apache.xmlbeans.impl.values.TypeStore
 
WS_REPLACE - Static variable in interface org.apache.xmlbeans.SchemaType
Whitespace replaced by ordinary space.
WS_UNSPECIFIED - Static variable in class org.apache.xmlbeans.impl.common.XmlWhitespace
 
WS_UNSPECIFIED - Static variable in interface org.apache.xmlbeans.impl.values.TypeStore
 
WS_UNSPECIFIED - Static variable in interface org.apache.xmlbeans.SchemaType
Whitespace rule unspecified.

X

XBeanDebug - Class in org.apache.xmlbeans.impl.common
 
XBeanDebug() - Constructor for class org.apache.xmlbeans.impl.common.XBeanDebug
 
XGET - org.apache.xmlbeans.XmlOptions.BeanMethod
 
XGET_ARRAY - org.apache.xmlbeans.XmlOptions.BeanMethod
 
XGET_IDX - org.apache.xmlbeans.XmlOptions.BeanMethod
 
XGET_LIST - org.apache.xmlbeans.XmlOptions.BeanMethod
 
xgetArray(QName, IntFunction<T[]>) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
xgetArray(QNameSet, IntFunction<T[]>) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
xgetListValue() - Method in class org.apache.xmlbeans.FilterXmlObject
 
xgetListValue() - Method in class org.apache.xmlbeans.impl.values.XmlListImpl
 
xgetListValue() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
xgetListValue() - Method in class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
xgetListValue() - Method in interface org.apache.xmlbeans.SimpleValue
Returns the value as a List of XmlAnySimpleType objects.
xgetListValue() - Method in interface org.apache.xmlbeans.XmlENTITIES
Returns the value as a List of XmlENTITY values
xgetListValue() - Method in interface org.apache.xmlbeans.XmlIDREFS
Returns the value as a List of XmlIDREF values
xgetListValue() - Method in interface org.apache.xmlbeans.XmlNMTOKENS
Returns the value as a List of XmlNMTOKEN values
XML_DUPLICATE_ATTRIBUTE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
uniqattspec: See XML 1.0: Unique Att Spec
XML_EVENT - Static variable in interface org.apache.xmlbeans.xml.stream.XMLEvent
A constant which identifies an XMLEvent
XML_OBJECT - Static variable in interface org.apache.xmlbeans.SchemaProperty
An XML Bean type that inherits from XmlObject.
XML_PREFIX - Static variable in class org.apache.xmlbeans.impl.common.Sax2Dom
 
XmlAnySimpleType - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:anySimpleType type.
XmlAnySimpleTypeImpl - Class in org.apache.xmlbeans.impl.values
This class implements the anySimpleType for XML.
XmlAnySimpleTypeImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlAnySimpleTypeImpl
 
XmlAnySimpleTypeImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlAnySimpleTypeImpl
 
XmlAnySimpleTypeRestriction - Class in org.apache.xmlbeans.impl.values
 
XmlAnySimpleTypeRestriction(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlAnySimpleTypeRestriction
 
XmlAnyTypeImpl - Class in org.apache.xmlbeans.impl.values
This class implements the anyType for XML.
XmlAnyTypeImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlAnyTypeImpl
 
XmlAnyTypeImpl(SchemaType) - Constructor for class org.apache.xmlbeans.impl.values.XmlAnyTypeImpl
 
XmlAnyURI - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:anyURI type.
XmlAnyUriImpl - Class in org.apache.xmlbeans.impl.values
 
XmlAnyUriImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlAnyUriImpl
 
XmlAnyUriRestriction - Class in org.apache.xmlbeans.impl.values
 
XmlAnyUriRestriction(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlAnyUriRestriction
 
XmlBase64Binary - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:base64Binary type.
XmlBase64Binary.Factory - Class in org.apache.xmlbeans
A class with methods for creating instances of XmlBase64Binary.
XmlBase64BinaryImpl - Class in org.apache.xmlbeans.impl.values
 
XmlBase64BinaryImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlBase64BinaryImpl
 
XmlBase64BinaryRestriction - Class in org.apache.xmlbeans.impl.values
 
XmlBase64BinaryRestriction(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlBase64BinaryRestriction
 
XMLBean - Class in org.apache.xmlbeans.impl.tool
Modeled after Ant's javac and zip tasks.
XMLBean() - Constructor for class org.apache.xmlbeans.impl.tool.XMLBean
 
XMLBean.ErrorLogger - Class in org.apache.xmlbeans.impl.tool
 
XmlBeans - Class in org.apache.xmlbeans
Provides an assortment of utilities for managing XML Bean types, type systems, QNames, paths, and queries.
XMLBeansConstants - Class in org.apache.xmlbeans.impl.common
 
XMLBeansConstants() - Constructor for class org.apache.xmlbeans.impl.common.XMLBeansConstants
 
XmlbeansXPath - Class in org.apache.xmlbeans.impl.xpath.xmlbeans
 
XmlbeansXPath(String, String, XPath) - Constructor for class org.apache.xmlbeans.impl.xpath.xmlbeans.XmlbeansXPath
 
XMLBeanXSTCHarness - Class in org.apache.xmlbeans.impl.tool
 
XMLBeanXSTCHarness() - Constructor for class org.apache.xmlbeans.impl.tool.XMLBeanXSTCHarness
 
XmlBookmark() - Constructor for class org.apache.xmlbeans.XmlCursor.XmlBookmark
Constructs a strongly-referenced bookmark.
XmlBookmark(boolean) - Constructor for class org.apache.xmlbeans.XmlCursor.XmlBookmark
Constructs a bookmark.
XmlBoolean - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:boolean type.
XmlBooleanImpl - Class in org.apache.xmlbeans.impl.values
 
XmlBooleanImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlBooleanImpl
 
XmlBooleanRestriction - Class in org.apache.xmlbeans.impl.values
 
XmlBooleanRestriction(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlBooleanRestriction
 
XmlByte - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:byte type.
XmlByteImpl - Class in org.apache.xmlbeans.impl.values
 
XmlByteImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlByteImpl
 
XmlByteImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlByteImpl
 
XmlCalendar - Class in org.apache.xmlbeans
An XML Schema compatible subclass of GregorianCalendar.
XmlCalendar() - Constructor for class org.apache.xmlbeans.XmlCalendar
Constructs an empty instance with no fields set.
XmlCalendar(int, int, int, int, int, int, BigDecimal) - Constructor for class org.apache.xmlbeans.XmlCalendar
Constructs an XmlCalendar with the specified year, month, day, hours, minutes, seconds, and optional fractional seconds, in the default timezone.
XmlCalendar(int, int, int, int, int, int, BigDecimal, int, int, int) - Constructor for class org.apache.xmlbeans.XmlCalendar
Constructs an XmlCalendar with the specified year, month, day, hours, minutes, seconds, and optional fractional seconds, in the specified timezone.
XmlCalendar(String) - Constructor for class org.apache.xmlbeans.XmlCalendar
Constructs an XmlCalendar for a standard XML schema formatted date string.
XmlCalendar(Date) - Constructor for class org.apache.xmlbeans.XmlCalendar
Constructs an XmlCalendar from a Date.
XmlCalendar(GDateSpecification) - Constructor for class org.apache.xmlbeans.XmlCalendar
Constructs an XmlCalendar from a GDate.
XMLChar - Class in org.apache.xmlbeans.impl.common
This class defines the basic XML character properties.
XMLChar() - Constructor for class org.apache.xmlbeans.impl.common.XMLChar
 
XmlComplexContentImpl - Class in org.apache.xmlbeans.impl.values
 
XmlComplexContentImpl(SchemaType) - Constructor for class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
XmlCursor - Interface in org.apache.xmlbeans
Represents a position between two logical tokens in an XML document.
XmlCursor.ChangeStamp - Interface in org.apache.xmlbeans
Represents the state of a dcoument at a particular point in time.
XmlCursor.TokenType - Class in org.apache.xmlbeans
An enumeration that identifies the type of an XML token.
XmlCursor.XmlBookmark - Class in org.apache.xmlbeans
Subclasses of XmlBookmark can be used to annotate an XML document.
XmlCursor.XmlMark - Interface in org.apache.xmlbeans
An abstract XmlCursor factory.
XmlDate - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:date type.
XmlDateImpl - Class in org.apache.xmlbeans.impl.values
 
XmlDateImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlDateImpl
 
XmlDateImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlDateImpl
 
XmlDateTime - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:dateTime type.
XmlDateTimeImpl - Class in org.apache.xmlbeans.impl.values
 
XmlDateTimeImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlDateTimeImpl
 
XmlDateTimeImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlDateTimeImpl
 
XmlDecimal - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:decimal type.
XmlDecimalImpl - Class in org.apache.xmlbeans.impl.values
 
XmlDecimalImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlDecimalImpl
 
XmlDecimalRestriction - Class in org.apache.xmlbeans.impl.values
 
XmlDecimalRestriction(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlDecimalRestriction
 
XmlDocumentProperties - Class in org.apache.xmlbeans
This class is used to attach arbitrary information to an XML document.
XmlDocumentProperties() - Constructor for class org.apache.xmlbeans.XmlDocumentProperties
 
XmlDouble - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:double type.
XmlDoubleImpl - Class in org.apache.xmlbeans.impl.values
 
XmlDoubleImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlDoubleImpl
 
XmlDoubleRestriction - Class in org.apache.xmlbeans.impl.values
 
XmlDoubleRestriction(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlDoubleRestriction
 
XmlDuration - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:duration type.
XmlDurationImpl - Class in org.apache.xmlbeans.impl.values
 
XmlDurationImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlDurationImpl
 
XmlDurationImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlDurationImpl
 
XmlEncodingSniffer - Class in org.apache.xmlbeans.impl.common
 
XmlEncodingSniffer(InputStream, String) - Constructor for class org.apache.xmlbeans.impl.common.XmlEncodingSniffer
Sniffs the given XML stream for encoding information.
XmlEncodingSniffer(Reader, String) - Constructor for class org.apache.xmlbeans.impl.common.XmlEncodingSniffer
Sniffs the given XML stream for encoding information.
XmlENTITIES - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:ENTITIES type, a list type.
XmlEntitiesImpl - Class in org.apache.xmlbeans.impl.values
 
XmlEntitiesImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlEntitiesImpl
 
XmlEntitiesImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlEntitiesImpl
 
XmlENTITY - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:ENTITY type.
XmlEntityImpl - Class in org.apache.xmlbeans.impl.values
 
XmlEntityImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlEntityImpl
 
XmlEntityImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlEntityImpl
 
XmlError - Class in org.apache.xmlbeans
Represents a message at a specific XML location.
XmlError(String, Object[], int, Location) - Constructor for class org.apache.xmlbeans.XmlError
 
XmlError(String, Object[], int, XmlCursor) - Constructor for class org.apache.xmlbeans.XmlError
 
XmlError(String, String, int, Location) - Constructor for class org.apache.xmlbeans.XmlError
The static factory methods should be used instead of this constructor.
XmlError(String, String, int, XmlCursor) - Constructor for class org.apache.xmlbeans.XmlError
The static factory methods should be used instead of this constructor.
XmlError(XmlError) - Constructor for class org.apache.xmlbeans.XmlError
Copy constructor.
XmlErrorCodes - Class in org.apache.xmlbeans
 
XmlErrorCodes() - Constructor for class org.apache.xmlbeans.XmlErrorCodes
 
XmlErrorPrinter - Class in org.apache.xmlbeans.impl.common
 
XmlErrorPrinter(boolean, URI) - Constructor for class org.apache.xmlbeans.impl.common.XmlErrorPrinter
 
XmlErrorWatcher - Class in org.apache.xmlbeans.impl.common
 
XmlErrorWatcher(Collection<XmlError>) - Constructor for class org.apache.xmlbeans.impl.common.XmlErrorWatcher
 
XMLEvent - Interface in org.apache.xmlbeans.xml.stream
This is the base element interface for handling markup events.
XmlEventBase - Class in org.apache.xmlbeans.impl.common
Abstract base class which implements the type part XMLEvent.
XmlEventBase() - Constructor for class org.apache.xmlbeans.impl.common.XmlEventBase
 
XmlEventBase(int) - Constructor for class org.apache.xmlbeans.impl.common.XmlEventBase
 
XmlException - Exception in org.apache.xmlbeans
A checked exception that can be thrown while processing, parsing, or compiling XML.
XmlException(String) - Constructor for exception org.apache.xmlbeans.XmlException
Constructs an XmlException from a message.
XmlException(String, Throwable) - Constructor for exception org.apache.xmlbeans.XmlException
Constructs an XmlException from a message and a cause.
XmlException(String, Throwable, Collection) - Constructor for exception org.apache.xmlbeans.XmlException
Constructs an XmlException from a message, a cause, and a collection of XmlErrors.
XmlException(String, Throwable, XmlError) - Constructor for exception org.apache.xmlbeans.XmlException
Constructs an XmlException from a message, a cause, and an XmlError.
XmlException(Throwable) - Constructor for exception org.apache.xmlbeans.XmlException
Constructs an XmlException from a cause.
XmlException(XmlError) - Constructor for exception org.apache.xmlbeans.XmlException
Constructs an XmlException from an XmlError.
XmlException(XmlRuntimeException) - Constructor for exception org.apache.xmlbeans.XmlException
Constructs an XmlException from an XmlRuntimeException.
XmlFactoryHook - Interface in org.apache.xmlbeans
A hook for the XML Bean Factory mechanism.
XmlFactoryHook.ThreadContext - Class in org.apache.xmlbeans
Used to manage the XmlFactoryHook for the current thread.
XmlFloat - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:float type.
XmlFloatImpl - Class in org.apache.xmlbeans.impl.values
 
XmlFloatImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlFloatImpl
 
XmlFloatRestriction - Class in org.apache.xmlbeans.impl.values
 
XmlFloatRestriction(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlFloatRestriction
 
XmlGDay - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:gDay type.
XmlGDayImpl - Class in org.apache.xmlbeans.impl.values
 
XmlGDayImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlGDayImpl
 
XmlGDayImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlGDayImpl
 
XmlGMonth - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:gMonth type.
XmlGMonthDay - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:gMonthDay type.
XmlGMonthDayImpl - Class in org.apache.xmlbeans.impl.values
 
XmlGMonthDayImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlGMonthDayImpl
 
XmlGMonthDayImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlGMonthDayImpl
 
XmlGMonthImpl - Class in org.apache.xmlbeans.impl.values
 
XmlGMonthImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlGMonthImpl
 
XmlGMonthImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlGMonthImpl
 
XmlGYear - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:gYear type.
XmlGYearImpl - Class in org.apache.xmlbeans.impl.values
 
XmlGYearImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlGYearImpl
 
XmlGYearImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlGYearImpl
 
XmlGYearMonth - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:gYearMonth type.
XmlGYearMonthImpl - Class in org.apache.xmlbeans.impl.values
 
XmlGYearMonthImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlGYearMonthImpl
 
XmlGYearMonthImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlGYearMonthImpl
 
XmlHexBinary - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:hexBinary type.
XmlHexBinaryImpl - Class in org.apache.xmlbeans.impl.values
 
XmlHexBinaryImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlHexBinaryImpl
 
XmlHexBinaryRestriction - Class in org.apache.xmlbeans.impl.values
 
XmlHexBinaryRestriction(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlHexBinaryRestriction
 
XmlID - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:ID type.
XmlIdImpl - Class in org.apache.xmlbeans.impl.values
 
XmlIdImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlIdImpl
 
XmlIdImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlIdImpl
 
XmlIDREF - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:IDREF type.
XmlIdRefImpl - Class in org.apache.xmlbeans.impl.values
 
XmlIdRefImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlIdRefImpl
 
XmlIdRefImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlIdRefImpl
 
XmlIDREFS - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:IDREFS type, a list type.
XmlIdRefsImpl - Class in org.apache.xmlbeans.impl.values
 
XmlIdRefsImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlIdRefsImpl
 
XmlIdRefsImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlIdRefsImpl
 
XmlInt - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:int type.
XmlInteger - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:integer type.
XmlIntegerImpl - Class in org.apache.xmlbeans.impl.values
 
XmlIntegerImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlIntegerImpl
 
XmlIntegerRestriction - Class in org.apache.xmlbeans.impl.values
 
XmlIntegerRestriction(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlIntegerRestriction
 
XmlIntImpl - Class in org.apache.xmlbeans.impl.values
 
XmlIntImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlIntImpl
 
XmlIntRestriction - Class in org.apache.xmlbeans.impl.values
 
XmlIntRestriction(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlIntRestriction
 
XmlLanguage - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:language type.
XmlLanguageImpl - Class in org.apache.xmlbeans.impl.values
 
XmlLanguageImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlLanguageImpl
 
XmlLanguageImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlLanguageImpl
 
XmlLineNumber - Class in org.apache.xmlbeans
A subclass of XmlBookmark that holds line number information.
XmlLineNumber(int) - Constructor for class org.apache.xmlbeans.XmlLineNumber
Constructs a line number with no column or offset information.
XmlLineNumber(int, int) - Constructor for class org.apache.xmlbeans.XmlLineNumber
Constructs a line number and column with no file offset information.
XmlLineNumber(int, int, int) - Constructor for class org.apache.xmlbeans.XmlLineNumber
Constructs a line number and column with no file offset information.
XmlListImpl - Class in org.apache.xmlbeans.impl.values
 
XmlListImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlListImpl
 
XmlLocale - Interface in org.apache.xmlbeans.impl.common
 
XmlLong - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:long type.
XmlLongImpl - Class in org.apache.xmlbeans.impl.values
 
XmlLongImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlLongImpl
 
XmlLongRestriction - Class in org.apache.xmlbeans.impl.values
 
XmlLongRestriction(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlLongRestriction
 
XmlName - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:Name type.
XMLName - Interface in org.apache.xmlbeans.xml.stream
Encapsulates information about the Qualified Name of an XML event.
XMLNameHelper - Class in org.apache.xmlbeans.impl.common
 
XMLNameHelper() - Constructor for class org.apache.xmlbeans.impl.common.XMLNameHelper
 
XmlNameImpl - Class in org.apache.xmlbeans.impl.common
 
XmlNameImpl - Class in org.apache.xmlbeans.impl.values
 
XmlNameImpl() - Constructor for class org.apache.xmlbeans.impl.common.XmlNameImpl
 
XmlNameImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlNameImpl
 
XmlNameImpl(String) - Constructor for class org.apache.xmlbeans.impl.common.XmlNameImpl
 
XmlNameImpl(String, String) - Constructor for class org.apache.xmlbeans.impl.common.XmlNameImpl
 
XmlNameImpl(String, String, String) - Constructor for class org.apache.xmlbeans.impl.common.XmlNameImpl
 
XmlNameImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlNameImpl
 
XmlNCName - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:Name type.
XmlNCNameImpl - Class in org.apache.xmlbeans.impl.values
 
XmlNCNameImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlNCNameImpl
 
XmlNCNameImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlNCNameImpl
 
XmlNegativeInteger - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:negativeInteger type.
XmlNegativeIntegerImpl - Class in org.apache.xmlbeans.impl.values
 
XmlNegativeIntegerImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlNegativeIntegerImpl
 
XmlNegativeIntegerImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlNegativeIntegerImpl
 
XmlNMTOKEN - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:NMTOKEN type.
XmlNmTokenImpl - Class in org.apache.xmlbeans.impl.values
 
XmlNmTokenImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlNmTokenImpl
 
XmlNmTokenImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlNmTokenImpl
 
XmlNMTOKENS - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:NMTOKENS type, a list type.
XmlNmTokensImpl - Class in org.apache.xmlbeans.impl.values
 
XmlNmTokensImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlNmTokensImpl
 
XmlNmTokensImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlNmTokensImpl
 
XmlNonNegativeInteger - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:nonNegativeInteger type.
XmlNonNegativeIntegerImpl - Class in org.apache.xmlbeans.impl.values
 
XmlNonNegativeIntegerImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlNonNegativeIntegerImpl
 
XmlNonNegativeIntegerImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlNonNegativeIntegerImpl
 
XmlNonPositiveInteger - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:nonPositiveInteger type.
XmlNonPositiveIntegerImpl - Class in org.apache.xmlbeans.impl.values
 
XmlNonPositiveIntegerImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlNonPositiveIntegerImpl
 
XmlNonPositiveIntegerImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlNonPositiveIntegerImpl
 
XmlNormalizedString - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:normalizedString type.
XmlNormalizedStringImpl - Class in org.apache.xmlbeans.impl.values
 
XmlNormalizedStringImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlNormalizedStringImpl
 
XmlNormalizedStringImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlNormalizedStringImpl
 
XmlNOTATION - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:NOTATION type.
XmlNotationImpl - Class in org.apache.xmlbeans.impl.values
 
XmlNotationImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlNotationImpl
 
XmlNotationRestriction - Class in org.apache.xmlbeans.impl.values
 
XmlNotationRestriction(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlNotationRestriction
 
xmlns(String, String) - Method in class org.apache.xmlbeans.impl.store.Cur.CurLoadContext
 
xmlns(String, String) - Method in class org.apache.xmlbeans.impl.store.Locale.LoadContext
 
XMLNS_PREFIX - Static variable in class org.apache.xmlbeans.impl.common.Sax2Dom
 
XMLNS_STRING - Static variable in class org.apache.xmlbeans.impl.common.Sax2Dom
 
XMLNS_URI - Static variable in class org.apache.xmlbeans.impl.common.Sax2Dom
 
XmlObject - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:anyType, the base type for all XML Beans.
XmlObjectBase - Class in org.apache.xmlbeans.impl.values
 
XmlObjectBase() - Constructor for class org.apache.xmlbeans.impl.values.XmlObjectBase
 
XmlObjectFactory<T> - Class in org.apache.xmlbeans.impl.schema
Factory class for creating new instances.
XmlObjectFactory(String) - Constructor for class org.apache.xmlbeans.impl.schema.XmlObjectFactory
 
XmlObjectFactory(SchemaTypeSystem, String) - Constructor for class org.apache.xmlbeans.impl.schema.XmlObjectFactory
This constructor is only used as a workaround for bootstrapping the XML schemas - don't use it!
XmlObjectList - Class in org.apache.xmlbeans.impl.common
A class to hold and compare a list of XmlObjects for use by keys keyrefs during validation.
XmlObjectList(int) - Constructor for class org.apache.xmlbeans.impl.common.XmlObjectList
Construct a new empty object list of the given fixed size.
XmlOptionCharEscapeMap - Class in org.apache.xmlbeans
Corresponds to the Saver and XmlOptions.
XmlOptionCharEscapeMap() - Constructor for class org.apache.xmlbeans.XmlOptionCharEscapeMap
Construct a new XmlOptionCharEncoder.
XmlOptions - Class in org.apache.xmlbeans
Used to supply options for loading, saving, and compiling, and validating.
XmlOptions() - Constructor for class org.apache.xmlbeans.XmlOptions
Construct a new blank XmlOptions.
XmlOptions(XmlOptions) - Constructor for class org.apache.xmlbeans.XmlOptions
Construct a new XmlOptions, copying the options.
XmlOptions.BeanMethod - Enum in org.apache.xmlbeans
 
XmlOptions.XmlOptionsKeys - Enum in org.apache.xmlbeans
 
XmlPositiveInteger - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:positiveInteger type.
XmlPositiveIntegerImpl - Class in org.apache.xmlbeans.impl.values
 
XmlPositiveIntegerImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlPositiveIntegerImpl
 
XmlPositiveIntegerImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlPositiveIntegerImpl
 
XmlQName - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:QName type.
XmlQNameImpl - Class in org.apache.xmlbeans.impl.values
 
XmlQNameImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlQNameImpl
 
XmlQNameRestriction - Class in org.apache.xmlbeans.impl.values
 
XmlQNameRestriction(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlQNameRestriction
 
XmlReaderToWriter - Class in org.apache.xmlbeans.impl.common
 
XmlRuntimeException - Exception in org.apache.xmlbeans
An unchecked XML exception.
XmlRuntimeException(String) - Constructor for exception org.apache.xmlbeans.XmlRuntimeException
Constructs an XmlRuntimeException from a message.
XmlRuntimeException(String, Throwable) - Constructor for exception org.apache.xmlbeans.XmlRuntimeException
Constructs an XmlRuntimeException from a message and a cause.
XmlRuntimeException(String, Throwable, Collection) - Constructor for exception org.apache.xmlbeans.XmlRuntimeException
Constructs an XmlRuntimeException from a message, a cause, and a collection of XmlErrors.
XmlRuntimeException(String, Throwable, XmlError) - Constructor for exception org.apache.xmlbeans.XmlRuntimeException
Constructs an XmlRuntimeException from a message, a cause, and an XmlError.
XmlRuntimeException(Throwable) - Constructor for exception org.apache.xmlbeans.XmlRuntimeException
Constructs an XmlRuntimeException from a cause.
XmlRuntimeException(XmlError) - Constructor for exception org.apache.xmlbeans.XmlRuntimeException
Constructs an XmlRuntimeException from an XmlError.
XmlRuntimeException(XmlException) - Constructor for exception org.apache.xmlbeans.XmlRuntimeException
Constructs an XmlRuntimeException from an XmlException.
XmlSaxHandler - Interface in org.apache.xmlbeans
A holder for a SAX ContentHandler and LexicalHandler that are capable of loading an XmlObject instance.
XmlShort - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:short type.
XmlShortImpl - Class in org.apache.xmlbeans.impl.values
 
XmlShortImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlShortImpl
 
XmlShortImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlShortImpl
 
XmlSimpleList<T> - Class in org.apache.xmlbeans
The immutable List returned for XML simple list values.
XmlSimpleList(List<T>) - Constructor for class org.apache.xmlbeans.XmlSimpleList
Constructs an immutable XmlSimpleList that wraps (does not copy) the given List.
xmlStreamReader2XmlText(XMLStreamReader, OutputStream) - Static method in class org.apache.xmlbeans.impl.common.LoadSaveUtils
 
XMLStreamReaderExt - Interface in org.apache.xmlbeans.impl.richParser
This interface extends the simple XMLStreamReader interface adding methods to get java objects asociated with schemas simple types like: ints, long, BigIntegers, Dates etc Note: Given the fact that an implemetation of this interface will not run validation in the stream, we will not include support for lists, enumeration and unions.
XMLStreamReaderExtImpl - Class in org.apache.xmlbeans.impl.richParser
Author: Cezar Andrei (cezar.andrei at bea.com) Date: Nov 17, 2003
XMLStreamReaderExtImpl(XMLStreamReader) - Constructor for class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
XmlStreamUtils - Class in org.apache.xmlbeans.impl.common
debugging utilities for XmlStreamReader
XmlStreamUtils() - Constructor for class org.apache.xmlbeans.impl.common.XmlStreamUtils
 
XmlString - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:string type.
XmlStringEnumeration - Class in org.apache.xmlbeans.impl.values
 
XmlStringEnumeration(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlStringEnumeration
 
XmlStringImpl - Class in org.apache.xmlbeans.impl.values
 
XmlStringImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlStringImpl
 
XmlStringRestriction - Class in org.apache.xmlbeans.impl.values
 
XmlStringRestriction(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlStringRestriction
 
xmlText() - Method in class org.apache.xmlbeans.FilterXmlObject
 
xmlText() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
xmlText() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
xmlText() - Method in interface org.apache.xmlbeans.XmlTokenSource
Returns standard XML text.
xmlText(XmlOptions) - Method in class org.apache.xmlbeans.FilterXmlObject
 
xmlText(XmlOptions) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
xmlText(XmlOptions) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
xmlText(XmlOptions) - Method in interface org.apache.xmlbeans.XmlTokenSource
Just like xmlText() but with options.
xmlText2GenericDom(InputStream, Document) - Static method in class org.apache.xmlbeans.impl.common.LoadSaveUtils
 
XmlTime - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:time type.
XmlTimeImpl - Class in org.apache.xmlbeans.impl.values
 
XmlTimeImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlTimeImpl
 
XmlTimeImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlTimeImpl
 
XmlToken - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:token type.
XmlTokenImpl - Class in org.apache.xmlbeans.impl.values
 
XmlTokenImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlTokenImpl
 
XmlTokenImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlTokenImpl
 
XmlTokenSource - Interface in org.apache.xmlbeans
Represents a holder of XML that can return an XmlCursor or copy itself to various media such as Writers or Files.
XmlUnionImpl - Class in org.apache.xmlbeans.impl.values
This class implements simple union types.
XmlUnionImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlUnionImpl
 
XmlUnsignedByte - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:unsignedByte type.
XmlUnsignedByteImpl - Class in org.apache.xmlbeans.impl.values
 
XmlUnsignedByteImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlUnsignedByteImpl
 
XmlUnsignedByteImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlUnsignedByteImpl
 
XmlUnsignedInt - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:unsignedInt type.
XmlUnsignedIntImpl - Class in org.apache.xmlbeans.impl.values
 
XmlUnsignedIntImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlUnsignedIntImpl
 
XmlUnsignedIntImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlUnsignedIntImpl
 
XmlUnsignedLong - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:unsignedLong type.
XmlUnsignedLongImpl - Class in org.apache.xmlbeans.impl.values
 
XmlUnsignedLongImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlUnsignedLongImpl
 
XmlUnsignedLongImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlUnsignedLongImpl
 
XmlUnsignedShort - Interface in org.apache.xmlbeans
Corresponds to the XML Schema xs:unsignedShort type.
XmlUnsignedShortImpl - Class in org.apache.xmlbeans.impl.values
 
XmlUnsignedShortImpl() - Constructor for class org.apache.xmlbeans.impl.values.XmlUnsignedShortImpl
 
XmlUnsignedShortImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlUnsignedShortImpl
 
XmlValidationError - Class in org.apache.xmlbeans
The XmlValidationError class extends the XmlErrorXMLError class.
XmlValueDisconnectedException - Exception in org.apache.xmlbeans.impl.values
 
XmlValueNotNillableException - Exception in org.apache.xmlbeans.impl.values
 
XmlValueNotNillableException() - Constructor for exception org.apache.xmlbeans.impl.values.XmlValueNotNillableException
 
XmlValueNotSupportedException - Exception in org.apache.xmlbeans.impl.values
 
XmlValueNotSupportedException() - Constructor for exception org.apache.xmlbeans.impl.values.XmlValueNotSupportedException
 
XmlValueNotSupportedException(String) - Constructor for exception org.apache.xmlbeans.impl.values.XmlValueNotSupportedException
 
XmlValueNotSupportedException(String, Object[]) - Constructor for exception org.apache.xmlbeans.impl.values.XmlValueNotSupportedException
 
XmlValueOutOfRangeException - Exception in org.apache.xmlbeans.impl.values
 
XmlValueOutOfRangeException() - Constructor for exception org.apache.xmlbeans.impl.values.XmlValueOutOfRangeException
 
XmlValueOutOfRangeException(String) - Constructor for exception org.apache.xmlbeans.impl.values.XmlValueOutOfRangeException
 
XmlValueOutOfRangeException(String, Object[]) - Constructor for exception org.apache.xmlbeans.impl.values.XmlValueOutOfRangeException
 
XmlValueRef - Class in org.apache.xmlbeans.impl.schema
 
XmlValueRef(XmlAnySimpleType) - Constructor for class org.apache.xmlbeans.impl.schema.XmlValueRef
 
XmlWhitespace - Class in org.apache.xmlbeans.impl.common
 
XmlWhitespace() - Constructor for class org.apache.xmlbeans.impl.common.XmlWhitespace
 
XPath - Class in org.apache.xmlbeans.impl.xpath
 
XPATH_COMPILATION_FAILURE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
XPATH_REGEXP - Static variable in class org.apache.xmlbeans.impl.schema.StscTranslator
 
XPATH_USE_SAXON - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
XPATH_USE_XMLBEANS - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
XPath.XPathCompileException - Exception in org.apache.xmlbeans.impl.xpath
 
XPathEngine - Interface in org.apache.xmlbeans.impl.xpath
 
XPathExecutionContext - Class in org.apache.xmlbeans.impl.xpath
 
XPathExecutionContext() - Constructor for class org.apache.xmlbeans.impl.xpath.XPathExecutionContext
 
XPathFactory - Class in org.apache.xmlbeans.impl.xpath
 
XPathFactory() - Constructor for class org.apache.xmlbeans.impl.xpath.XPathFactory
 
XPathGenerationException - Exception in org.apache.xmlbeans.impl.xpathgen
An exception thrown if the XPath generation process can't complete
XPathGenerationException(String) - Constructor for exception org.apache.xmlbeans.impl.xpathgen.XPathGenerationException
 
XPathGenerator - Class in org.apache.xmlbeans.impl.xpathgen
Generates an XPath String that points to a given position in an XML document
XPathGenerator() - Constructor for class org.apache.xmlbeans.impl.xpathgen.XPathGenerator
 
XQuery - Interface in org.apache.xmlbeans.impl.xpath
 
XQUERY_CURRENT_NODE_VAR - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
XQUERY_VARIABLE_MAP - org.apache.xmlbeans.XmlOptions.XmlOptionsKeys
 
XQuerySchemaTypeSystem - Class in org.apache.xmlbeans.impl.schema
Same as BuiltinSchemaTypeSystem but adds three extra types (dayTimeDuration, yearMonthDuration and anyAtomicType) and makes all the primitives extend anyAtomicType.
XsbDumper - Class in org.apache.xmlbeans.impl.tool
 
xsd2inst(Reader[], String, SchemaInstanceGenerator.Xsd2InstOptions) - Static method in class org.apache.xmlbeans.impl.xsd2inst.SchemaInstanceGenerator
 
xsd2inst(String[], String, SchemaInstanceGenerator.Xsd2InstOptions) - Static method in class org.apache.xmlbeans.impl.xsd2inst.SchemaInstanceGenerator
 
xsd2inst(XmlObject[], String, SchemaInstanceGenerator.Xsd2InstOptions) - Static method in class org.apache.xmlbeans.impl.xsd2inst.SchemaInstanceGenerator
 
Xsd2InstOptions() - Constructor for class org.apache.xmlbeans.impl.xsd2inst.SchemaInstanceGenerator.Xsd2InstOptions
 
XsdGenStrategy - Interface in org.apache.xmlbeans.impl.inst2xsd
Author: Cezar Andrei ( cezar.andrei at bea.com ) Date: Jul 26, 2004
XSET - org.apache.xmlbeans.XmlOptions.BeanMethod
 
XSET_ARRAY - org.apache.xmlbeans.XmlOptions.BeanMethod
 
XSET_IDX - org.apache.xmlbeans.XmlOptions.BeanMethod
 
XSTCTester - Class in org.apache.xmlbeans.impl.tool
 
XSTCTester() - Constructor for class org.apache.xmlbeans.impl.tool.XSTCTester
 
XSTCTester.Harness - Interface in org.apache.xmlbeans.impl.tool
 
XSTCTester.TestCase - Class in org.apache.xmlbeans.impl.tool
 
XSTCTester.TestCaseResult - Class in org.apache.xmlbeans.impl.tool
 
XsTypeConverter - Class in org.apache.xmlbeans.impl.util
 
XsTypeConverter() - Constructor for class org.apache.xmlbeans.impl.util.XsTypeConverter
 

_

___toNextSibling() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_abs - Variable in class org.apache.xmlbeans.impl.schema.SchemaLocalElementImpl
 
_addToSelection() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_attr_getOwnerElement(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_attr_getSpecified(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_attributes_getLength(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_attributes_getNamedItem(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_attributes_getNamedItemNS(DomImpl.Dom, String, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_attributes_item(DomImpl.Dom, int) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_attributes_removeNamedItem(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_attributes_removeNamedItemNS(DomImpl.Dom, String, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_attributes_setNamedItem(DomImpl.Dom, Node) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_attributes_setNamedItemNS(DomImpl.Dom, Node) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_beginElement(String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_beginElement(String, String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_beginElement(QName) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_cchLeft - Variable in class org.apache.xmlbeans.impl.store.CharUtil.CharJoin
 
_cchSrc - Variable in class org.apache.xmlbeans.impl.store.CharUtil
 
_characterData_appendData(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_characterData_deleteData(DomImpl.Dom, int, int) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_characterData_getData(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_characterData_getLength(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_characterData_insertData(DomImpl.Dom, int, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_characterData_replaceData(DomImpl.Dom, int, int, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_characterData_setData(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_characterData_substringData(DomImpl.Dom, int, int) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_childNodes_getLength(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_childNodes_item(DomImpl.Dom, int) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_clearBookmark(Object) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_clearSelections() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_comparePosition(Cursor) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_copy() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Same as copy() but unsynchronized.
_copy(XmlOptions) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Same as copy() but unsynchronized.
_copyChars(int, Cursor) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_copyXml(Cursor) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_copyXmlContents(Cursor) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_currentMark - Variable in class org.apache.xmlbeans.XmlCursor.XmlBookmark
The mark is set by the host document; it is capable of returning an XmlCursor implementation at the location of the bookmark.
_currentTokenType() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_DEFAULT_ELT_NS - Static variable in class org.apache.xmlbeans.impl.xpath.XPath
 
_depth - Variable in class org.apache.xmlbeans.impl.store.CharUtil.CharJoin
 
_dispose() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_document_createAttribute(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_document_createAttributeNS(DomImpl.Dom, String, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_document_createCDATASection(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_document_createComment(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_document_createDocumentFragment(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_document_createElement(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_document_createElementNS(DomImpl.Dom, String, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_document_createEntityReference(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_document_createProcessingInstruction(DomImpl.Dom, String, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_document_createTextNode(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_document_getDoctype(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_document_getDocumentElement(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_document_getElementById(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_document_getElementsByTagName(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_document_getElementsByTagNameNS(DomImpl.Dom, String, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_document_getImplementation(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_document_importNode(DomImpl.Dom, Node, boolean) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_documentProperties() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_domImplementation_createDocument(Locale, String, String, DocumentType) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_domImplementation_hasFeature(Locale, String, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_dump() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_element_getAttribute(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_element_getAttributeNode(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_element_getAttributeNodeNS(DomImpl.Dom, String, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_element_getAttributeNS(DomImpl.Dom, String, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_element_getElementsByTagName(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_element_getElementsByTagNameNS(DomImpl.Dom, String, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_element_getTagName(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_element_hasAttribute(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_element_hasAttributeNS(DomImpl.Dom, String, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_element_removeAttribute(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_element_removeAttributeNode(DomImpl.Dom, Attr) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_element_removeAttributeNS(DomImpl.Dom, String, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_element_setAttribute(DomImpl.Dom, String, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_element_setAttributeNode(DomImpl.Dom, Attr) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_element_setAttributeNodeNS(DomImpl.Dom, Attr) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_element_setAttributeNS(DomImpl.Dom, String, String, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_emptyNodeList - Static variable in class org.apache.xmlbeans.impl.store.DomImpl
 
_execQuery(String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_execQuery(String, XmlOptions) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_getAllBookmarkRefs(Collection) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_getAllNamespaces(Map<String, String>) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_getAttributeText(QName) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_getBookmark(Object) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_getChars() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_getChars(char[], int, int) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_getDocChangeStamp() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_getDomNode() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_getName() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_getObject() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_getSelectionCount() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_getTextValue() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_getTextValue(char[], int, int) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_getXmlCursor(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_getXmlObject(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_getXmlStreamReader(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_handle - Variable in class org.apache.xmlbeans.SchemaComponent.Ref
 
_hashcached - Variable in class org.apache.xmlbeans.impl.values.JavaBase64Holder
 
_hashcached - Variable in class org.apache.xmlbeans.impl.values.JavaHexBinaryHolder
 
_hasNextSelection() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_hasNextToken() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_hasPrevToken() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_insertAttribute(String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_insertAttribute(String, String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_insertAttribute(QName) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_insertAttributeWithValue(String, String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_insertAttributeWithValue(String, String, String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_insertAttributeWithValue(QName, String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_insertChars(String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_insertComment(String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_insertElement(String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_insertElement(String, String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_insertElement(QName) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_insertElementWithText(String, String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_insertElementWithText(String, String, String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_insertElementWithText(QName, String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_insertNamespace(String, String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_insertProcInst(String, String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_isAnyAttr() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_isAtSamePositionAs(Cursor) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_isAttr() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_isComment() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_isComplexContent() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
_isComplexType() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
_isContainer() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_isEnd() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_isEnddoc() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_isFinish() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_isLeftOf(Cursor) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_isNamespace() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_isProcinst() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_isRightOf(Cursor) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_isStart() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_isStartdoc() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_isText() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_monitor() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_moveChars(int, Cursor) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_moveXml(Cursor) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_moveXmlContents(Cursor) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_namespaceForPrefix(String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_newCursor() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_newDomNode() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_newDomNode(XmlOptions) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_newInputStream() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_newInputStream(XmlOptions) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_newReader() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_newReader(XmlOptions) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_newXMLStreamReader() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_newXMLStreamReader(XmlOptions) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_node_appendChild(DomImpl.Dom, Node) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_node_cloneNode(DomImpl.Dom, boolean) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_node_compareDocumentPosition(DomImpl.Dom, Node) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_node_getBaseURI(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_node_getFeature(DomImpl.Dom, String, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_node_getFirstChild(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_node_getLastChild(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_node_getLocalName(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_node_getNamespaceURI(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_node_getNextSibling(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_node_getNodeName(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_node_getNodeType(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_node_getNodeValue(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_node_getOwnerDocument(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_node_getParentNode(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_node_getPrefix(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_node_getPreviousSibling(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_node_getTextContent(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_node_getUserData(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_node_hasAttributes(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_node_hasChildNodes(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_node_insertBefore(DomImpl.Dom, Node, Node) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_node_isDefaultNamespace(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_node_isEqualNode(DomImpl.Dom, Node) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_node_isSameNode(DomImpl.Dom, Node) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_node_isSupported(DomImpl.Dom, String, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_node_lookupNamespaceURI(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_node_lookupPrefix(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_node_normalize(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_node_removeChild(DomImpl.Dom, Node) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_node_replaceChild(DomImpl.Dom, Node, Node) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_node_setNodeValue(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_node_setPrefix(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_node_setTextContent(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_node_setUserData(DomImpl.Dom, String, Object, UserDataHandler) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_NS_BOUNDARY - Static variable in class org.apache.xmlbeans.impl.xpath.XPath
 
_offLeft - Variable in class org.apache.xmlbeans.impl.store.CharUtil.CharJoin
 
_offRight - Variable in class org.apache.xmlbeans.impl.store.CharUtil.CharJoin
 
_offSrc - Variable in class org.apache.xmlbeans.impl.store.CharUtil
 
_parseObject - Variable in class org.apache.xmlbeans.impl.schema.SchemaLocalAttributeImpl
 
_parseObject - Variable in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
_pop() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_prefixForNamespace(String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_prevTokenType() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_processingInstruction_getData(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_processingInstruction_getTarget(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_processingInstruction_setData(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_push() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_ref - Variable in class org.apache.xmlbeans.XmlCursor.XmlBookmark
If non-null, the ref is used by the host document to maintain a reference to the bookmark.
_removeAttribute(QName) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_removeChars(int) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_removeXml() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_removeXmlContents() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_save(File) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_save(File, XmlOptions) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_save(OutputStream) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_save(OutputStream, XmlOptions) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_save(Writer) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_save(Writer, XmlOptions) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_save(ContentHandler, LexicalHandler) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_save(ContentHandler, LexicalHandler, XmlOptions) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_selectPath(String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_selectPath(String, XmlOptions) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_set(XmlObject) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
Same as set() but unsynchronized.
_setAttributeText(QName, String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_setBookmark(XmlCursor.XmlBookmark) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_setName(QName) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_setTextValue(char[], int, int) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_setTextValue(String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_soapElement_addAttribute(DomImpl.Dom, Name, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapElement_addChildElement(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapElement_addChildElement(DomImpl.Dom, String, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapElement_addChildElement(DomImpl.Dom, String, String, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapElement_addChildElement(DomImpl.Dom, Name) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapElement_addChildElement(DomImpl.Dom, SOAPElement) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapElement_addNamespaceDeclaration(DomImpl.Dom, String, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapElement_addTextNode(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapElement_getAllAttributes(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapElement_getAttributeValue(DomImpl.Dom, Name) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapElement_getChildElements(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapElement_getChildElements(DomImpl.Dom, Name) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapElement_getElementName(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapElement_getEncodingStyle(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapElement_getNamespacePrefixes(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapElement_getNamespaceURI(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapElement_getVisibleNamespacePrefixes(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapElement_removeAttribute(DomImpl.Dom, Name) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapElement_removeContents(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapElement_removeNamespaceDeclaration(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapElement_setEncodingStyle(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapEnvelope_addBody(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapEnvelope_addHeader(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapEnvelope_createName(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapEnvelope_createName(DomImpl.Dom, String, String, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapEnvelope_getBody(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapEnvelope_getHeader(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapNode_detachNode(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapNode_getParentElement(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapNode_getValue(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapNode_recycleNode(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapNode_setParentElement(DomImpl.Dom, SOAPElement) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapNode_setValue(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapPart_addMimeHeader(DomImpl.Dom, String, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapPart_getAllMimeHeaders(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapPart_getContent(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapPart_getEnvelope(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapPart_getMatchingMimeHeaders(DomImpl.Dom, String[]) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapPart_getMimeHeader(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapPart_getNonMatchingMimeHeaders(DomImpl.Dom, String[]) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapPart_removeAllMimeHeaders(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapPart_removeMimeHeader(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapPart_setContent(DomImpl.Dom, Source) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapPart_setMimeHeader(DomImpl.Dom, String, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_soapText_isComment(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_srcLeft - Variable in class org.apache.xmlbeans.impl.store.CharUtil.CharJoin
 
_srcRight - Variable in class org.apache.xmlbeans.impl.store.CharUtil.CharJoin
 
_text_getWholeText(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_text_isElementContentWhitespace(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_text_replaceWholeText(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_text_splitText(DomImpl.Dom, int) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
_toBookmark(XmlCursor.XmlBookmark) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_toChild(int) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_toChild(String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_toChild(String, String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_toChild(QName) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_toChild(QName, int) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_toCursor(Cursor) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_toEndDoc() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_toEndToken() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_toFirstAttribute() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_toFirstChild() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_toFirstContentToken() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_toLastAttribute() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_toLastChild() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_toNextAttribute() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_toNextBookmark(Object) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_toNextChar(int) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_toNextSelection() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_toNextSibling(String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_toNextSibling(String, String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_toNextSibling(QName) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_toNextToken() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_toParent() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_toPrevAttribute() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_toPrevBookmark(Object) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_toPrevChar(int) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_toPrevSibling() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_toPrevToken() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_toSelection(int) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_toStartDoc() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_validateOnSet() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
_validator - Variable in class org.apache.xmlbeans.impl.validator.ValidatingXMLStreamReader
 
_value - Variable in class org.apache.xmlbeans.impl.values.JavaBase64Holder
 
_value - Variable in class org.apache.xmlbeans.impl.values.JavaHexBinaryHolder
 
_voorVc - Static variable in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
_xmlText() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
_xmlText(XmlOptions) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
A B C D E F G H I J K L M N O P Q R S T U V W X _ 
All Classes|All Packages