- 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
 
- 
 
- CC_KEYREF - Static variable in interface org.apache.xmlbeans.SchemaIdentityConstraint
 
- 
 
- CC_UNIQUE - Static variable in interface org.apache.xmlbeans.SchemaIdentityConstraint
 
- 
 
- 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_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(int) - Method in class org.apache.xmlbeans.impl.common.NullLogger
 
- 
Check if a logger is enabled to log at the specified level
 
- check(int) - Method in class org.apache.xmlbeans.impl.common.XBLogger
 
- 
Check if a logger is enabled to log at the specified level
 This allows code to avoid building strings or evaluating functions in
 the arguments to log.
 
- 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
 
- 
 
- 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
 
- 
 
- 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 - Static variable in interface org.apache.xmlbeans.impl.common.ValidatorListener.Event
 
-  
 
- 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.
 
- 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(String) - Method in class org.apache.xmlbeans.impl.store.Cur.CurLoadContext
 
-  
 
- 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.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
 
- 
Impelements 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(SchemaTypeSystemCompiler.Parameters) - Static method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler
 
- 
Compiles a SchemaTypeSystem.
 
- 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(SchemaCompiler.Parameters) - Static method in class org.apache.xmlbeans.impl.tool.SchemaCompiler
 
-  
 
- compilePath(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase
 
-  
 
- compilePath(String, XmlOptions) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase
 
-  
 
- compilePath(String, XmlOptions) - Static method in class org.apache.xmlbeans.impl.store.Public2
 
-  
 
- 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) - 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) - 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, 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) - 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) - 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, Map<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
 
-  
 
- compileXsd(XmlObject[], SchemaTypeLoader, XmlOptions) - Static method in class org.apache.xmlbeans.XmlBeans
 
- 
Returns the SchemaTypeSystem that results from compiling the XML
 schema definitions passed.
 
- 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.
 
- 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
 
- 
 
- COMPLEX_TYPE_EXTENSION$EXTENDING_SIMPLE_CONTENT - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
- 
 
- COMPLEX_TYPE_EXTENSION$FINAL - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
- 
 
- 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
 
- 
 
- COMPLEX_TYPE_RESTRICTION$ATTR_REQUIRED - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
- 
 
- COMPLEX_TYPE_RESTRICTION$ATTR_WILDCARD_SUBSET - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
- 
 
- COMPLEX_TYPE_RESTRICTION$BASE_HAS_ATTR_WILDCARD - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
- 
 
- COMPLEX_TYPE_RESTRICTION$ELEMENT_OR_MIXED_AND_EMPTY - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
- 
 
- COMPLEX_TYPE_RESTRICTION$ELEMENT_OR_MIXED_AND_MIXED - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
- 
 
- COMPLEX_TYPE_RESTRICTION$ELEMENT_OR_MIXED_AND_SIMPLE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
- 
 
- COMPLEX_TYPE_RESTRICTION$ELEMENT_OR_MIXED_AND_VALID - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
- 
 
- COMPLEX_TYPE_RESTRICTION$EMPTY_AND_ELEMENT_OR_MIXED_EMPTIABLE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
- 
 
- COMPLEX_TYPE_RESTRICTION$EMPTY_AND_NOT_SIMPLE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
- 
 
- COMPLEX_TYPE_RESTRICTION$FINAL - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
- 
 
- COMPLEX_TYPE_RESTRICTION$SC_AND_MIXED_EMPTIABLE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
- 
 
- COMPLEX_TYPE_RESTRICTION$SC_AND_SIMPLE_TYPE_OR_MIXED - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
- 
 
- COMPLEX_TYPE_RESTRICTION$SC_NOT_DERIVED - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
- 
 
- 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(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.
 
- contains(Object) - Method in class org.apache.xmlbeans.XmlSimpleList
 
- 
True if the list is contains an object equal to o.
 
- 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.
 
- containsAll(Collection) - Method in class org.apache.xmlbeans.XmlSimpleList
 
- 
True if the list is contains all the objects in the given collection.
 
- 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(XmlOptions) - Method in class org.apache.xmlbeans.FilterXmlObject
 
-  
 
- copy(SchemaTypeLoader, SchemaType, XmlOptions) - Method in interface org.apache.xmlbeans.impl.values.TypeStore
 
- 
Makes a copy of this store.
 
- copy() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
-  
 
- copy(XmlOptions) - 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(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.
 
- 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.
 
- 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(Name) - Method in class org.apache.xmlbeans.impl.soap.SOAPFactory
 
- 
Create a SOAPElement object initialized with the
 given Name object.
 
- 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.
 
- 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, 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) - Method in interface org.apache.xmlbeans.impl.soap.SOAPEnvelope
 
- 
Creates a new Name object initialized with the
   given local name.
 
- 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.
 
- createName(String) - Method in class org.apache.xmlbeans.impl.soap.SOAPFactory
 
- 
Creates a new Name object initialized with the
 given local name.
 
- 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() - 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
 
-  
 
- GDate - Class in org.apache.xmlbeans
 
- 
Represents an XML Schema-compatible Gregorian date.
 
- GDate(CharSequence) - Constructor for class org.apache.xmlbeans.GDate
 
- 
Constructs a GDate based on a lexical representation.
 
- 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(Date) - Constructor for class org.apache.xmlbeans.GDate
 
- 
Constructs a GDate based on a java.util.Date.
 
- GDate(Calendar) - Constructor for class org.apache.xmlbeans.GDate
 
- 
Constructs a GDate based on a java.util.Calendar.
 
- GDate(GDateSpecification) - Constructor for class org.apache.xmlbeans.GDate
 
- 
Constructs a GDate based on another GDateSpecification.
 
- GDateBuilder - Class in org.apache.xmlbeans
 
- 
 
- GDateBuilder() - Constructor for class org.apache.xmlbeans.GDateBuilder
 
- 
Constructs a GDateBuilder specifying no date or time
 
- GDateBuilder(GDateSpecification) - Constructor for class org.apache.xmlbeans.GDateBuilder
 
- 
Construts a GDateBuilder by copying another GDateSpecificaiton.
 
- 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(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(Date) - Constructor for class org.apache.xmlbeans.GDateBuilder
 
- 
Constructs a GDateBuilder based on a java.util.Date.
 
- 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(CharSequence) - Constructor for class org.apache.xmlbeans.GDuration
 
- 
Constructs a GDuration from a lexical
 representation.
 
- 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(GDurationSpecification) - Constructor for class org.apache.xmlbeans.GDuration
 
- 
Constructs a GDuration from another GDurationSpecification.
 
- GDurationBuilder - Class in org.apache.xmlbeans
 
- 
 
- GDurationBuilder() - Constructor for class org.apache.xmlbeans.GDurationBuilder
 
- 
Constructs an empty GDurationBuilder representing zero seconds.
 
- GDurationBuilder(String) - Constructor for class org.apache.xmlbeans.GDurationBuilder
 
- 
Constructs a GDuration from a lexical
 representation.
 
- 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(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.
 
- 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(Object) - Method in class org.apache.xmlbeans.impl.common.SoftCache
 
-  
 
- 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.XmlCalendar
 
- 
Gets the value for a given time field.
 
- 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(int) - Method in class org.apache.xmlbeans.XmlSimpleList
 
- 
Returns the object at the specified position in this list.
 
- 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(QName) - Method in interface org.apache.xmlbeans.impl.values.TypeStoreUser
 
- 
Returns the elementflags, if they're consistent.
 
- get_elementflags() - Method in interface org.apache.xmlbeans.impl.values.TypeStoreVisitor
 
- 
Returns the elementflags for this element.
 
- 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_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(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
 
-  
 
- 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
 
- 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(String, String) - 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 class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
-  
 
- getAttributeBigDecimalValue(int) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
 
- 
 
- getAttributeBigDecimalValue(String, String) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
 
- 
 
- getAttributeBigDecimalValue(int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
-  
 
- getAttributeBigDecimalValue(String, String) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
-  
 
- getAttributeBigIntegerValue(int) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
 
- 
 
- getAttributeBigIntegerValue(String, String) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
 
- 
 
- getAttributeBigIntegerValue(int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
-  
 
- 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(String, String) - 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 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(String, String) - 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 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(String, String) - 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 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(String, String) - 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 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(String, String) - 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 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(String, String) - 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 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(String, String) - 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 class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
-  
 
- getAttributeGDurationValue(int) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
 
- 
 
- getAttributeGDurationValue(String, String) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
 
- 
 
- getAttributeGDurationValue(int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
-  
 
- 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(String, String) - 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 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(String, String) - 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 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(String, String) - 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 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(String, String) - 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 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(String, String) - 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 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, int) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
 
- 
Returns the value as a 
String, with wsStyle applied.
 
 
- getAttributeStringValue(String, String) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
 
- 
Returns the value as a 
String.
 
 
- getAttributeStringValue(String, String, int) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
 
- 
Returns the value as a 
String, with wsStyle applied.
 
 
- getAttributeStringValue(int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
-  
 
- getAttributeStringValue(int, int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
-  
 
- getAttributeStringValue(String, String) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
-  
 
- 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(String, String) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
-  
 
- getAttributeValue(int) - 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.SchemaCompiler.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
 
- 
 
- 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
 
- 
 
- getBigDecimalValue() - Method in interface org.apache.xmlbeans.XmlDecimal
 
- 
 
- getBigIntegerValue() - Method in class org.apache.xmlbeans.FilterXmlObject
 
-  
 
- getBigIntegerValue() - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
 
- 
 
- 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
 
- 
 
- getBigIntegerValue() - Method in interface org.apache.xmlbeans.XmlInteger
 
- 
 
- 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
 
- 
 
- getCalendarValue() - Method in interface org.apache.xmlbeans.XmlDate
 
- 
 
- getCalendarValue() - Method in interface org.apache.xmlbeans.XmlDateTime
 
- 
 
- getCalendarValue() - Method in interface org.apache.xmlbeans.XmlGDay
 
- 
 
- getCalendarValue() - Method in interface org.apache.xmlbeans.XmlGMonth
 
- 
 
- getCalendarValue() - Method in interface org.apache.xmlbeans.XmlGMonthDay
 
- 
 
- getCalendarValue() - Method in interface org.apache.xmlbeans.XmlGYear
 
- 
 
- getCalendarValue() - Method in interface org.apache.xmlbeans.XmlGYearMonth
 
- 
 
- getCalendarValue() - Method in interface org.apache.xmlbeans.XmlTime
 
- 
 
- 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.SchemaCompiler.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(char[], int, Object, int, int) - Static method in class org.apache.xmlbeans.impl.store.CharUtil
 
-  
 
- getChars() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
-  
 
- getChars(char[], int, int) - 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 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.
 
- 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.SchemaCompiler.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.SchemaCompiler.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
 
-  
 
- getCompiler() - Method in class org.apache.xmlbeans.impl.tool.SchemaCompiler.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.SchemaCompiler.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(ComplexType) - Static method in class org.apache.xmlbeans.impl.schema.StscComplexTypeResolver
 
-  
 
- getContentModel(ComplexRestrictionType) - Static method in class org.apache.xmlbeans.impl.schema.StscComplexTypeResolver
 
-  
 
- getContentModel(ExtensionType) - Static method in class org.apache.xmlbeans.impl.schema.StscComplexTypeResolver
 
-  
 
- getContentModel() - Method in interface org.apache.xmlbeans.SchemaType
 
- 
Returns the complex content model for this complex type (with complex content).
 
- 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
 
-  
 
- getCursor(Node) - Static method in class org.apache.xmlbeans.impl.store.Public2
 
-  
 
- 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
 
- 
 
- 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.
 
- 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.common.Sax2Dom
 
-  
 
- getDom() - Method in class org.apache.xmlbeans.impl.store.Cur
 
-  
 
- getDomImplementation() - Static method in class org.apache.xmlbeans.impl.store.Public2
 
-  
 
- getDomImplementation(Saaj) - Static method in class org.apache.xmlbeans.impl.store.Public2
 
-  
 
- 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
 
- 
 
- 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.SchemaCompiler.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
 
- 
 
- 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.SchemaCompiler.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.SchemaCompiler.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(Date, 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(CharSequence, int) - Static method in class org.apache.xmlbeans.impl.util.XsTypeConverter
 
-  
 
- 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 
 
- getGDurationValue() - Method in class org.apache.xmlbeans.FilterXmlObject
 
-  
 
- getGDurationValue() - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
 
- 
 
- 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
 
- 
 
- getGDurationValue() - Method in interface org.apache.xmlbeans.XmlDuration
 
- 
 
- 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(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.
 
- getHeader() - Method in interface org.apache.xmlbeans.impl.soap.SOAPEnvelope
 
- 
Returns the SOAPHeader object for this 
   SOAPEnvelope object.
 
- 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(String) - Method in class org.apache.xmlbeans.BindingConfig
 
-  
 
- getInterfaceExtensions() - Method in class org.apache.xmlbeans.impl.config.BindingConfigImpl
 
-  
 
- getInterfaceExtensions(String) - Method in class org.apache.xmlbeans.impl.config.BindingConfigImpl
 
-  
 
- getInterfaceExtensions() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
-  
 
- 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.SchemaCompiler.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() - Method in class org.apache.xmlbeans.impl.config.UserTypeImpl
 
-  
 
- getJavaname(QName, int) - Method in class org.apache.xmlbeans.impl.schema.StscState
 
- 
Looks up configured java name for the given qname.
 
- 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
 
- 
 
- getListValue() - Method in interface org.apache.xmlbeans.XmlIDREFS
 
- 
 
- getListValue() - Method in interface org.apache.xmlbeans.XmlNMTOKENS
 
- 
 
- 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
 
-  
 
- getLogger(Class<?>) - Static method in class org.apache.xmlbeans.impl.common.XBLogFactory
 
- 
Get a logger, based on a class name
 
- getLogger(String) - Static method in class org.apache.xmlbeans.impl.common.XBLogFactory
 
- 
Get a logger, based on a String
 
- 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.SchemaCompiler.Parameters
 
-  
 
- getMemoryInitialSize() - Method in class org.apache.xmlbeans.impl.tool.SchemaCompiler.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.SchemaCompiler.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 overriden 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(int) - Static method in class org.apache.xmlbeans.impl.common.XmlStreamUtils
 
-  
 
- 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.SchemaCompiler.Parameters
 
-  
 
- getName() - Method in interface org.apache.xmlbeans.InterfaceExtension.MethodSignature
 
- 
Returns the name of the method.
 
- 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.
 
- 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(int) - Static method in class org.apache.xmlbeans.xml.stream.events.ElementTypeNames
 
-  
 
- 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.
 
- 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(String) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
-  
 
- getNamespaceURI(int) - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
-  
 
- getNamespaceURI() - 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.
 
- 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 interface org.apache.xmlbeans.xml.stream.StartPrefixMapping
 
-  
 
- getNamespaceUri() - Method in interface org.apache.xmlbeans.xml.stream.XMLName
 
-  
 
- getNewNamespaceUri() - Method in interface org.apache.xmlbeans.xml.stream.ChangePrefixMapping
 
-  
 
- getNextChangeListener() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
-  
 
- getNode(XMLStreamReader) - Static method in class org.apache.xmlbeans.impl.store.Public2
 
-  
 
- 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.SchemaCompiler.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
 
-  
 
- 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(String) - Method in class org.apache.xmlbeans.BindingConfig
 
-  
 
- getPrePostExtension(String) - Method in class org.apache.xmlbeans.impl.config.BindingConfigImpl
 
-  
 
- getPrePostExtension() - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
-  
 
- 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(XMLName) - Static method in class org.apache.xmlbeans.impl.common.XMLNameHelper
 
-  
 
- getQName() - Method in interface org.apache.xmlbeans.impl.store.DomImpl.Dom
 
-  
 
- getQName(String, String) - Method in interface org.apache.xmlbeans.impl.store.QNameFactory
 
-  
 
- getQName(String, String, String) - Method in interface org.apache.xmlbeans.impl.store.QNameFactory
 
-  
 
- 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() - Method in class org.apache.xmlbeans.soap.SOAPArrayType
 
- 
Returns the QName for the referenced type.
 
- getQName(String) - Static method in class org.apache.xmlbeans.XmlBeans
 
- 
Obtains a name from the thread local QNameCache
 
- getQName(String, String) - Static method in class org.apache.xmlbeans.XmlBeans
 
- 
Obtains a name from the thread local QNameCache
 
- 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.SchemaCompiler.Parameters
 
-  
 
- getRepackage() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
-  
 
- getRepackager() - Method in class org.apache.xmlbeans.impl.util.FilerImpl
 
-  
 
- 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.SchemaCompiler.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
 
- 
 
- 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.SchemaCompiler.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
 
- 
 
- getStream() - Method in class org.apache.xmlbeans.impl.common.XmlEncodingSniffer
 
-  
 
- getStream(Node) - Static method in class org.apache.xmlbeans.impl.store.Public2
 
-  
 
- getString() - Method in class org.apache.xmlbeans.impl.schema.SchemaStringEnumEntryImpl
 
-  
 
- getString(StringBuffer, Object, int, int) - Static method in class org.apache.xmlbeans.impl.store.CharUtil
 
-  
 
- getString(Object, int, int) - Static method in class org.apache.xmlbeans.impl.store.CharUtil
 
-  
 
- getString() - Method in interface org.apache.xmlbeans.SchemaStringEnumEntry
 
- 
The enumerated string value
 
- 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(int) - Method in interface org.apache.xmlbeans.impl.richParser.XMLStreamReaderExt
 
- 
Returns the value as a 
String, with wsStyle applied.
 
 
- getStringValue() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
-  
 
- getStringValue(int) - 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
 
- 
 
- 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(int) - Method in interface org.apache.xmlbeans.impl.common.ValidatorListener.Event
 
-  
 
- getText() - Method in class org.apache.xmlbeans.impl.richParser.XMLStreamReaderExtImpl
 
-  
 
- 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(char[], int, int) - 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 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
 
- 
 
- getTopParticleForComplexOrMixedContent() - Method in class org.apache.xmlbeans.impl.inst2xsd.util.Type
 
-  
 
- getType() - Method in class org.apache.xmlbeans.impl.common.XmlEventBase
 
-  
 
- getType(String) - Static method in class org.apache.xmlbeans.impl.common.XmlStreamUtils
 
-  
 
- 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.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(String) - Static method in class org.apache.xmlbeans.xml.stream.events.ElementTypeNames
 
-  
 
- 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
 
- 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
 
- 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 interface org.apache.xmlbeans.impl.soap.Name
 
- 
Returns the URI of the namespace for the XML
 name that this Name object represents.
 
- getUri() - Method in class org.apache.xmlbeans.impl.store.Cur
 
-  
 
- getUrlFiles() - Method in class org.apache.xmlbeans.impl.tool.SchemaCompiler.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
 
- 
 
- 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
 
- 
 
- 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
 
- 
 
- 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.SchemaCompiler.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.SchemaCompiler.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
 
-  
 
- 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
 
- 
 
- IDENTITY_CONSTRAINT_VALID$DUPLICATE_UNIQUE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
- 
 
- IDENTITY_CONSTRAINT_VALID$KEYREF_KEY_NOT_FOUND - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
- 
 
- 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
 
-  
 
- INDEX_CLASSNAME - Static variable in class org.apache.xmlbeans.impl.schema.SchemaTypeCodePrinter
 
-  
 
- 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 - Static variable in class org.apache.xmlbeans.impl.common.XBLogger
 
-  
 
- 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(QName, String, boolean, String, boolean, XmlObject, SchemaAnnotation, Object) - Method in class org.apache.xmlbeans.impl.schema.SchemaAttributeGroupImpl
 
-  
 
- init(QName, SchemaType.Ref, int, String, XmlObject, XmlValueRef, boolean, SOAPArrayType, SchemaAnnotation, Object) - Method in class org.apache.xmlbeans.impl.schema.SchemaLocalAttributeImpl
 
-  
 
- init(QName, String, boolean, String, String, boolean, XmlObject, SchemaAnnotation, Object) - Method in class org.apache.xmlbeans.impl.schema.SchemaModelGroupImpl
 
-  
 
- init(SchemaParticle) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeVisitorImpl
 
-  
 
- 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() - Method in class org.apache.xmlbeans.impl.tool.BaseSchemaResourceManager
 
-  
 
- 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_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
 
- initialize(String) - Method in class org.apache.xmlbeans.impl.common.NullLogger
 
-  
 
- initialize(String) - Method in class org.apache.xmlbeans.impl.common.XBLogger
 
-  
 
- 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.
 
- 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
 
-  
 
- 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 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 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, String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
-  
 
- insertAttributeWithValue(QName, 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 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 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(QName) - 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 interface org.apache.xmlbeans.XmlCursor
 
- 
Inserts an element immediately before this cursor's location, giving
 the element the specified qualified name.
 
- 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 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
 
- insertElementWithText(QName, String) - 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 interface org.apache.xmlbeans.XmlCursor
 
- 
Inserts a new element immediately before this cursor's location, giving the
 element the specified qualified name and content.
 
- 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 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.
 
- 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 - Class in org.apache.xmlbeans.impl.inst2xsd
 
-  
 
- 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
 
-  
 
- Inst2XsdOptions - Class in org.apache.xmlbeans.impl.inst2xsd
 
-  
 
- Inst2XsdOptions() - Constructor for class org.apache.xmlbeans.impl.inst2xsd.Inst2XsdOptions
 
-  
 
- 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, Object[]) - 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 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(Throwable) - Constructor for exception org.apache.xmlbeans.impl.common.InvalidLexicalValueException
 
-  
 
- InvalidLexicalValueException(String, Location) - Constructor for exception org.apache.xmlbeans.impl.common.InvalidLexicalValueException
 
-  
 
- InvalidLexicalValueException(String, Throwable, Location) - 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_orphaned() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
- 
Describes the orphaned status of this object.
 
- 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(String) - Static method in class org.apache.xmlbeans.impl.common.XmlWhitespace
 
-  
 
- isAllSpace(CharSequence) - 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.
 
- 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.
 
- 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.SchemaCompiler.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.SchemaCompiler.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.SchemaCompiler.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.SchemaCompiler.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.SchemaCompiler.Parameters
 
-  
 
- isNoExt() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
-  
 
- isNojavac() - Method in class org.apache.xmlbeans.impl.tool.SchemaCompiler.Parameters
 
-  
 
- isNone() - Method in class org.apache.xmlbeans.XmlCursor.TokenType
 
- 
True if no token.
 
- isNoPvr() - Method in class org.apache.xmlbeans.impl.tool.SchemaCompiler.Parameters
 
-  
 
- isNoPvr() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
-  
 
- isNopvr() - Method in class org.apache.xmlbeans.impl.xsd2inst.SchemaInstanceGenerator.Xsd2InstOptions
 
-  
 
- 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.tool.SchemaCompiler.Parameters
 
-  
 
- isNoUpa() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
-  
 
- isNoupa() - Method in class org.apache.xmlbeans.impl.xsd2inst.SchemaInstanceGenerator.Xsd2InstOptions
 
-  
 
- isNoValidateDoc() - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
-  
 
- isNoVDoc() - Method in class org.apache.xmlbeans.impl.tool.SchemaCompiler.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.SchemaCompiler.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(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.
 
- isSpace() - Method in class org.apache.xmlbeans.impl.common.XmlEventBase
 
-  
 
- isSpace(char) - Static method in class org.apache.xmlbeans.impl.common.XmlWhitespace
 
-  
 
- isSpace() - Method in interface org.apache.xmlbeans.xml.stream.XMLEvent
 
-  
 
- 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(int) - Static method in class org.apache.xmlbeans.impl.common.XMLChar
 
- 
Returns true if the specified character is valid.
 
- isValid() - Method in class org.apache.xmlbeans.impl.inst2xsd.RussianDollStrategy.SCTValidationContext
 
-  
 
- 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
 
-  
 
- isValid() - Method in class org.apache.xmlbeans.impl.validator.ValidatingXMLStreamReader
 
-  
 
- isValid() - Method in class org.apache.xmlbeans.impl.validator.Validator
 
-  
 
- 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.SchemaCompiler.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.
 
- Saaj - Interface in org.apache.xmlbeans.impl.store
 
-  
 
- 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(ContentHandler, LexicalHandler) - Method in class org.apache.xmlbeans.FilterXmlObject
 
-  
 
- save(File) - Method in class org.apache.xmlbeans.FilterXmlObject
 
-  
 
- save(OutputStream) - Method in class org.apache.xmlbeans.FilterXmlObject
 
-  
 
- save(Writer) - Method in class org.apache.xmlbeans.FilterXmlObject
 
-  
 
- save(ContentHandler, LexicalHandler, XmlOptions) - Method in class org.apache.xmlbeans.FilterXmlObject
 
-  
 
- save(File, XmlOptions) - Method in class org.apache.xmlbeans.FilterXmlObject
 
-  
 
- save(OutputStream, XmlOptions) - Method in class org.apache.xmlbeans.FilterXmlObject
 
-  
 
- save(Writer, XmlOptions) - Method in class org.apache.xmlbeans.FilterXmlObject
 
-  
 
- 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(ContentHandler, LexicalHandler) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
-  
 
- save(File) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
-  
 
- save(OutputStream) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
-  
 
- save(Writer) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
-  
 
- save(ContentHandler, LexicalHandler, XmlOptions) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
-  
 
- save(File, XmlOptions) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
-  
 
- save(OutputStream, XmlOptions) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
-  
 
- save(Writer, XmlOptions) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
-  
 
- save(Node) - Static method in class org.apache.xmlbeans.impl.store.Public2
 
-  
 
- save(Node, OutputStream, XmlOptions) - Static method in class org.apache.xmlbeans.impl.store.Public2
 
-  
 
- save(Node, XmlOptions) - Static method in class org.apache.xmlbeans.impl.store.Public2
 
-  
 
- save(XmlCursor) - Static method in class org.apache.xmlbeans.impl.store.Public2
 
-  
 
- save(XmlCursor, XmlOptions) - Static method in class org.apache.xmlbeans.impl.store.Public2
 
-  
 
- save(ContentHandler, LexicalHandler, XmlOptions) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
-  
 
- save(File, XmlOptions) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
-  
 
- save(OutputStream, XmlOptions) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
-  
 
- save(Writer, XmlOptions) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
-  
 
- save(ContentHandler, LexicalHandler) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
-  
 
- save(File) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
-  
 
- save(OutputStream) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
-  
 
- save(Writer) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
-  
 
- save(Filer) - Method in interface org.apache.xmlbeans.SchemaTypeSystem
 
- 
Saves this type system using a Filer
 
- 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(File) - Method in interface org.apache.xmlbeans.XmlTokenSource
 
- 
Writes the XML represented by this source to the given File.
 
- save(OutputStream) - Method in interface org.apache.xmlbeans.XmlTokenSource
 
- 
Writes the XML represented by this source to the given output stream.
 
- save(Writer) - Method in interface org.apache.xmlbeans.XmlTokenSource
 
- 
Writes the XML represented by this source to the given output.
 
- 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(File, XmlOptions) - Method in interface org.apache.xmlbeans.XmlTokenSource
 
- 
Writes the XML represented by this source to the given File.
 
- save(OutputStream, XmlOptions) - Method in interface org.apache.xmlbeans.XmlTokenSource
 
- 
Writes the XML represented by this source to the given output stream.
 
- save(Writer, XmlOptions) - Method in interface org.apache.xmlbeans.XmlTokenSource
 
- 
Writes the XML represented by this source to the given output.
 
- 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
 
- 
 
- 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$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
 
- 
 
- 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_ATTR_GROUP - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
- 
 
- SCHEMA_ATTR_GROUP$SELF_REF - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
- 
 
- 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
 
- 
 
- 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
 
- 
 
- 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
 
- 
 
- 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
 
-  
 
- SchemaCompiler.Parameters - Class in org.apache.xmlbeans.impl.tool
 
-  
 
- SchemaCompilerExtension - Interface in org.apache.xmlbeans.impl.tool
 
- 
This interface is implemented by Schema Compiler Extensions.
 
- 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.
 
- 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 - Interface in org.apache.xmlbeans
 
- 
Represents a schema type.
 
- schemaType() - Method in interface org.apache.xmlbeans.XmlObject
 
-  
 
- 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
 
- 
 
- 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(ResourceLoader, String, SchemaTypeLoader) - Constructor for class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
-  
 
- SchemaTypeSystemImpl(String) - 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(SchemaParticle) - Constructor for class org.apache.xmlbeans.impl.schema.SchemaTypeVisitorImpl
 
- 
Construct it by passing the root of the content model.
 
- SchemaTypeVisitorImpl() - Constructor for class org.apache.xmlbeans.impl.schema.SchemaTypeVisitorImpl
 
-  
 
- 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(QName) - Method in class org.apache.xmlbeans.FilterXmlObject
 
-  
 
- selectAttribute(String, String) - 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(String, String) - 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.
 
- selectAttribute(String, String) - 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(QName) - Method in class org.apache.xmlbeans.FilterXmlObject
 
-  
 
- selectChildren(String, String) - Method in class org.apache.xmlbeans.FilterXmlObject
 
-  
 
- selectChildren(QNameSet) - 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(String, String) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
- 
Selects the contents of the children elements with the given name.
 
- 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(QName) - Method in interface org.apache.xmlbeans.XmlObject
 
- 
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(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(String) - Method in class org.apache.xmlbeans.FilterXmlObject
 
-  
 
- selectPath(String, XmlOptions) - Method in class org.apache.xmlbeans.FilterXmlObject
 
-  
 
- selectPath(String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
-  
 
- selectPath(String, XmlOptions) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
-  
 
- selectPath(String) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
-  
 
- selectPath(String, XmlOptions) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
-  
 
- selectPath(Object) - Method in class org.apache.xmlbeans.impl.xpath.saxon.SaxonXPath
 
-  
 
- selectPath(String) - 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.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 interface org.apache.xmlbeans.XmlObject
 
- 
Selects a path, applying options.
 
- SEQUENCE - Static variable in interface org.apache.xmlbeans.SchemaParticle
 
- 
 
- 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(XmlObject) - Method in class org.apache.xmlbeans.FilterXmlObject
 
-  
 
- set(SystemCache) - Static method in class org.apache.xmlbeans.impl.common.SystemCache
 
-  
 
- 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(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(int, T) - Method in class org.apache.xmlbeans.XmlSimpleList
 
- 
Unsupported because this list is immutable.
 
- 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_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_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_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) - 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.SchemaCompiler.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.SchemaTypeSystemCompiler.Parameters
 
-  
 
- 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.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
 
- 
 
- setBigDecimalValue(BigDecimal) - Method in interface org.apache.xmlbeans.XmlDecimal
 
- 
 
- 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
 
- 
 
- setBigIntegerValue(BigInteger) - Method in interface org.apache.xmlbeans.XmlInteger
 
- 
 
- 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
 
- 
 
- setCalendarValue(Calendar) - Method in interface org.apache.xmlbeans.XmlDate
 
- 
 
- setCalendarValue(Calendar) - Method in interface org.apache.xmlbeans.XmlDateTime
 
- 
 
- setCalendarValue(Calendar) - Method in interface org.apache.xmlbeans.XmlGDay
 
- 
 
- setCalendarValue(Calendar) - Method in interface org.apache.xmlbeans.XmlGMonth
 
- 
 
- setCalendarValue(Calendar) - Method in interface org.apache.xmlbeans.XmlGMonthDay
 
- 
 
- setCalendarValue(Calendar) - Method in interface org.apache.xmlbeans.XmlGYear
 
- 
 
- setCalendarValue(Calendar) - Method in interface org.apache.xmlbeans.XmlGYearMonth
 
- 
 
- setCalendarValue(Calendar) - Method in interface org.apache.xmlbeans.XmlTime
 
- 
 
- 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.SchemaCompiler.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.SchemaCompiler.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
 
-  
 
- setClasspath(File[]) - Method in class org.apache.xmlbeans.impl.tool.SchemaCompiler.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
 
-  
 
- 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
 
- 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.SchemaCompiler.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.SchemaCompiler.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.
 
- 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.SchemaCompiler.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(String, boolean, XmlObject) - Method in class org.apache.xmlbeans.impl.schema.SchemaParticleImpl
 
-  
 
- setDefault(int) - Method in class org.apache.xmlbeans.impl.schema.SchemaPropertyImpl
 
-  
 
- 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.
 
- 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.SchemaCompiler.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.SchemaCompiler.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
 
- 
 
- 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.SchemaCompiler.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.SchemaCompiler.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(GDateSpecification) - 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
 
- 
 
- setGDateValue(GDate) - Method in interface org.apache.xmlbeans.XmlDateTime
 
- 
 
- setGDateValue(GDate) - Method in interface org.apache.xmlbeans.XmlGDay
 
- 
 
- setGDateValue(GDate) - Method in interface org.apache.xmlbeans.XmlGMonth
 
- 
 
- setGDateValue(GDate) - Method in interface org.apache.xmlbeans.XmlGMonthDay
 
- 
 
- setGDateValue(GDate) - Method in interface org.apache.xmlbeans.XmlGYear
 
- 
 
- setGDateValue(GDate) - Method in interface org.apache.xmlbeans.XmlGYearMonth
 
- 
 
- setGDateValue(GDate) - Method in interface org.apache.xmlbeans.XmlTime
 
- 
 
- setGDurationValue(GDuration) - Method in class org.apache.xmlbeans.FilterXmlObject
 
-  
 
- setGDurationValue(GDuration) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
-  
 
- setGDurationValue(GDurationSpecification) - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
-  
 
- setGDurationValue(GDuration) - Method in interface org.apache.xmlbeans.SimpleValue
 
- 
 
- setGDurationValue(GDuration) - Method in interface org.apache.xmlbeans.XmlDuration
 
- 
 
- 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.SchemaCompiler.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.SchemaCompiler.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
 
- 
 
- setListValue(List<?>) - Method in interface org.apache.xmlbeans.XmlIDREFS
 
- 
 
- setListValue(List<?>) - Method in interface org.apache.xmlbeans.XmlNMTOKENS
 
- 
 
- 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.SchemaCompiler.Parameters
 
-  
 
- setMemoryInitialSize(String) - Method in class org.apache.xmlbeans.impl.tool.SchemaCompiler.Parameters
 
-  
 
- setMemoryInitialSize(String) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
-  
 
- setMemoryMaximumSize(String) - Method in class org.apache.xmlbeans.impl.tool.SchemaCompiler.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(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(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler.Parameters
 
-  
 
- setName(QName) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
-  
 
- setName(String) - Method in class org.apache.xmlbeans.impl.tool.Extension.Param
 
-  
 
- setName(String) - Method in class org.apache.xmlbeans.impl.tool.SchemaCompiler.Parameters
 
-  
 
- 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.SchemaCompiler.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.SchemaCompiler.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.SchemaCompiler.Parameters
 
-  
 
- setNoPvr(boolean) - Method in class org.apache.xmlbeans.impl.tool.SchemaCompiler.Parameters
 
-  
 
- setNoPvr(boolean) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
- 
Do not enforce the particle valid (restriction) rule.
 
- setNopvr(boolean) - Method in class org.apache.xmlbeans.impl.xsd2inst.SchemaInstanceGenerator.Xsd2InstOptions
 
- 
set true to disable particle valid (restriction) rule, false othervise
 
- setNoSrcRegen(boolean) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
-  
 
- setNoUpa(boolean) - Method in class org.apache.xmlbeans.impl.tool.SchemaCompiler.Parameters
 
-  
 
- setNoUpa(boolean) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
- 
Do not enforce the unique particle attribution rule.
 
- setNoupa(boolean) - Method in class org.apache.xmlbeans.impl.xsd2inst.SchemaInstanceGenerator.Xsd2InstOptions
 
- 
set true to disable unique particle attribution rule, false othervise
 
- 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.SchemaCompiler.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.SchemaCompiler.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
 
-  
 
- 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(Hashtable) - 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.SchemaCompiler.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.SchemaCompiler.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.SchemaCompiler.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(CharacterIterator) - Method in class org.apache.xmlbeans.impl.regex.Match
 
-  
 
- setSource(String) - Method in class org.apache.xmlbeans.impl.regex.Match
 
-  
 
- setSource(char[]) - Method in class org.apache.xmlbeans.impl.regex.Match
 
-  
 
- setSource(String) - Method in class org.apache.xmlbeans.impl.tool.XMLBean
 
-  
 
- 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.SchemaCompiler.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
 
- 
 
- setStringValue(String) - Method in interface org.apache.xmlbeans.XmlAnySimpleType
 
- 
 
- setSubstitutionGroup(SchemaGlobalElement.Ref) - Method in class org.apache.xmlbeans.impl.schema.SchemaGlobalElementImpl
 
-  
 
- setSubstitutionGroup(QName) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeImpl
 
-  
 
- setSvActual(boolean) - Method in class org.apache.xmlbeans.impl.tool.XSTCTester.TestCaseResult
 
-  
 
- setSync(Document, boolean) - Static method in class org.apache.xmlbeans.impl.store.Public2
 
-  
 
- setTargetSchemaTypeSystem(SchemaTypeSystemImpl) - Method in class org.apache.xmlbeans.impl.schema.StscState
 
- 
Initializer for references to the SchemaTypeLoader
 
- setTextValue(String) - 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 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.
 
- 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.
 
- setTime(int, int, int, BigDecimal) - Method in class org.apache.xmlbeans.GDateBuilder
 
- 
Sets the time.
 
- setTimeZone(int, int, int) - Method in class org.apache.xmlbeans.GDateBuilder
 
- 
Sets the time zone without changing the other time
 fields.
 
- 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).
 
- 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.SchemaCompiler.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.SchemaCompiler.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.SchemaCompiler.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.SchemaCompiler.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$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_RESTRICTION_FACETS - 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
 
- 
 
- 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.XmlSimpleList
 
- 
Returns the number of elements in this list.
 
- SIZE_BIG_DECIMAL - Static variable in interface org.apache.xmlbeans.SchemaType
 
- 
 
- SIZE_BIG_INTEGER - Static variable in interface org.apache.xmlbeans.SchemaType
 
- 
 
- 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_SHORT - Static variable in interface org.apache.xmlbeans.SchemaType
 
- 
Fits in a short.
 
- skip(long) - Method in class org.apache.xmlbeans.impl.common.PushedInputStream
 
-  
 
- skip() - Method in class org.apache.xmlbeans.impl.store.Cur
 
-  
 
- SKIP - Static variable in interface org.apache.xmlbeans.SchemaAttributeModel
 
- 
Skip wildcard processing.
 
- SKIP - Static variable in interface org.apache.xmlbeans.SchemaParticle
 
- 
 
- skip() - Method in interface org.apache.xmlbeans.xml.stream.AttributeIterator
 
- 
Skip the next element on the stream
 
- 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
 
-  
 
- 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.
 
- SOAP_ARRAY - Static variable in class org.apache.xmlbeans.impl.schema.SoapEncSchemaTypeSystem
 
-  
 
- 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(DomImpl.Dom, Name) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
-  
 
- soapBody_addBodyElement(SOAPBody, Name) - 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_addDocument(SOAPBody, Document) - 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_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_getFault(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
-  
 
- soapBody_getFault(SOAPBody) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
-  
 
- soapBody_hasFault(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
-  
 
- soapBody_hasFault(SOAPBody) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
-  
 
- 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, SOAPElement) - 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, 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_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(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
-  
 
- soapFault_addDetail(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_getDetail(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_getFaultActor(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_getFaultCode(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_getFaultCodeAsName(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_getFaultString(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_getFaultStringLocale(SOAPFault) - 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_setFaultActor(SOAPFault, String) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
-  
 
- soapFault_setFaultCode(DomImpl.Dom, Name) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
-  
 
- soapFault_setFaultCode(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
-  
 
- soapFault_setFaultCode(SOAPFault, Name) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
-  
 
- soapFault_setFaultCode(SOAPFault, String) - 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
 
-  
 
- 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
 
-  
 
- 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(DomImpl.Dom, Name) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
-  
 
- soapHeader_addHeaderElement(SOAPHeader, Name) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
-  
 
- soapHeader_examineAllHeaderElements(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
-  
 
- soapHeader_examineAllHeaderElements(SOAPHeader) - 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_examineHeaderElements(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_examineMustUnderstandHeaderElements(SOAPHeader, String) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
-  
 
- soapHeader_extractAllHeaderElements(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
-  
 
- soapHeader_extractAllHeaderElements(SOAPHeader) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
-  
 
- soapHeader_extractHeaderElements(DomImpl.Dom, String) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
-  
 
- soapHeader_extractHeaderElements(SOAPHeader, String) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
-  
 
- SOAPHeaderElement - Interface in org.apache.xmlbeans.impl.soap
 
- 
An object representing the contents in the SOAP header part
   of the SOAP envelope.
 
- soapHeaderElement_getActor(DomImpl.Dom) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
-  
 
- soapHeaderElement_getActor(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_getMustUnderstand(SOAPHeaderElement) - 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_setActor(SOAPHeaderElement, String) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
-  
 
- soapHeaderElement_setMustUnderstand(DomImpl.Dom, boolean) - Static method in class org.apache.xmlbeans.impl.store.DomImpl
 
-  
 
- soapHeaderElement_setMustUnderstand(SOAPHeaderElement, boolean) - Method in interface org.apache.xmlbeans.impl.store.Saaj
 
-  
 
- 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
 
- 
 
- 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
 
-  
 
- test(int) - Static method in class org.apache.xmlbeans.impl.common.XBeanDebug
 
-  
 
- test() - Static method in class org.apache.xmlbeans.impl.store.Public2
 
-  
 
- 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(ValidatorListener.Event, SchemaType, String, boolean) - Method in class org.apache.xmlbeans.impl.common.IdentityConstraint
 
-  
 
- TEXT - Static variable in interface org.apache.xmlbeans.impl.common.ValidatorListener
 
-  
 
- Text - Interface in org.apache.xmlbeans.impl.soap
 
- 
A representation of a node whose value is text.
 
- text(String) - Method in class org.apache.xmlbeans.impl.store.Cur.CurLoadContext
 
-  
 
- 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.Locale.LoadContext
 
-  
 
- 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.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.
 
- toBookmark(XmlCursor) - Method in class org.apache.xmlbeans.XmlCursor.XmlBookmark
 
-  
 
- 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(int) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
-  
 
- toChild(QName, int) - 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 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 interface org.apache.xmlbeans.XmlCursor
 
- 
Moves the cursor to the first child element of the specified qualified name.
 
- toChild(int) - Method in interface org.apache.xmlbeans.XmlCursor
 
- 
Moves the cursor to the child element specified by index.
 
- 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(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
 
-  
 
- 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 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 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 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(boolean) - 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.
 
- 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(URI) - Method in class org.apache.xmlbeans.XmlError
 
- 
Produces a standard string with the error message.
 
- 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.
 
- TOTAL_ORDER - Static variable in interface org.apache.xmlbeans.SchemaType
 
- 
Totally ordered.
 
- trace(int, String, int) - Static method in class org.apache.xmlbeans.impl.common.XBeanDebug
 
-  
 
- TRACE_SCHEMA_LOADING - Static variable in class org.apache.xmlbeans.impl.common.XBeanDebug
 
-  
 
- traceProp - Static variable in class org.apache.xmlbeans.impl.common.XBeanDebug
 
-  
 
- 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 - 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.
 
- 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.
 
 
- 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
 
-  
 
- typeSystemForClassLoader(ClassLoader, String) - Static method in class org.apache.xmlbeans.XmlBeans
 
- 
 
- typeSystemForName(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeLoaderImpl
 
-  
 
- typeSystemForName(String) - Method in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl
 
-  
 
- TypeSystemHolder - Class in org.apache.xmlbeans.impl.inst2xsd.util
 
-  
 
- TypeSystemHolder() - Constructor for class org.apache.xmlbeans.impl.inst2xsd.util.TypeSystemHolder
 
-  
 
- 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.
 
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
 
-  
 
- UNSUPPORTED_FEATURE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
-  
 
- 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
 
-  
 
- 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(XmlOptions) - Method in class org.apache.xmlbeans.FilterXmlObject
 
-  
 
- validate(ValidatorListener) - Method in interface org.apache.xmlbeans.impl.values.TypeStore
 
-  
 
- validate() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
-  
 
- validate(XmlOptions) - 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(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_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
 
-  
 
- validateFiles(File[], SchemaTypeLoader, XmlOptions) - Static method in class org.apache.xmlbeans.impl.tool.StreamInstanceValidator
 
-  
 
- validateLexical(String, SchemaType, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaBase64Holder
 
-  
 
- validateLexical(String, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaBooleanHolder
 
-  
 
- validateLexical(String, SchemaType, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaBooleanHolderEx
 
-  
 
- validateLexical(String, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaDecimalHolder
 
- 
Performs lexical validation only.
 
- validateLexical(String, SchemaType, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaDecimalHolderEx
 
-  
 
- validateLexical(String, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaDoubleHolder
 
-  
 
- validateLexical(String, SchemaType, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaDoubleHolderEx
 
-  
 
- validateLexical(String, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaFloatHolder
 
-  
 
- 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, PrefixResolver) - Static method in class org.apache.xmlbeans.impl.values.JavaNotationHolderEx
 
-  
 
- validateLexical(String, ValidationContext, PrefixResolver) - Static method in class org.apache.xmlbeans.impl.values.JavaQNameHolder
 
-  
 
- validateLexical(String, SchemaType, ValidationContext, PrefixResolver) - Static method in class org.apache.xmlbeans.impl.values.JavaQNameHolderEx
 
-  
 
- 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, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaUriHolder
 
-  
 
- validateLexical(String, SchemaType, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaUriHolderEx
 
-  
 
- 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
 
-  
 
- 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(BigDecimal, SchemaType, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaDecimalHolderEx
 
- 
Performs facet validation only.
 
- 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(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(byte[], SchemaType, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.JavaHexBinaryHolderEx
 
-  
 
- 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(XmlSimpleList<? extends XmlAnySimpleType>, SchemaType, ValidationContext) - Static method in class org.apache.xmlbeans.impl.values.XmlListImpl
 
-  
 
- ValidatingInfoXMLStreamReader - Class in org.apache.xmlbeans.impl.validator
 
- 
 
- 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.XmlOptionsKeys
 
- 
Returns the enum constant of this type with the specified name.
 
- 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, 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(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_elements(TypeStoreVisitor) - Method in interface org.apache.xmlbeans.impl.values.TypeStore
 
- 
Visits all the elements immediately, using the given visitor.
 
W
- WARN - Static variable in class org.apache.xmlbeans.impl.common.XBLogger
 
-  
 
- 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.
 
- 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.
 
- 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
 
- 
 
- WORDS - Static variable in class org.apache.xmlbeans.impl.xsd2inst.SampleXmlUtil
 
-  
 
- 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.
 
- 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.
 
- 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
 
-  
 
- XBLogFactory - Class in org.apache.xmlbeans.impl.common
 
- 
Provides logging without clients having to mess with
 configuration/initialization.
 
- XBLogger - Class in org.apache.xmlbeans.impl.common
 
- 
A logger interface that strives to make it as easy as possible for
 developers to write log calls, while simultaneously making those
 calls as cheap as possible by performing lazy evaluation of the log
 message.
 
- 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
 
- 
 
- xgetListValue() - Method in interface org.apache.xmlbeans.XmlIDREFS
 
- 
 
- xgetListValue() - Method in interface org.apache.xmlbeans.XmlNMTOKENS
 
- 
 
- XML_DUPLICATE_ATTRIBUTE - Static variable in class org.apache.xmlbeans.XmlErrorCodes
 
- 
 
- 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
 
- 
 
- XmlAnySimpleType.Factory - Class in org.apache.xmlbeans
 
- 
 
- XmlAnySimpleTypeImpl - Class in org.apache.xmlbeans.impl.values
 
- 
This class implements the anySimpleType for XML.
 
- XmlAnySimpleTypeImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.impl.values.XmlAnySimpleTypeImpl
 
-  
 
- XmlAnySimpleTypeImpl() - 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.
 
 
- XmlAnyURI.Factory - Class in org.apache.xmlbeans
 
- 
A class with methods for creating instances
 of 
XmlAnyURI.
 
 
- 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
 
- 
 
- XmlBase64Binary.Factory - Class in org.apache.xmlbeans
 
- 
 
- 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
 
- 
 
- XmlBoolean.Factory - Class in org.apache.xmlbeans
 
- 
A class with methods for creating instances
 of 
XmlBoolean.
 
 
- 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.
 
 
- XmlByte.Factory - Class in org.apache.xmlbeans
 
- 
A class with methods for creating instances
 of 
XmlByte.
 
 
- 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
 
- 
 
- XmlCalendar(String) - Constructor for class org.apache.xmlbeans.XmlCalendar
 
- 
Constructs an XmlCalendar for a standard XML
 schema formatted date string.
 
- XmlCalendar(GDateSpecification) - Constructor for class org.apache.xmlbeans.XmlCalendar
 
- 
Constructs an XmlCalendar from a GDate.
 
- XmlCalendar(Date) - Constructor for class org.apache.xmlbeans.XmlCalendar
 
- 
Constructs an XmlCalendar from a Date.
 
- 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() - Constructor for class org.apache.xmlbeans.XmlCalendar
 
- 
Constructs an empty instance with no fields set.
 
- 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
 
- 
 
- XmlDate - Interface in org.apache.xmlbeans
 
- 
Corresponds to the XML Schema
 
xs:date type.
 
 
- XmlDate.Factory - Class in org.apache.xmlbeans
 
- 
A class with methods for creating instances
 of 
XmlDate.
 
 
- 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
 
- 
 
- XmlDateTime.Factory - Class in org.apache.xmlbeans
 
- 
A class with methods for creating instances
 of 
XmlDateTime.
 
 
- 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
 
- 
 
- XmlDecimal.Factory - Class in org.apache.xmlbeans
 
- 
A class with methods for creating instances
 of 
XmlDecimal.
 
 
- 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.
 
 
- XmlDouble.Factory - Class in org.apache.xmlbeans
 
- 
A class with methods for creating instances
 of 
XmlDouble.
 
 
- 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
 
- 
 
- XmlDuration.Factory - Class in org.apache.xmlbeans
 
- 
A class with methods for creating instances
 of 
XmlDuration.
 
 
- 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.
 
 
- XmlENTITIES.Factory - Class in org.apache.xmlbeans
 
- 
A class with methods for creating instances
 of 
XmlENTITIES.
 
 
- 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.
 
 
- XmlENTITY.Factory - Class in org.apache.xmlbeans
 
- 
A class with methods for creating instances
 of 
XmlENTITY.
 
 
- 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(XmlError) - Constructor for class org.apache.xmlbeans.XmlError
 
- 
Copy 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(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, Object[], int, Location) - Constructor for class org.apache.xmlbeans.XmlError
 
-  
 
- 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(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(String, Throwable, XmlError) - Constructor for exception org.apache.xmlbeans.XmlException
 
- 
Constructs an XmlException from a message, a cause, and an 
XmlError.
 
 
- 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(XmlRuntimeException) - Constructor for exception org.apache.xmlbeans.XmlException
 
- 
 
- 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.
 
 
- XmlFloat.Factory - Class in org.apache.xmlbeans
 
- 
A class with methods for creating instances
 of 
XmlFloat.
 
 
- 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.
 
 
- XmlGDay.Factory - Class in org.apache.xmlbeans
 
- 
A class with methods for creating instances
 of 
XmlGDay.
 
 
- 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.
 
 
- XmlGMonth.Factory - Class in org.apache.xmlbeans
 
- 
A class with methods for creating instances
 of 
XmlGMonth.
 
 
- XmlGMonthDay - Interface in org.apache.xmlbeans
 
- 
 
- XmlGMonthDay.Factory - Class in org.apache.xmlbeans
 
- 
A class with methods for creating instances
 of 
XmlGMonthDay.
 
 
- 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.
 
 
- XmlGYear.Factory - Class in org.apache.xmlbeans
 
- 
A class with methods for creating instances
 of 
XmlGYear.
 
 
- 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
 
- 
 
- XmlGYearMonth.Factory - Class in org.apache.xmlbeans
 
- 
 
- 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
 
- 
 
- XmlHexBinary.Factory - Class in org.apache.xmlbeans
 
- 
A class with methods for creating instances
 of 
XmlHexBinary.
 
 
- 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.
 
 
- XmlID.Factory - Class in org.apache.xmlbeans
 
- 
A class with methods for creating instances
 of 
XmlID.
 
 
- 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.
 
 
- XmlIDREF.Factory - Class in org.apache.xmlbeans
 
- 
A class with methods for creating instances
 of 
XmlIDREF.
 
 
- 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.
 
 
- XmlIDREFS.Factory - Class in org.apache.xmlbeans
 
- 
A class with methods for creating instances
 of 
XmlIDREFS.
 
 
- 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.
 
 
- XmlInt.Factory - Class in org.apache.xmlbeans
 
- 
A class with methods for creating instances
 of 
XmlInt.
 
 
- XmlInteger - Interface in org.apache.xmlbeans
 
- 
 
- XmlInteger.Factory - Class in org.apache.xmlbeans
 
- 
A class with methods for creating instances
 of 
XmlInteger.
 
 
- 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
 
- 
 
- XmlLanguage.Factory - Class in org.apache.xmlbeans
 
- 
A class with methods for creating instances
 of 
XmlLanguage.
 
 
- 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.
 
 
- XmlLong.Factory - Class in org.apache.xmlbeans
 
- 
A class with methods for creating instances
 of 
XmlLong.
 
 
- 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.xml.stream
 
- 
Encapsulates information about the Qualified Name of an XML event.
 
- XmlName - Interface in org.apache.xmlbeans
 
- 
Corresponds to the XML Schema
 
xs:Name type.
 
 
- XmlName.Factory - Class in org.apache.xmlbeans
 
- 
A class with methods for creating instances
 of 
XmlName.
 
 
- 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() - Constructor for class org.apache.xmlbeans.impl.common.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 - Class in org.apache.xmlbeans.impl.values
 
-  
 
- XmlNameImpl() - Constructor for class org.apache.xmlbeans.impl.values.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.
 
 
- XmlNCName.Factory - Class in org.apache.xmlbeans
 
- 
A class with methods for creating instances
 of 
XmlNCName.
 
 
- 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
 
- 
 
- XmlNegativeInteger.Factory - Class in org.apache.xmlbeans
 
- 
 
- 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
 
- 
 
- XmlNMTOKEN.Factory - Class in org.apache.xmlbeans
 
- 
A class with methods for creating instances
 of 
XmlNMTOKEN.
 
 
- 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.
 
 
- XmlNMTOKENS.Factory - Class in org.apache.xmlbeans
 
- 
A class with methods for creating instances
 of 
XmlNMTOKENS.
 
 
- 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
 
- 
 
- XmlNonNegativeInteger.Factory - Class in org.apache.xmlbeans
 
- 
 
- 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
 
- 
 
- XmlNonPositiveInteger.Factory - Class in org.apache.xmlbeans
 
- 
 
- 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
 
- 
 
- XmlNormalizedString.Factory - Class in org.apache.xmlbeans
 
- 
 
- 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
 
- 
 
- XmlNOTATION.Factory - Class in org.apache.xmlbeans
 
- 
A class with methods for creating instances
 of 
XmlNOTATION.
 
 
- 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.
 
 
- XmlObject.Factory - Class in org.apache.xmlbeans
 
- 
Static factory class for creating new instances.
 
- XmlObjectBase - Class in org.apache.xmlbeans.impl.values
 
-  
 
- XmlObjectBase() - Constructor for class org.apache.xmlbeans.impl.values.XmlObjectBase
 
-  
 
- 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.XmlOptionsKeys - Enum in org.apache.xmlbeans
 
-  
 
- XmlOptionsBean - Class in org.apache.xmlbeans
 
- 
 
- XmlOptionsBean() - Constructor for class org.apache.xmlbeans.XmlOptionsBean
 
- 
Deprecated.
Construct a new blank XmlOptions.
 
- XmlOptionsBean(XmlOptions) - Constructor for class org.apache.xmlbeans.XmlOptionsBean
 
- 
Deprecated.
Construct a new XmlOptions, copying the options.
 
- XmlPositiveInteger - Interface in org.apache.xmlbeans
 
- 
 
- XmlPositiveInteger.Factory - Class in org.apache.xmlbeans
 
- 
 
- 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.
 
 
- XmlQName.Factory - Class in org.apache.xmlbeans
 
- 
A class with methods for creating instances
 of 
XmlQName.
 
 
- 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(Throwable) - Constructor for exception org.apache.xmlbeans.XmlRuntimeException
 
- 
Constructs an XmlRuntimeException from 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(XmlError) - Constructor for exception org.apache.xmlbeans.XmlRuntimeException
 
- 
Constructs an XmlRuntimeException from an XmlError.
 
- XmlRuntimeException(String, Throwable, XmlError) - Constructor for exception org.apache.xmlbeans.XmlRuntimeException
 
- 
Constructs an XmlRuntimeException from a message, a cause, and an XmlError.
 
- XmlRuntimeException(XmlException) - Constructor for exception org.apache.xmlbeans.XmlRuntimeException
 
- 
 
- XmlSaxHandler - Interface in org.apache.xmlbeans
 
- 
 
- XmlShort - Interface in org.apache.xmlbeans
 
- 
Corresponds to the XML Schema
 
xs:short type.
 
 
- XmlShort.Factory - Class in org.apache.xmlbeans
 
- 
A class with methods for creating instances
 of 
XmlShort.
 
 
- 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.
 
 
- XmlString.Factory - Class in org.apache.xmlbeans
 
- 
A class with methods for creating instances
 of 
XmlString.
 
 
- 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(XmlOptions) - Method in class org.apache.xmlbeans.FilterXmlObject
 
-  
 
- xmlText() - Method in class org.apache.xmlbeans.impl.store.Cursor
 
-  
 
- xmlText(XmlOptions) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
-  
 
- xmlText() - Method in class org.apache.xmlbeans.impl.values.XmlObjectBase
 
-  
 
- xmlText(XmlOptions) - 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 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.
 
 
- XmlTime.Factory - Class in org.apache.xmlbeans
 
- 
A class with methods for creating instances
 of 
XmlTime.
 
 
- 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.
 
 
- XmlToken.Factory - Class in org.apache.xmlbeans
 
- 
A class with methods for creating instances
 of 
XmlToken.
 
 
- 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
 
- 
 
- XmlUnsignedByte.Factory - Class in org.apache.xmlbeans
 
- 
 
- 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
 
- 
 
- XmlUnsignedInt.Factory - Class in org.apache.xmlbeans
 
- 
 
- 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
 
- 
 
- XmlUnsignedLong.Factory - Class in org.apache.xmlbeans
 
- 
 
- 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
 
- 
 
- XmlUnsignedShort.Factory - Class in org.apache.xmlbeans
 
- 
 
- 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.XPathCompileException - Exception 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
 
-  
 
- 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
 
-  
 
- 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(String[], String, SchemaInstanceGenerator.Xsd2InstOptions) - Static method in class org.apache.xmlbeans.impl.xsd2inst.SchemaInstanceGenerator
 
-  
 
- xsd2inst(Reader[], 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
 
- 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
 
-  
 
- _log(int, Object) - Method in class org.apache.xmlbeans.impl.common.NullLogger
 
- 
Log a message
 
- _log(int, Object, Throwable) - Method in class org.apache.xmlbeans.impl.common.NullLogger
 
- 
Log a message
 
- _log(int, Object) - Method in class org.apache.xmlbeans.impl.common.XBLogger
 
- 
Log a message
 
- _log(int, Object, Throwable) - Method in class org.apache.xmlbeans.impl.common.XBLogger
 
- 
Log a message
 
- _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
 
-  
 
- _newStore(Locale) - Static method in class org.apache.xmlbeans.impl.store.Public2
 
-  
 
- _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(OutputStream) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
-  
 
- _save(Writer) - 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
 
-  
 
- _save(File, XmlOptions) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
-  
 
- _save(OutputStream, XmlOptions) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
-  
 
- _save(Writer, 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(String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
-  
 
- _setTextValue(char[], int, int) - 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, SOAPElement) - 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, 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_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(String) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
-  
 
- _toChild(QName) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
-  
 
- _toChild(int) - Method in class org.apache.xmlbeans.impl.store.Cursor
 
-  
 
- _toChild(String, String) - 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 _