A B C D E F G H I J K L M N O P R S T U V W X _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ACCESS_EXTERNAL_DTD - Static variable in class org.glassfish.jaxb.core.v2.util.XmlFactory
- ACCESS_EXTERNAL_SCHEMA - Static variable in class org.glassfish.jaxb.core.v2.util.XmlFactory
- adapter - Variable in class org.glassfish.jaxb.core.v2.model.core.Ref
-
If the reference has an adapter, non-null.
- Adapter<TypeT,ClassDeclT> - Class in org.glassfish.jaxb.core.v2.model.core
-
Adapterthat wrapsXmlJavaTypeAdapter. - Adapter(ClassDeclT, Navigator<TypeT, ClassDeclT, ?, ?>) - Constructor for class org.glassfish.jaxb.core.v2.model.core.Adapter
- Adapter(XmlJavaTypeAdapter, AnnotationReader<TypeT, ClassDeclT, ?, ?>, Navigator<TypeT, ClassDeclT, ?, ?>) - Constructor for class org.glassfish.jaxb.core.v2.model.core.Adapter
- adapterType - Variable in class org.glassfish.jaxb.core.v2.model.core.Adapter
-
The adapter class.
- addDatatypeWriter(DatatypeWriter<?>) - Method in class com.sun.xml.txw2.Document
-
Defines additional user object
->string conversion logic. - allowDom - Variable in enum org.glassfish.jaxb.core.v2.model.core.WildcardMode
- allowExternalAccess(SchemaFactory, String, boolean) - Static method in class org.glassfish.jaxb.core.v2.util.XmlFactory
- allowExternalDTDAccess(SchemaFactory, String, boolean) - Static method in class org.glassfish.jaxb.core.v2.util.XmlFactory
- allowTypedObject - Variable in enum org.glassfish.jaxb.core.v2.model.core.WildcardMode
- AnnotationReader<T,C,F,M> - Interface in org.glassfish.jaxb.core.v2.model.annotation
-
Reads annotations for the given property.
- AnnotationSource - Interface in org.glassfish.jaxb.core.v2.model.annotation
-
Implemented by objects that can have annotations.
- ANYTYPE_NAME - Static variable in interface org.glassfish.jaxb.core.v2.model.core.NonElement
- ArrayInfo<T,C> - Interface in org.glassfish.jaxb.core.v2.model.core
-
Stand-alone array that can be marshalled/unmarshalled on its own (without being part of any encloding
ClassInfo.) - ArrayInfoUtil - Class in org.glassfish.jaxb.core.v2.model.util
-
Util class for ArrayInfo
- arrays() - Method in interface org.glassfish.jaxb.core.v2.model.core.TypeInfoSet
-
Returns all the
ArrayInfos known to this set. - asDecl(Class) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Gets the
Crepresentation for the given class. - asDecl(T) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
If the given type is an use of class declaration, returns the type casted as
C. - asElement() - Method in interface org.glassfish.jaxb.core.v2.model.core.MaybeElement
- ASSERT_FAILED - Static variable in class org.glassfish.jaxb.core.marshaller.Messages
- ATTRIBUTE - org.glassfish.jaxb.core.v2.model.core.PropertyKind
- AttributePropertyInfo<T,C> - Interface in org.glassfish.jaxb.core.v2.model.core
-
Attribute
PropertyInfo.
B
- beans() - Method in interface org.glassfish.jaxb.core.v2.model.core.TypeInfoSet
-
Returns all the
ClassInfos known to this set. - beginStartTag(String, String, String) - Method in class com.sun.xml.txw2.output.DomSerializer
- beginStartTag(String, String, String) - Method in class com.sun.xml.txw2.output.DumpSerializer
- beginStartTag(String, String, String) - Method in class com.sun.xml.txw2.output.SaxSerializer
- beginStartTag(String, String, String) - Method in class com.sun.xml.txw2.output.StaxSerializer
- beginStartTag(String, String, String) - Method in class com.sun.xml.txw2.output.StreamSerializer
- beginStartTag(String, String, String) - Method in class com.sun.xml.txw2.output.TXWSerializer
- beginStartTag(String, String, String) - Method in interface com.sun.xml.txw2.output.XmlSerializer
-
Begins writing a start tag.
- bindings() - Method in interface org.glassfish.jaxb.core.v2.schemagen.episode.Bindings
-
Nested bindings.
- Bindings - Interface in org.glassfish.jaxb.core.v2.schemagen.episode
- block() - Method in interface com.sun.xml.txw2.TypedXmlWriter
-
Blocks the writing of the start tag so that new attributes can be added even after child elements are appended.
- boxToPrimitive - Static variable in class org.glassfish.jaxb.core.v2.runtime.RuntimeUtil
- bridge() - Method in class com.sun.istack.XMLStreamReaderToContentHandler
- BROKEN_CONTEXTPATH - org.glassfish.jaxb.core.v2.Messages
- build() - Method in interface com.sun.istack.Builder
- Builder<T> - Interface in com.sun.istack
- BUILTIN - Static variable in interface com.sun.xml.txw2.DatatypeWriter
- BuiltinLeafInfo<T,C> - Interface in org.glassfish.jaxb.core.v2.model.core
-
JAXB spec designates a few Java classes to be mapped to leaves in XML.
- builtins() - Method in interface org.glassfish.jaxb.core.v2.model.core.TypeInfoSet
-
Returns all the
BuiltinLeafInfos known to this set. - ByteArrayDataSource - Class in com.sun.istack
-
DataSourcebacked by a byte buffer. - ByteArrayDataSource(byte[], int, String) - Constructor for class com.sun.istack.ByteArrayDataSource
- ByteArrayDataSource(byte[], String) - Constructor for class com.sun.istack.ByteArrayDataSource
C
- calcArrayTypeName(QName) - Static method in class org.glassfish.jaxb.core.v2.model.util.ArrayInfoUtil
-
Computes the type name of the array from that of the item type.
- canBeReferencedByIDREF() - Method in interface org.glassfish.jaxb.core.v2.model.core.TypeInfo
-
True if this type is a valid target from a property annotated with
XmlIDREF. - canHaveXmlMimeType - Variable in enum org.glassfish.jaxb.core.v2.model.core.PropertyKind
-
This kind of property can have
XmlMimeTypeandXmlInlineBinaryDataannotation with it. - cdata(StringBuilder) - Method in class com.sun.xml.txw2.output.DomSerializer
- cdata(StringBuilder) - Method in class com.sun.xml.txw2.output.DumpSerializer
- cdata(StringBuilder) - Method in class com.sun.xml.txw2.output.SaxSerializer
- cdata(StringBuilder) - Method in class com.sun.xml.txw2.output.StaxSerializer
- cdata(StringBuilder) - Method in class com.sun.xml.txw2.output.StreamSerializer
- cdata(StringBuilder) - Method in class com.sun.xml.txw2.output.TXWSerializer
- cdata(StringBuilder) - Method in interface com.sun.xml.txw2.output.XmlSerializer
-
Writes CDATA.
- CharacterEscapeHandler - Interface in com.sun.xml.txw2.output
-
Performs character escaping and write the result to the output.
- CharacterEscapeHandler - Interface in org.glassfish.jaxb.core.marshaller
-
Performs character escaping and write the result to the output.
- characters(char[], int, int) - Method in class com.sun.xml.txw2.output.DataWriter
-
Write a sequence of characters.
- characters(char[], int, int) - Method in class com.sun.xml.txw2.output.IndentingXMLFilter
-
Write a sequence of characters.
- characters(char[], int, int) - Method in class com.sun.xml.txw2.output.XMLWriter
-
Write character data.
- characters(char[], int, int) - Method in class org.glassfish.jaxb.core.marshaller.DataWriter
-
Write a sequence of characters.
- characters(char[], int, int) - Method in class org.glassfish.jaxb.core.marshaller.SAX2DOMEx
- characters(char[], int, int) - Method in class org.glassfish.jaxb.core.marshaller.XMLWriter
-
Write character data.
- characters(String) - Method in class com.sun.xml.txw2.output.XMLWriter
-
Write a string of character data, with XML escaping.
- characters(String) - Method in class org.glassfish.jaxb.core.marshaller.SAX2DOMEx
- characters(String) - Method in class org.glassfish.jaxb.core.marshaller.XMLWriter
-
Write a string of character data, with XML escaping.
- checkSpec() - Static method in class org.glassfish.jaxb.core.v2.TODO
-
When this method is called, that means we need to check the spec and corrects the behavior.
- checkSpec(String) - Static method in class org.glassfish.jaxb.core.v2.TODO
- ClassFactory - Class in org.glassfish.jaxb.core.v2
-
Creates new instances of classes.
- ClassFactory() - Constructor for class org.glassfish.jaxb.core.v2.ClassFactory
- ClassInfo<T,C> - Interface in org.glassfish.jaxb.core.v2.model.core
-
Information about JAXB-bound class.
- cleanCache() - Static method in class org.glassfish.jaxb.core.v2.ClassFactory
- collapse(CharSequence) - Static method in class org.glassfish.jaxb.core.WhiteSpaceProcessor
-
This is usually the biggest processing bottleneck.
- collapse(String) - Static method in class org.glassfish.jaxb.core.WhiteSpaceProcessor
- com.sun.istack - package com.sun.istack
-
istack-commons runtime utilities.
- com.sun.istack.localization - package com.sun.istack.localization
- com.sun.istack.logging - package com.sun.istack.logging
- com.sun.xml.bind.core - module com.sun.xml.bind.core
- com.sun.xml.txw2 - package com.sun.xml.txw2
-
TXW runtime.
- com.sun.xml.txw2.annotation - package com.sun.xml.txw2.annotation
-
Defines a set of annotations that can be used on TypedXmlWriter interfaces.
- com.sun.xml.txw2.output - package com.sun.xml.txw2.output
-
Defines XmlSerializer and its built-in implementations.
- comment(char[], int, int) - Method in class com.sun.xml.txw2.output.DataWriter
- comment(char[], int, int) - Method in class com.sun.xml.txw2.output.IndentingXMLFilter
- comment(char[], int, int) - Method in class com.sun.xml.txw2.output.XMLWriter
- comment(StringBuilder) - Method in class com.sun.xml.txw2.output.DomSerializer
- comment(StringBuilder) - Method in class com.sun.xml.txw2.output.DumpSerializer
- comment(StringBuilder) - Method in class com.sun.xml.txw2.output.SaxSerializer
- comment(StringBuilder) - Method in class com.sun.xml.txw2.output.StaxSerializer
- comment(StringBuilder) - Method in class com.sun.xml.txw2.output.StreamSerializer
- comment(StringBuilder) - Method in class com.sun.xml.txw2.output.TXWSerializer
- comment(StringBuilder) - Method in interface com.sun.xml.txw2.output.XmlSerializer
-
Writes a comment.
- commit() - Method in interface com.sun.xml.txw2.TypedXmlWriter
-
Commits this element (and all its descendants) to the output.
- commit(boolean) - Method in interface com.sun.xml.txw2.TypedXmlWriter
-
Commits this element (and all its descendants) to the output.
- config(String) - Method in class com.sun.istack.logging.Logger
- config(String, Object[]) - Method in class com.sun.istack.logging.Logger
- config(String, Throwable) - Method in class com.sun.istack.logging.Logger
- create() - Method in class com.sun.istack.Pool.Impl
-
Creates a new instance of object.
- create(Class<T>) - Static method in class org.glassfish.jaxb.core.v2.ClassFactory
-
The same as
ClassFactory.create0(java.lang.Class<T>)but with an error handling to make the instantiation error fatal. - create(Class<T>, XmlSerializer) - Static method in class com.sun.xml.txw2.TXW
-
Creates a new
TypedXmlWriterto write a new instance of a document. - create(Method) - Static method in class org.glassfish.jaxb.core.v2.ClassFactory
-
Call a method in the factory class to get the object.
- create(QName, Class<T>, XmlSerializer) - Static method in class com.sun.xml.txw2.TXW
-
Creates a new
TypedXmlWriterto write a new instance of a document. - create0(Class<T>) - Static method in class org.glassfish.jaxb.core.v2.ClassFactory
-
Creates a new instance of the class but throw exceptions without catching it.
- createDocumentBuilderFactory(boolean) - Static method in class org.glassfish.jaxb.core.v2.util.XmlFactory
-
Returns properly configured (e.g.
- createParserFactory(boolean) - Static method in class org.glassfish.jaxb.core.v2.util.XmlFactory
-
Returns properly configured (e.g.
- createSchemaFactory(String, boolean) - Static method in class org.glassfish.jaxb.core.v2.util.XmlFactory
-
Returns properly configured (e.g.
- createSerializer(Result) - Static method in class com.sun.xml.txw2.output.ResultFactory
-
Factory method for producing
XmlSerializerfromResult. - createTransformerFactory(boolean) - Static method in class org.glassfish.jaxb.core.v2.util.XmlFactory
-
Returns properly configured (e.g.
- createXPathFactory(boolean) - Static method in class org.glassfish.jaxb.core.v2.util.XmlFactory
-
Returns properly configured (e.g.
- customType - Variable in class org.glassfish.jaxb.core.v2.model.core.Adapter
-
The type that is stored in memory.
D
- dataElement(String, String) - Method in class com.sun.xml.txw2.output.XMLWriter
-
Write an element with character data content but no attributes or Namespace URI.
- dataElement(String, String) - Method in class org.glassfish.jaxb.core.marshaller.XMLWriter
-
Write an element with character data content but no attributes or Namespace URI.
- dataElement(String, String, String) - Method in class com.sun.xml.txw2.output.XMLWriter
-
Write an element with character data content but no attributes.
- dataElement(String, String, String) - Method in class org.glassfish.jaxb.core.marshaller.XMLWriter
-
Write an element with character data content but no attributes.
- dataElement(String, String, String, Attributes, String) - Method in class com.sun.xml.txw2.output.XMLWriter
-
Write an element with character data content.
- dataElement(String, String, String, Attributes, String) - Method in class org.glassfish.jaxb.core.marshaller.XMLWriter
-
Write an element with character data content.
- DatatypeWriter<DT> - Interface in com.sun.xml.txw2
-
Pluggable datatype writer.
- DataWriter - Class in com.sun.xml.txw2.output
-
Write data- or field-oriented XML.
- DataWriter - Class in org.glassfish.jaxb.core.marshaller
-
Write data- or field-oriented XML.
- DataWriter(Writer) - Constructor for class com.sun.xml.txw2.output.DataWriter
- DataWriter(Writer, String) - Constructor for class com.sun.xml.txw2.output.DataWriter
- DataWriter(Writer, String) - Constructor for class org.glassfish.jaxb.core.marshaller.DataWriter
- DataWriter(Writer, String, CharacterEscapeHandler) - Constructor for class com.sun.xml.txw2.output.DataWriter
-
Create a new data writer for the specified output.
- DataWriter(Writer, String, CharacterEscapeHandler) - Constructor for class org.glassfish.jaxb.core.marshaller.DataWriter
-
Create a new data writer for the specified output.
- declaresAttributeWildcard() - Method in interface org.glassfish.jaxb.core.v2.model.core.ClassInfo
-
Returns true iff this class declares a wildcard attribute.
- defaultType - Variable in class org.glassfish.jaxb.core.v2.model.core.Adapter
-
The type that the JAXB can handle natively.
- displayName() - Method in interface org.glassfish.jaxb.core.v2.model.core.PropertyInfo
-
Gets the display name of the property.
- document - Variable in class org.glassfish.jaxb.core.marshaller.SAX2DOMEx
-
Document object that owns the specified node.
- Document - Class in com.sun.xml.txw2
-
Coordinates the entire writing process.
- DOM_IMPL_DOESNT_SUPPORT_CREATELEMENTNS - Static variable in class org.glassfish.jaxb.core.marshaller.Messages
- DOMScanner - Class in org.glassfish.jaxb.core.unmarshaller
-
Visits a W3C DOM tree and generates SAX2 events from it.
- DOMScanner() - Constructor for class org.glassfish.jaxb.core.unmarshaller.DOMScanner
- DomSerializer - Class in com.sun.xml.txw2.output
- DomSerializer(DOMResult) - Constructor for class com.sun.xml.txw2.output.DomSerializer
- DomSerializer(Node) - Constructor for class com.sun.xml.txw2.output.DomSerializer
- DumbEscapeHandler - Class in com.sun.xml.txw2.output
-
Escape everything above the US-ASCII code range.
- DumbEscapeHandler - Class in org.glassfish.jaxb.core.marshaller
-
Escape everything above the US-ASCII code range.
- dump(Result) - Method in interface org.glassfish.jaxb.core.v2.model.core.TypeInfoSet
-
Dumps this model into XML.
- DumpSerializer - Class in com.sun.xml.txw2.output
-
Shows the call sequence of
XmlSerializermethods. - DumpSerializer(PrintStream) - Constructor for class com.sun.xml.txw2.output.DumpSerializer
E
- editDistance(String, String) - Static method in class org.glassfish.jaxb.core.v2.util.EditDistance
-
Computes the edit distance between two strings.
- EditDistance - Class in org.glassfish.jaxb.core.v2.util
-
Computes the string edit distance.
- Element<T,C> - Interface in org.glassfish.jaxb.core.v2.model.core
-
TypeInfothat maps to an element. - ELEMENT - org.glassfish.jaxb.core.v2.model.core.PropertyKind
- ElementInfo<T,C> - Interface in org.glassfish.jaxb.core.v2.model.core
-
A particular use (specialization) of
JAXBElement. - ElementPropertyInfo<T,C> - Interface in org.glassfish.jaxb.core.v2.model.core
-
Property that maps to an element.
- endCDATA() - Method in class com.sun.xml.txw2.output.IndentingXMLFilter
- endCDATA() - Method in class com.sun.xml.txw2.output.XMLWriter
- endDocument() - Method in class com.sun.istack.FragmentContentHandler
- endDocument() - Method in class com.sun.xml.txw2.output.DomSerializer
- endDocument() - Method in class com.sun.xml.txw2.output.DumpSerializer
- endDocument() - Method in class com.sun.xml.txw2.output.SaxSerializer
- endDocument() - Method in class com.sun.xml.txw2.output.StaxSerializer
- endDocument() - Method in class com.sun.xml.txw2.output.StreamSerializer
- endDocument() - Method in class com.sun.xml.txw2.output.TXWSerializer
- endDocument() - Method in interface com.sun.xml.txw2.output.XmlSerializer
-
The last method to be called.
- endDocument() - Method in class com.sun.xml.txw2.output.XMLWriter
-
Write a newline at the end of the document.
- endDocument() - Method in class org.glassfish.jaxb.core.marshaller.DataWriter
- endDocument() - Method in class org.glassfish.jaxb.core.marshaller.SAX2DOMEx
- endDocument() - Method in class org.glassfish.jaxb.core.marshaller.XMLWriter
-
Write a newline at the end of the document.
- endDTD() - Method in class com.sun.xml.txw2.output.IndentingXMLFilter
- endDTD() - Method in class com.sun.xml.txw2.output.XMLWriter
- endElement(String) - Method in class com.sun.xml.txw2.output.XMLWriter
-
End an element without a Namespace URI or qname.
- endElement(String) - Method in class org.glassfish.jaxb.core.marshaller.XMLWriter
-
End an element without a Namespace URI or qname.
- endElement(String, String) - Method in class com.sun.xml.txw2.output.XMLWriter
-
End an element without a qname.
- endElement(String, String) - Method in class org.glassfish.jaxb.core.marshaller.XMLWriter
-
End an element without a qname.
- endElement(String, String, String) - Method in class com.sun.xml.txw2.output.DataWriter
-
Write an end tag.
- endElement(String, String, String) - Method in class com.sun.xml.txw2.output.IndentingXMLFilter
-
Write an end tag.
- endElement(String, String, String) - Method in class com.sun.xml.txw2.output.XMLWriter
-
Write an end tag.
- endElement(String, String, String) - Method in class org.glassfish.jaxb.core.marshaller.DataWriter
-
Write an end tag.
- endElement(String, String, String) - Method in class org.glassfish.jaxb.core.marshaller.SAX2DOMEx
- endElement(String, String, String) - Method in class org.glassfish.jaxb.core.marshaller.XMLWriter
-
Write an end tag.
- endEntity(String) - Method in class com.sun.xml.txw2.output.IndentingXMLFilter
- endEntity(String) - Method in class com.sun.xml.txw2.output.XMLWriter
- endPrefixMapping(String) - Method in class org.glassfish.jaxb.core.marshaller.SAX2DOMEx
- endStartTag(String, String, String) - Method in class com.sun.xml.txw2.output.DomSerializer
- endStartTag(String, String, String) - Method in class com.sun.xml.txw2.output.DumpSerializer
- endStartTag(String, String, String) - Method in class com.sun.xml.txw2.output.SaxSerializer
- endStartTag(String, String, String) - Method in class com.sun.xml.txw2.output.StaxSerializer
- endStartTag(String, String, String) - Method in class com.sun.xml.txw2.output.StreamSerializer
- endStartTag(String, String, String) - Method in class com.sun.xml.txw2.output.TXWSerializer
- endStartTag(String, String, String) - Method in interface com.sun.xml.txw2.output.XmlSerializer
-
Completes the start tag.
- endTag() - Method in class com.sun.xml.txw2.output.DomSerializer
- endTag() - Method in class com.sun.xml.txw2.output.DumpSerializer
- endTag() - Method in class com.sun.xml.txw2.output.SaxSerializer
- endTag() - Method in class com.sun.xml.txw2.output.StaxSerializer
- endTag() - Method in class com.sun.xml.txw2.output.StreamSerializer
- endTag() - Method in class com.sun.xml.txw2.output.TXWSerializer
- endTag() - Method in interface com.sun.xml.txw2.output.XmlSerializer
-
Writes an end tag.
- entering() - Method in class com.sun.istack.logging.Logger
- entering(Object...) - Method in class com.sun.istack.logging.Logger
- EnumConstant<T,C> - Interface in org.glassfish.jaxb.core.v2.model.core
-
Individual constant of an enumeration.
- EnumLeafInfo<T,C> - Interface in org.glassfish.jaxb.core.v2.model.core
-
NonElementthat represents anEnumclass. - enums() - Method in interface org.glassfish.jaxb.core.v2.model.core.TypeInfoSet
-
Returns all the
EnumLeafInfos known to this set. - erasure(T) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Computes the erasure
- ERR_DANGLING_IDREF - Static variable in class org.glassfish.jaxb.core.marshaller.Messages
-
Deprecated.only used from 1.0
- ERR_MISSING_OBJECT - Static variable in class org.glassfish.jaxb.core.marshaller.Messages
-
Deprecated.use ERR_MISSING_OBJECT2
- ERR_NOT_IDENTIFIABLE - Static variable in class org.glassfish.jaxb.core.marshaller.Messages
-
Deprecated.only used from 1.0
- error(IllegalAnnotationException) - Method in interface org.glassfish.jaxb.core.v2.model.core.ErrorHandler
-
Receives a notification for an error in the annotated code.
- error(SAXParseException) - Method in interface org.glassfish.jaxb.core.api.ErrorListener
- ERROR_LOADING_CLASS - org.glassfish.jaxb.core.v2.Messages
- ErrorHandler - Interface in org.glassfish.jaxb.core.v2.model.core
-
listen to static errors found during building a JAXB model from a set of classes.
- ErrorListener - Interface in org.glassfish.jaxb.core.api
-
Implemented by the driver of the compiler engine to handle errors found during the compiliation.
- escape(char[], int, int, boolean, Writer) - Method in interface com.sun.xml.txw2.output.CharacterEscapeHandler
- escape(char[], int, int, boolean, Writer) - Method in class com.sun.xml.txw2.output.DumbEscapeHandler
- escape(char[], int, int, boolean, Writer) - Method in interface org.glassfish.jaxb.core.marshaller.CharacterEscapeHandler
- escape(char[], int, int, boolean, Writer) - Method in class org.glassfish.jaxb.core.marshaller.DumbEscapeHandler
- escape(char[], int, int, boolean, Writer) - Method in class org.glassfish.jaxb.core.marshaller.MinimumEscapeHandler
- escape(char[], int, int, boolean, Writer) - Method in class org.glassfish.jaxb.core.marshaller.NoEscapeHandler
- exiting() - Method in class com.sun.istack.logging.Logger
- exiting(Object) - Method in class com.sun.istack.logging.Logger
F
- fatalError(SAXParseException) - Method in interface org.glassfish.jaxb.core.api.ErrorListener
- FinalArrayList<T> - Class in com.sun.istack
-
ArrayListwith the final keyword. - FinalArrayList() - Constructor for class com.sun.istack.FinalArrayList
- FinalArrayList(int) - Constructor for class com.sun.istack.FinalArrayList
- FinalArrayList(Collection<? extends T>) - Constructor for class com.sun.istack.FinalArrayList
- findNearest(String, String[]) - Static method in class org.glassfish.jaxb.core.v2.util.EditDistance
-
Finds the string in the
groupclosest tokeyand returns it. - findNearest(String, Collection<String>) - Static method in class org.glassfish.jaxb.core.v2.util.EditDistance
-
Finds the string in the
groupclosest tokeyand returns it. - fine(String) - Method in class com.sun.istack.logging.Logger
- fine(String, Throwable) - Method in class com.sun.istack.logging.Logger
- finer(String) - Method in class com.sun.istack.logging.Logger
- finer(String, Object[]) - Method in class com.sun.istack.logging.Logger
- finer(String, Throwable) - Method in class com.sun.istack.logging.Logger
- finest(String) - Method in class com.sun.istack.logging.Logger
- finest(String, Object[]) - Method in class com.sun.istack.logging.Logger
- finest(String, Throwable) - Method in class com.sun.istack.logging.Logger
- FlattenIterator<T> - Class in org.glassfish.jaxb.core.v2.util
-
Iteratorthat walks over a map of maps. - FlattenIterator(Iterable<? extends Map<?, ? extends T>>) - Constructor for class org.glassfish.jaxb.core.v2.util.FlattenIterator
- flush() - Method in class com.sun.xml.txw2.output.DomSerializer
- flush() - Method in class com.sun.xml.txw2.output.DumpSerializer
- flush() - Method in class com.sun.xml.txw2.output.SaxSerializer
- flush() - Method in class com.sun.xml.txw2.output.StaxSerializer
- flush() - Method in class com.sun.xml.txw2.output.StreamSerializer
- flush() - Method in class com.sun.xml.txw2.output.TXWSerializer
- flush() - Method in interface com.sun.xml.txw2.output.XmlSerializer
-
Flush the buffer.
- flush() - Method in class com.sun.xml.txw2.output.XMLWriter
-
Flush the output.
- flush() - Method in class org.glassfish.jaxb.core.marshaller.XMLWriter
-
Flush the output.
- format(Object...) - Method in enum org.glassfish.jaxb.core.v2.Messages
- format(String) - Static method in class org.glassfish.jaxb.core.marshaller.Messages
- format(String, Object) - Static method in class org.glassfish.jaxb.core.marshaller.Messages
- format(String, Object, Object) - Static method in class org.glassfish.jaxb.core.marshaller.Messages
- format(String, Object, Object, Object) - Static method in class org.glassfish.jaxb.core.marshaller.Messages
- FragmentContentHandler - Class in com.sun.istack
-
XMLFilterImplthat masks start/end document SAX events. - FragmentContentHandler() - Constructor for class com.sun.istack.FragmentContentHandler
- FragmentContentHandler(ContentHandler) - Constructor for class com.sun.istack.FragmentContentHandler
- FragmentContentHandler(XMLReader) - Constructor for class com.sun.istack.FragmentContentHandler
G
- getAdapter() - Method in interface org.glassfish.jaxb.core.v2.model.core.AttributePropertyInfo
- getAdapter() - Method in interface org.glassfish.jaxb.core.v2.model.core.ElementPropertyInfo
- getAdapter() - Method in interface org.glassfish.jaxb.core.v2.model.core.PropertyInfo
- getAdapter() - Method in interface org.glassfish.jaxb.core.v2.model.core.ReferencePropertyInfo
- getAdapter() - Method in interface org.glassfish.jaxb.core.v2.model.core.ValuePropertyInfo
- getAllElements() - Method in interface org.glassfish.jaxb.core.v2.model.core.TypeInfoSet
-
Returns all the
ElementInfoknown to this set. - getAllFieldAnnotations(F, Locatable) - Method in interface org.glassfish.jaxb.core.v2.model.annotation.AnnotationReader
-
Gets all the annotations on a field.
- getAllMethodAnnotations(M, Locatable) - Method in interface org.glassfish.jaxb.core.v2.model.annotation.AnnotationReader
-
Gets all the annotations on a method.
- getAnyTypeInfo() - Method in interface org.glassfish.jaxb.core.v2.model.core.TypeInfoSet
-
Gets the
TypeInfofor the any type. - getArguments() - Method in interface com.sun.istack.localization.Localizable
-
Returns the arguments for message formatting.
- getArguments() - Method in class com.sun.istack.localization.LocalizableMessage
- getArguments() - Method in class com.sun.istack.localization.NullLocalizable
- getAttributeFormDefault(String) - Method in interface org.glassfish.jaxb.core.v2.model.core.TypeInfoSet
-
Gets the reasonable
XmlNsFormfor the given namespace URI. - getBaseClass() - Method in interface org.glassfish.jaxb.core.v2.model.core.ClassInfo
-
Obtains the information about the base class.
- getBaseClass(T, C) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Gets the parameterization of the given base type.
- getBaseType() - Method in interface org.glassfish.jaxb.core.v2.model.core.EnumLeafInfo
-
Returns the base type of the enumeration.
- getCause() - Method in exception com.sun.istack.SAXException2
- getCause() - Method in exception com.sun.istack.SAXParseException2
- getCause() - Method in exception com.sun.istack.XMLStreamException2
-
XMLStreamExceptiondoesn't return the correct cause. - getClassAnnotation(Class<A>, C, Locatable) - Method in interface org.glassfish.jaxb.core.v2.model.annotation.AnnotationReader
-
Reads an annotation on a class.
- getClassArrayValue(Annotation, String) - Method in interface org.glassfish.jaxb.core.v2.model.annotation.AnnotationReader
-
Similar to
AnnotationReader.getClassValue(Annotation, String)method but obtains an array parameter. - getClassInfo(C) - Method in interface org.glassfish.jaxb.core.v2.model.core.TypeInfoSet
- getClassLocation(C) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Returns a location of the specified class.
- getClassLogger() - Static method in class org.glassfish.jaxb.core.Utils
-
Gets the logger for the caller's class.
- getClassName(C) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Gets the fully-qualified name of the class.
- getClassShortName(C) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Gets the short name of the class ("Object" for
Object.) For nested classes, this method should just return the inner name. - getClassValue(Annotation, String) - Method in interface org.glassfish.jaxb.core.v2.model.annotation.AnnotationReader
-
Reads a value of an annotation that returns a Class object.
- getClazz() - Method in interface org.glassfish.jaxb.core.v2.model.core.ClassInfo
-
Gets the declaration this object is wrapping.
- getClazz() - Method in interface org.glassfish.jaxb.core.v2.model.core.EnumLeafInfo
-
The same as
TypeInfo.getType()but anEnumLeafInfois guaranteed to represent an enum declaration, which is a kind of a class declaration. - getClazz() - Method in interface org.glassfish.jaxb.core.v2.model.core.RegistryInfo
-
Returns the class with
XmlRegistry. - getColumnNumber() - Method in class org.glassfish.jaxb.core.unmarshaller.DOMScanner
- getColumnNumber() - Method in class org.glassfish.jaxb.core.v2.runtime.unmarshaller.LocatorEx.Snapshot
- getComponentType(T) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Gets the component type of the array.
- getConstants() - Method in interface org.glassfish.jaxb.core.v2.model.core.EnumLeafInfo
-
Returns the read-only list of enumeration constants.
- getContentHandler() - Method in class org.glassfish.jaxb.core.unmarshaller.DOMScanner
- getContentHandler() - Method in interface org.glassfish.jaxb.core.unmarshaller.InfosetScanner
- getContentInMemoryType() - Method in interface org.glassfish.jaxb.core.v2.model.core.ElementInfo
-
T of
JAXBElement<T>. - getContentType() - Method in class com.sun.istack.ByteArrayDataSource
- getContentType() - Method in interface org.glassfish.jaxb.core.v2.model.core.ElementInfo
-
Short for
getProperty().ref().get(0). - getCurrentElement() - Method in class org.glassfish.jaxb.core.marshaller.SAX2DOMEx
- getCurrentElement() - Method in class org.glassfish.jaxb.core.unmarshaller.DOMScanner
- getCurrentElement() - Method in interface org.glassfish.jaxb.core.unmarshaller.InfosetScanner
-
Gets the current element we are parsing.
- getCurrentLocation() - Method in class org.glassfish.jaxb.core.unmarshaller.DOMScanner
-
The same as
DOMScanner.getCurrentElement()but better typed. - getDeclaredField(C, String) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Gets the named field declared on the given class.
- getDeclaredFields(C) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Gets all the declared fields of the given class.
- getDeclaredMethods(C) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Gets all the declared methods of the given class (regardless of their access modifiers, regardless of whether they override methods of the base classes.)
- getDeclaringClassForField(F) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Gets the class that declares the given field.
- getDeclaringClassForMethod(M) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Gets the class that declares the given method.
- getDefaultValue() - Method in interface org.glassfish.jaxb.core.v2.model.core.TypeRef
-
The default value for this element if any.
- getDocument() - Method in interface com.sun.xml.txw2.TypedXmlWriter
-
Gets the
Documentobject that this writer is writing to. - getDOM() - Method in class org.glassfish.jaxb.core.marshaller.SAX2DOMEx
- getDOMHandler() - Method in interface org.glassfish.jaxb.core.v2.model.core.ReferencePropertyInfo
-
If this property supports the wildcard, returns its DOM handler.
- getElementFormDefault(String) - Method in interface org.glassfish.jaxb.core.v2.model.core.TypeInfoSet
-
Gets the reasonable
XmlNsFormfor the given namespace URI. - getElementInfo(C, QName) - Method in interface org.glassfish.jaxb.core.v2.model.core.TypeInfoSet
-
Returns a
ElementInfofor the given element. - getElementMappings(C) - Method in interface org.glassfish.jaxb.core.v2.model.core.TypeInfoSet
-
Returns all
ElementInfos in the given scope. - getElementName() - Method in interface org.glassfish.jaxb.core.v2.model.core.Element
-
Gets the element name of the class.
- getElementName() - Method in interface org.glassfish.jaxb.core.v2.model.core.MaybeElement
-
Gets the element name of the class, if the class is bound to an element.
- getElements() - Method in interface org.glassfish.jaxb.core.v2.model.core.ReferencePropertyInfo
-
Returns the information about the possible elements in this property.
- getEnclosingClass() - Method in interface org.glassfish.jaxb.core.v2.model.core.EnumConstant
-
Gets the
EnumLeafInfoto which this constant belongs to. - getEnumConstants(C) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Gets the enumeration constants from an enum class.
- getExpectedMimeType() - Method in interface org.glassfish.jaxb.core.v2.model.core.PropertyInfo
-
Expected MIME type, if any.
- getFieldAnnotation(Class<A>, F, Locatable) - Method in interface org.glassfish.jaxb.core.v2.model.annotation.AnnotationReader
-
Reads an annotation on a property that consists of a field.
- getFieldLocation(F) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
- getFieldName(F) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Gets the name of the field.
- getFieldType(F) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Gets the type of the field.
- getIndentStep() - Method in class com.sun.xml.txw2.output.DataWriter
-
Deprecated.Only return the length of the indent string.
- getIndentStep() - Method in class com.sun.xml.txw2.output.IndentingXMLFilter
-
Deprecated.Only return the length of the indent string.
- getIndentStep() - Method in class com.sun.xml.txw2.output.IndentingXMLStreamWriter
-
Deprecated.Only return the length of the indent string.
- getIndentStep() - Method in class org.glassfish.jaxb.core.marshaller.DataWriter
-
Deprecated.Only return the length of the indent string.
- getInputStream() - Method in class com.sun.istack.ByteArrayDataSource
- getItemType() - Method in interface org.glassfish.jaxb.core.v2.model.core.ArrayInfo
-
T of T[].
- getKey() - Method in interface com.sun.istack.localization.Localizable
-
Gets the key in the resource bundle.
- getKey() - Method in class com.sun.istack.localization.LocalizableMessage
- getKey() - Method in class com.sun.istack.localization.NullLocalizable
- getKeyType() - Method in interface org.glassfish.jaxb.core.v2.model.core.MapPropertyInfo
-
Type of the key of the map.
- getLexicalHandler() - Method in class com.sun.xml.txw2.output.IndentingXMLFilter
- getLexicalValue() - Method in interface org.glassfish.jaxb.core.v2.model.core.EnumConstant
-
Lexical value of this constant.
- getLineNumber() - Method in class org.glassfish.jaxb.core.unmarshaller.DOMScanner
- getLineNumber() - Method in class org.glassfish.jaxb.core.v2.runtime.unmarshaller.LocatorEx.Snapshot
- getLocale() - Method in class com.sun.istack.localization.Localizer
- getLocation() - Method in class org.glassfish.jaxb.core.unmarshaller.DOMScanner
- getLocation() - Method in interface org.glassfish.jaxb.core.v2.model.annotation.Locatable
-
Gets the location object that this object points to.
- getLocation() - Method in interface org.glassfish.jaxb.core.v2.runtime.unmarshaller.LocatorEx
-
Gets the current location in a
ValidationEventLocatorobject. - getLocation() - Method in class org.glassfish.jaxb.core.v2.runtime.unmarshaller.LocatorEx.Snapshot
- getLocator() - Method in class org.glassfish.jaxb.core.unmarshaller.DOMScanner
- getLocator() - Method in interface org.glassfish.jaxb.core.unmarshaller.InfosetScanner
- getLogger(Class<?>) - Static method in class com.sun.istack.logging.Logger
-
The factory method returns preconfigured Logger wrapper for the class.
- getLogger(String, Class<?>) - Static method in class com.sun.istack.logging.Logger
-
The factory method returns preconfigured Logger wrapper for the class.
- getMessage(String, Object...) - Method in class com.sun.istack.localization.LocalizableMessageFactory
- getMethodAnnotation(Class<A>, M, M, Locatable) - Method in interface org.glassfish.jaxb.core.v2.model.annotation.AnnotationReader
-
Reads an annotation on a property that consists of a getter and a setter.
- getMethodAnnotation(Class<A>, M, Locatable) - Method in interface org.glassfish.jaxb.core.v2.model.annotation.AnnotationReader
- getMethodLocation(M) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
- getMethodName(M) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Gets the name of the method, such as "toString" or "equals".
- getMethodParameterAnnotation(Class<A>, M, int, Locatable) - Method in interface org.glassfish.jaxb.core.v2.model.annotation.AnnotationReader
-
Reads an annotation on a parameter of the method.
- getMethodParameters(M) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Returns the list of parameters to the method.
- getName() - Method in class com.sun.istack.ByteArrayDataSource
- getName() - Method in interface org.glassfish.jaxb.core.v2.model.core.ClassInfo
-
Gets the fully-qualified name of the class.
- getName() - Method in interface org.glassfish.jaxb.core.v2.model.core.EnumConstant
-
Gets the constant name.
- getName() - Method in interface org.glassfish.jaxb.core.v2.model.core.PropertyInfo
-
Gets the name of the property.
- getNavigator() - Method in interface org.glassfish.jaxb.core.v2.model.core.TypeInfoSet
-
Navigatorfor this model. - getNavigator() - Method in interface org.glassfish.jaxb.core.v2.model.impl.ModelBuilderI
- getNode() - Method in class org.glassfish.jaxb.core.v2.runtime.unmarshaller.LocatorEx.Snapshot
- getObject() - Method in class org.glassfish.jaxb.core.v2.runtime.unmarshaller.LocatorEx.Snapshot
- getOffset() - Method in class org.glassfish.jaxb.core.v2.runtime.unmarshaller.LocatorEx.Snapshot
- getOutputStream() - Method in class com.sun.istack.ByteArrayDataSource
- getPackageAnnotation(Class<A>, C, Locatable) - Method in interface org.glassfish.jaxb.core.v2.model.annotation.AnnotationReader
-
Reads an annotation on the package that the given class belongs to.
- getPackageName(C) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Gets the package name of the given class.
- getPrefix(String) - Method in interface com.sun.xml.txw2.NamespaceResolver
-
Allocates a prefix for the specified URI and returns it.
- getPrimitive(Class) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Returns the representation for the given primitive type.
- getProperties() - Method in interface org.glassfish.jaxb.core.v2.model.core.ClassInfo
-
Returns all the properties newly declared in this class.
- getProperty() - Method in interface org.glassfish.jaxb.core.v2.model.core.ElementInfo
-
Gets the object that represents the value property.
- getProperty(String) - Method in interface org.glassfish.jaxb.core.v2.model.core.ClassInfo
-
Gets the property that has the specified name.
- getPublicId() - Method in class org.glassfish.jaxb.core.unmarshaller.DOMScanner
- getPublicId() - Method in class org.glassfish.jaxb.core.v2.runtime.unmarshaller.LocatorEx.Snapshot
- getReader() - Method in interface org.glassfish.jaxb.core.v2.model.impl.ModelBuilderI
- getReferences() - Method in interface org.glassfish.jaxb.core.v2.model.core.RegistryInfo
-
Returns all the references to other types in this registry.
- getResourceBundle(Locale) - Method in interface com.sun.istack.localization.Localizable
- getResourceBundle(Locale) - Method in class com.sun.istack.localization.LocalizableMessage
- getResourceBundle(Locale) - Method in interface com.sun.istack.localization.LocalizableMessageFactory.ResourceBundleSupplier
-
Gets the ResourceBundle.
- getResourceBundle(Locale) - Method in class com.sun.istack.localization.NullLocalizable
- getResourceBundleName() - Method in interface com.sun.istack.localization.Localizable
- getResourceBundleName() - Method in class com.sun.istack.localization.LocalizableMessage
- getResourceBundleName() - Method in class com.sun.istack.localization.NullLocalizable
- getReturnType(M) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Gets the return type of a method.
- getSchemaLocations() - Method in interface org.glassfish.jaxb.core.v2.model.core.TypeInfoSet
-
Gets
XmlSchema.location()found in this context. - getSchemaType() - Method in interface org.glassfish.jaxb.core.v2.model.core.PropertyInfo
-
The effective value of
XmlSchemaTypeannotation, if any. - getScope() - Method in interface org.glassfish.jaxb.core.v2.model.core.Element
-
If non-null, this element is only active inside the given scope.
- getSource() - Method in interface org.glassfish.jaxb.core.v2.model.core.NonElementRef
-
Gets the property which is the source of this reference.
- getSourcePos() - Method in exception org.glassfish.jaxb.core.v2.runtime.IllegalAnnotationException
-
Returns a read-only list of
Locationthat indicates where in the source code the problem has happened. - getSubstitutionHead() - Method in interface org.glassfish.jaxb.core.v2.model.core.Element
-
If this element can substitute another element, return that element.
- getSubstitutionHead() - Method in interface org.glassfish.jaxb.core.v2.model.core.ElementInfo
-
If this element can substitute another element, return that element.
- getSubstitutionMembers() - Method in interface org.glassfish.jaxb.core.v2.model.core.ElementInfo
-
All the
ElementInfos whoseElementInfo.getSubstitutionHead()points to this object. - getSuperClass(C) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Gets the base class of the specified class.
- getSystemId() - Method in class com.sun.xml.txw2.output.TXWResult
- getSystemId() - Method in class org.glassfish.jaxb.core.unmarshaller.DOMScanner
- getSystemId() - Method in class org.glassfish.jaxb.core.v2.runtime.unmarshaller.LocatorEx.Snapshot
- getSystemProperty(String) - Static method in class org.glassfish.jaxb.core.Utils
-
Reads the system property value and takes care of
SecurityException. - getTagName() - Method in interface org.glassfish.jaxb.core.v2.model.core.TypeRef
-
The associated element name.
- getTarget() - Method in interface org.glassfish.jaxb.core.v2.model.core.AttributePropertyInfo
-
Gets the type of the attribute.
- getTarget() - Method in interface org.glassfish.jaxb.core.v2.model.core.NonElementRef
-
Target of the reference.
- getType() - Method in interface com.sun.xml.txw2.DatatypeWriter
-
Gets the Java class that this writer can write.
- getType() - Method in interface org.glassfish.jaxb.core.v2.model.core.ElementInfo
-
Returns the representation for
JAXBElement<contentInMemoryType>. - getType() - Method in interface org.glassfish.jaxb.core.v2.model.core.TypeInfo
-
Gets the underlying Java type that object represents.
- getTypeArgument(T, int) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Gets the i-th type argument from a parameterized type.
- getTypeInfo(Ref<T, C>) - Method in interface org.glassfish.jaxb.core.v2.model.core.TypeInfoSet
-
Returns a type information for the given reference.
- getTypeInfo(T) - Method in interface org.glassfish.jaxb.core.v2.model.core.TypeInfoSet
-
Returns a
TypeInfofor the given type. - getTypeName() - Method in interface org.glassfish.jaxb.core.v2.model.core.BuiltinLeafInfo
-
Gets the primary XML type ANYTYPE_NAME of the class.
- getTypeName() - Method in interface org.glassfish.jaxb.core.v2.model.core.NonElement
-
Gets the primary XML type ANYTYPE_NAME of the class.
- getTypeName(T) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Gets the display name of the type object
- getTypes() - Method in interface org.glassfish.jaxb.core.v2.model.core.ElementPropertyInfo
-
Returns the information about the types allowed in this property.
- getUpstream() - Method in interface org.glassfish.jaxb.core.v2.model.annotation.Locatable
-
Gets the upstream
Locationinformation. - getURL() - Method in class org.glassfish.jaxb.core.v2.runtime.unmarshaller.LocatorEx.Snapshot
- getValueType() - Method in interface org.glassfish.jaxb.core.v2.model.core.MapPropertyInfo
-
Type of the value of the map.
- getVoidType() - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Gets the representation of the primitive "void" type.
- getWildcard() - Method in interface org.glassfish.jaxb.core.v2.model.core.ReferencePropertyInfo
-
If this property supports the wildcard, returns its mode.
- getWriter() - Method in class com.sun.xml.txw2.output.TXWResult
- getXmlName() - Method in interface org.glassfish.jaxb.core.v2.model.core.AttributePropertyInfo
-
Gets the attribute name.
- getXmlName() - Method in interface org.glassfish.jaxb.core.v2.model.core.ElementPropertyInfo
-
Gets the wrapper element name.
- getXmlName() - Method in interface org.glassfish.jaxb.core.v2.model.core.MapPropertyInfo
-
Gets the wrapper element name.
- getXmlName() - Method in interface org.glassfish.jaxb.core.v2.model.core.ReferencePropertyInfo
-
Gets the wrapper element name.
- getXmlNs(String) - Method in interface org.glassfish.jaxb.core.v2.model.core.TypeInfoSet
-
Gets all
XmlSchema.xmlns()found in this context for the given namespace URI.
H
- hasAnnotation(Class<? extends Annotation>) - Method in interface org.glassfish.jaxb.core.v2.model.annotation.AnnotationSource
-
Returns true if the property has the specified annotation.
- hasAttributeWildcard() - Method in interface org.glassfish.jaxb.core.v2.model.core.ClassInfo
-
Returns true if this bean class has an attribute wildcard.
- hasClassAnnotation(C, Class<? extends Annotation>) - Method in interface org.glassfish.jaxb.core.v2.model.annotation.AnnotationReader
-
Checks if a class has the annotation.
- hasDefaultConstructor(C) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Returns true if the given class has a no-arg default constructor.
- hasFieldAnnotation(Class<? extends Annotation>, F) - Method in interface org.glassfish.jaxb.core.v2.model.annotation.AnnotationReader
-
Checks if the given field has an annotation.
- hasMethodAnnotation(Class<? extends Annotation>, String, M, M, Locatable) - Method in interface org.glassfish.jaxb.core.v2.model.annotation.AnnotationReader
-
Checks if the given method has an annotation.
- hasMethodAnnotation(Class<? extends Annotation>, M) - Method in interface org.glassfish.jaxb.core.v2.model.annotation.AnnotationReader
- hasNext() - Method in class org.glassfish.jaxb.core.v2.util.FlattenIterator
- hasProperties() - Method in interface org.glassfish.jaxb.core.v2.model.core.ClassInfo
-
If the class has properties, return true.
- hasSubClasses() - Method in interface org.glassfish.jaxb.core.v2.model.core.ClassInfo
-
True if there's a known sub-type of this class in
TypeInfoSet. - hasValueProperty() - Method in interface org.glassfish.jaxb.core.v2.model.core.ClassInfo
-
Returns true if this class or its ancestor has
XmlValueproperty.
I
- id() - Method in interface org.glassfish.jaxb.core.v2.model.core.PropertyInfo
-
Returns the IDness of the value of this element.
- ID - Enum in org.glassfish.jaxb.core.v2.model.core
- ID - org.glassfish.jaxb.core.v2.model.core.ID
- IDREF - org.glassfish.jaxb.core.v2.model.core.ID
- ignorableWhitespace(char[], int, int) - Method in class com.sun.xml.txw2.output.XMLWriter
-
Write ignorable whitespace.
- ignorableWhitespace(char[], int, int) - Method in class org.glassfish.jaxb.core.marshaller.SAX2DOMEx
- ignorableWhitespace(char[], int, int) - Method in class org.glassfish.jaxb.core.marshaller.XMLWriter
-
Write ignorable whitespace.
- ILLEGAL_ENTRY - org.glassfish.jaxb.core.v2.Messages
- IllegalAnnotationException - Exception in com.sun.xml.txw2
-
Signals an incorrect use of TXW annotations.
- IllegalAnnotationException - Exception in org.glassfish.jaxb.core.v2.runtime
-
Signals an incorrect use of JAXB annotations.
- IllegalAnnotationException(String) - Constructor for exception com.sun.xml.txw2.IllegalAnnotationException
- IllegalAnnotationException(String, Annotation) - Constructor for exception org.glassfish.jaxb.core.v2.runtime.IllegalAnnotationException
- IllegalAnnotationException(String, Annotation, Annotation) - Constructor for exception org.glassfish.jaxb.core.v2.runtime.IllegalAnnotationException
- IllegalAnnotationException(String, Annotation, Locatable) - Constructor for exception org.glassfish.jaxb.core.v2.runtime.IllegalAnnotationException
- IllegalAnnotationException(String, Throwable) - Constructor for exception com.sun.xml.txw2.IllegalAnnotationException
- IllegalAnnotationException(String, Throwable, Locatable) - Constructor for exception org.glassfish.jaxb.core.v2.runtime.IllegalAnnotationException
- IllegalAnnotationException(String, Locatable) - Constructor for exception org.glassfish.jaxb.core.v2.runtime.IllegalAnnotationException
- IllegalAnnotationException(String, Locatable, Locatable) - Constructor for exception org.glassfish.jaxb.core.v2.runtime.IllegalAnnotationException
- IllegalAnnotationException(Throwable) - Constructor for exception com.sun.xml.txw2.IllegalAnnotationException
- IllegalSignatureException - Exception in com.sun.xml.txw2
-
Signals incorrect method signatures on
TypedXmlWriter-derived interfaces. - IllegalSignatureException(String) - Constructor for exception com.sun.xml.txw2.IllegalSignatureException
- IllegalSignatureException(String, Throwable) - Constructor for exception com.sun.xml.txw2.IllegalSignatureException
- IllegalSignatureException(Throwable) - Constructor for exception com.sun.xml.txw2.IllegalSignatureException
- Impl() - Constructor for class com.sun.istack.Pool.Impl
- IndentingXMLFilter - Class in com.sun.xml.txw2.output
-
XMLFilterImplthat does indentation to SAX events. - IndentingXMLFilter() - Constructor for class com.sun.xml.txw2.output.IndentingXMLFilter
- IndentingXMLFilter(ContentHandler) - Constructor for class com.sun.xml.txw2.output.IndentingXMLFilter
- IndentingXMLFilter(ContentHandler, LexicalHandler) - Constructor for class com.sun.xml.txw2.output.IndentingXMLFilter
- IndentingXMLStreamWriter - Class in com.sun.xml.txw2.output
- IndentingXMLStreamWriter(XMLStreamWriter) - Constructor for class com.sun.xml.txw2.output.IndentingXMLStreamWriter
- inferImplClass(Class<T>, Class[]) - Static method in class org.glassfish.jaxb.core.v2.ClassFactory
-
Infers the instanciable implementation class that can be assigned to the given field type.
- info(String) - Method in class com.sun.istack.logging.Logger
- info(String, Object[]) - Method in class com.sun.istack.logging.Logger
- info(String, Throwable) - Method in class com.sun.istack.logging.Logger
- info(SAXParseException) - Method in interface org.glassfish.jaxb.core.api.ErrorListener
-
Used to report possibly verbose information that can be safely ignored.
- InfosetScanner<XmlNode> - Interface in org.glassfish.jaxb.core.unmarshaller
-
Visits a DOM-ish API and generates SAX events.
- inheritsAttributeWildcard() - Method in interface org.glassfish.jaxb.core.v2.model.core.ClassInfo
-
Returns true iff this class inherits a wildcard attribute from its ancestor classes.
- inlineBinaryData() - Method in interface org.glassfish.jaxb.core.v2.model.core.PropertyInfo
-
If this is true and this property indeed represents a binary data, it should be always inlined.
- Interned - Annotation Type in com.sun.istack
-
Designates that a field, return value, argument, or a variable is supposed to be an
internedstring. - INVALID_JAXP_IMPLEMENTATION - org.glassfish.jaxb.core.v2.Messages
- INVALID_PROPERTY_VALUE - org.glassfish.jaxb.core.v2.Messages
- INVALID_TYPE_IN_MAP - org.glassfish.jaxb.core.v2.Messages
- isAbstract() - Method in interface org.glassfish.jaxb.core.v2.model.core.ClassInfo
-
If this class is abstract and thus shall never be directly instanciated.
- isAbstract(C) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Returns true if this is an abstract class.
- isArray(T) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Checks if the type is an array type.
- isArrayButNotByteArray(T) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Checks if the type is an array type but not byte[].
- isBridgeMethod(M) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Returns true if this method is a bridge method as defined in JLS.
- isCollection() - Method in interface org.glassfish.jaxb.core.v2.model.core.PropertyInfo
-
Returns true if this is a multi-valued collection property.
- isCollectionNillable() - Method in interface org.glassfish.jaxb.core.v2.model.core.ElementPropertyInfo
-
Returns true if this property is nillable (meaning the absence of the value is treated as nil='true')
- isCollectionNillable() - Method in interface org.glassfish.jaxb.core.v2.model.core.MapPropertyInfo
-
Returns true if this property is nillable (meaning the absence of the value is treated as nil='true')
- isCollectionNillable() - Method in interface org.glassfish.jaxb.core.v2.model.core.ReferencePropertyInfo
-
Returns true if this property is nillable (meaning the absence of the value is treated as nil='true')
- isCollectionRequired() - Method in interface org.glassfish.jaxb.core.v2.model.core.ElementPropertyInfo
-
Checks if the wrapper element is required.
- isCollectionRequired() - Method in interface org.glassfish.jaxb.core.v2.model.core.ReferencePropertyInfo
-
Checks if the wrapper element is required.
- isElement() - Method in interface org.glassfish.jaxb.core.v2.model.core.MaybeElement
-
If the class is bound to an element, return true.
- isEnum(C) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Returns true if this is an enum class.
- isFinal() - Method in interface org.glassfish.jaxb.core.v2.model.core.ClassInfo
-
If this class is marked as final and no further extension/restriction is allowed.
- isFinal(C) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Returns true if this is a final class.
- isFinalMethod(M) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Returns true if the method is final.
- isInnerClass(C) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Returns true if the given class is an inner class.
- isInterface(C) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Returns true if 'clazz' is an interface.
- isLoggable(Level) - Method in class com.sun.istack.logging.Logger
- isMethodCallLoggable() - Method in class com.sun.istack.logging.Logger
- isMixed() - Method in interface org.glassfish.jaxb.core.v2.model.core.ReferencePropertyInfo
-
Returns true if this property can hold
Strings to represent mixed content model. - isNillable() - Method in interface org.glassfish.jaxb.core.v2.model.core.TypeRef
-
Returns true if this element is nillable.
- isOrdered - Variable in enum org.glassfish.jaxb.core.v2.model.core.PropertyKind
-
This kind of properties need to show up in
XmlType.propOrder(). - isOrdered() - Method in interface org.glassfish.jaxb.core.v2.model.core.ClassInfo
-
Returns true if the properties of this class is ordered in XML.
- isOverriding(M, C) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Returns true if the given method is overriding another one defined in the base class 'base' or its ancestors.
- isParameterizedType(T) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Returns true if t is a parameterized type.
- isPrimitive(T) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Checks if the given type is a primitive type.
- isPublicField(F) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Returns true if the field is public.
- isPublicMethod(M) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Returns true if the method is public.
- isRequired() - Method in interface org.glassfish.jaxb.core.v2.model.core.AttributePropertyInfo
-
Returns true if this attribute is mandatory.
- isRequired() - Method in interface org.glassfish.jaxb.core.v2.model.core.ElementPropertyInfo
-
Returns true if this element is mandatory.
- isRequired() - Method in interface org.glassfish.jaxb.core.v2.model.core.ReferencePropertyInfo
-
Returns true if this element is mandatory.
- isSameType(T, T) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Checks if types are the same
- isSimpleType() - Method in interface org.glassfish.jaxb.core.v2.model.core.NonElement
-
Returns true if this
NonElementmaps to text in XML, without any attribute nor child elements. - isStaticField(F) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Returns true if the field is static.
- isStaticMethod(M) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Returns true if the method is static.
- isSubClassOf(T, T) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Checks if
subis a sub-type ofsup. - isTransient(F) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Returns true if the field is transient.
- isValueList() - Method in interface org.glassfish.jaxb.core.v2.model.core.ElementPropertyInfo
-
Returns true if this property is a collection but its XML representation is a list of values, not repeated elements.
- isWhiteSpace(char) - Static method in class org.glassfish.jaxb.core.WhiteSpaceProcessor
-
returns true if the specified char is a white space character.
- isWhiteSpace(CharSequence) - Static method in class org.glassfish.jaxb.core.WhiteSpaceProcessor
-
Returns true if the specified string is all whitespace.
- isWhiteSpaceExceptSpace(char) - Static method in class org.glassfish.jaxb.core.WhiteSpaceProcessor
-
Returns true if the specified char is a white space character but not 0x20.
J
- JAXB - Static variable in class org.glassfish.jaxb.core.v2.WellKnownNamespace
- JAXP_EXTERNAL_ACCESS_CONFIGURED - org.glassfish.jaxb.core.v2.Messages
- JAXP_SUPPORTED_PROPERTY - org.glassfish.jaxb.core.v2.Messages
- JAXP_UNSUPPORTED_PROPERTY - org.glassfish.jaxb.core.v2.Messages
- JAXP_XML_SECURITY_DISABLED - org.glassfish.jaxb.core.v2.Messages
- jaxrpcCompatible - Static variable in interface org.glassfish.jaxb.core.api.impl.NameConverter
-
JAX-PRC compatible name converter implementation.
K
- kind() - Method in interface org.glassfish.jaxb.core.v2.model.core.PropertyInfo
-
Gets the kind of this property.
- klass() - Method in interface org.glassfish.jaxb.core.v2.schemagen.episode.Bindings
-
Nested class customization.
- Klass - Interface in org.glassfish.jaxb.core.v2.schemagen.episode
L
- LAX - org.glassfish.jaxb.core.v2.model.core.WildcardMode
- LeafInfo<T,C> - Interface in org.glassfish.jaxb.core.v2.model.core
-
Either
BuiltinLeafInfoorEnumLeafInfo. - loadObjectFactory(C, String) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Finds ObjectFactory for the given referencePoint.
- Localizable - Interface in com.sun.istack.localization
-
Localizable message.
- LocalizableMessage - Class in com.sun.istack.localization
- LocalizableMessage(String, LocalizableMessageFactory.ResourceBundleSupplier, String, Object...) - Constructor for class com.sun.istack.localization.LocalizableMessage
- LocalizableMessage(String, String, Object...) - Constructor for class com.sun.istack.localization.LocalizableMessage
-
Deprecated.
- LocalizableMessageFactory - Class in com.sun.istack.localization
- LocalizableMessageFactory(String) - Constructor for class com.sun.istack.localization.LocalizableMessageFactory
-
Deprecated.
- LocalizableMessageFactory(String, LocalizableMessageFactory.ResourceBundleSupplier) - Constructor for class com.sun.istack.localization.LocalizableMessageFactory
- LocalizableMessageFactory.ResourceBundleSupplier - Interface in com.sun.istack.localization
- localize(Localizable) - Method in class com.sun.istack.localization.Localizer
- Localizer - Class in com.sun.istack.localization
-
Localizes the
Localizableinto a message by using a configuredLocale. - Localizer() - Constructor for class com.sun.istack.localization.Localizer
- Localizer(Locale) - Constructor for class com.sun.istack.localization.Localizer
- Locatable - Interface in org.glassfish.jaxb.core
-
Optional interface implemented by JAXB objects to expose location information from which an object is unmarshalled.
- Locatable - Interface in org.glassfish.jaxb.core.v2.model.annotation
-
Locationthat is chained. - Location - Interface in org.glassfish.jaxb.core.v2.runtime
-
Location information for
IllegalAnnotationException. - LocatorEx - Interface in org.glassfish.jaxb.core.v2.runtime.unmarshaller
-
Object that returns the current location that the
org.glassfish.jaxb.core.v2.runtime.unmarshaller.XmlVisitoris parsing. - LocatorEx.Snapshot - Class in org.glassfish.jaxb.core.v2.runtime.unmarshaller
-
Immutable snapshot of a
LocatorEx - log(Level, String) - Method in class com.sun.istack.logging.Logger
- log(Level, String, Object) - Method in class com.sun.istack.logging.Logger
- log(Level, String, Object[]) - Method in class com.sun.istack.logging.Logger
- log(Level, String, Throwable) - Method in class com.sun.istack.logging.Logger
- logException(T, boolean, Level) - Method in class com.sun.istack.logging.Logger
-
Method logs
exception's message at the logging level specified by thelevelargument. - logException(T, Throwable, Level) - Method in class com.sun.istack.logging.Logger
-
Method logs
exception's message at the logging level specified by thelevelargument. - logException(T, Level) - Method in class com.sun.istack.logging.Logger
-
Same as
logException(exception, true, level). - Logger - Class in com.sun.istack.logging
-
This is a helper class that provides some convenience methods wrapped around the standard
Loggerinterface. - Logger(String, String) - Constructor for class com.sun.istack.logging.Logger
-
Prevents creation of a new instance of this Logger unless used by a subclass.
- logSevereException(T) - Method in class com.sun.istack.logging.Logger
-
Same as
logSevereException(exception, true). - logSevereException(T, boolean) - Method in class com.sun.istack.logging.Logger
-
Method logs
exception's message as aSEVERElogging level message. - logSevereException(T, Throwable) - Method in class com.sun.istack.logging.Logger
-
Method logs
exception's message as aSEVERElogging level message.
M
- map(boolean) - Method in interface org.glassfish.jaxb.core.v2.schemagen.episode.SchemaBindings
- MAP - org.glassfish.jaxb.core.v2.model.core.PropertyKind
- MapPropertyInfo<T,C> - Interface in org.glassfish.jaxb.core.v2.model.core
-
Property that maps to the following schema fragment.
- marshal(DataHandler) - Method in class org.glassfish.jaxb.core.v2.runtime.SwaRefAdapterMarker
- marshal(Object) - Method in class org.glassfish.jaxb.core.v2.runtime.RuntimeUtil.ToStringAdapter
- MaybeElement<T,C> - Interface in org.glassfish.jaxb.core.v2.model.core
-
Some
NonElementcan optionally be anElement. - Messages - Class in org.glassfish.jaxb.core.marshaller
-
Formats error messages.
- Messages - Enum in org.glassfish.jaxb.core.v2
-
Formats error messages.
- Messages() - Constructor for class org.glassfish.jaxb.core.marshaller.Messages
- MinimumEscapeHandler - Class in org.glassfish.jaxb.core.marshaller
-
Performs no character escaping.
- ModelBuilderI<T,C,F,M> - Interface in org.glassfish.jaxb.core.v2.model.impl
-
User: Iaroslav Savytskyi Date: 24/05/12
N
- name(String) - Method in interface org.glassfish.jaxb.core.v2.schemagen.episode.Package
- NameConverter - Interface in org.glassfish.jaxb.core.api.impl
-
Converts aribitrary strings into Java identifiers.
- NameConverter.Standard - Class in org.glassfish.jaxb.core.api.impl
- namespace(Element, String, String) - Method in class org.glassfish.jaxb.core.marshaller.SAX2DOMEx
- NamespaceResolver - Interface in com.sun.xml.txw2
-
Used by
DatatypeWriterto declare additional namespaces. - Navigator<T,C,F,M> - Interface in org.glassfish.jaxb.core.v2.model.nav
-
Provides unified view of the underlying reflection library, such as
java.lang.reflectand/or Annotation Processing. - next() - Method in class org.glassfish.jaxb.core.v2.util.FlattenIterator
- NO_DEFAULT_CONSTRUCTOR_IN_INNER_CLASS - org.glassfish.jaxb.core.v2.Messages
- nodeStack - Variable in class org.glassfish.jaxb.core.marshaller.SAX2DOMEx
- NoEscapeHandler - Class in org.glassfish.jaxb.core.marshaller
-
Performs no character escaping.
- NoEscapeHandler() - Constructor for class org.glassfish.jaxb.core.marshaller.NoEscapeHandler
- NONE - org.glassfish.jaxb.core.v2.model.core.ID
- NonElement<T,C> - Interface in org.glassfish.jaxb.core.v2.model.core
-
TypeInfothat maps to an element. - NonElementRef<T,C> - Interface in org.glassfish.jaxb.core.v2.model.core
-
Reference to a
NonElement. - NOT_LOCALIZABLE - Static variable in interface com.sun.istack.localization.Localizable
-
Special constant that represents a message that is not localizable.
- NOT_MARSHALLABLE - Static variable in class org.glassfish.jaxb.core.marshaller.Messages
- NotNull - Annotation Type in com.sun.istack
-
Designates that a field, return value, argument, or a variable is guaranteed to be non-null.
- ns() - Method in annotation type com.sun.xml.txw2.annotation.XmlAttribute
-
The namespace URI of the attribute.
- ns() - Method in annotation type com.sun.xml.txw2.annotation.XmlElement
-
The namespace URI of this element.
- NULL_WRITER - Static variable in class org.glassfish.jaxb.core.marshaller.Messages
- Nullable - Annotation Type in com.sun.istack
-
Designates that a field, return value, argument, or a variable may be null.
- NullLocalizable - Class in com.sun.istack.localization
-
Localizablethat wraps a non-localizable string. - NullLocalizable(String) - Constructor for class com.sun.istack.localization.NullLocalizable
O
- org.glassfish.jaxb.core - package org.glassfish.jaxb.core
- org.glassfish.jaxb.core.annotation - package org.glassfish.jaxb.core.annotation
- org.glassfish.jaxb.core.api - package org.glassfish.jaxb.core.api
- org.glassfish.jaxb.core.api.impl - package org.glassfish.jaxb.core.api.impl
- org.glassfish.jaxb.core.marshaller - package org.glassfish.jaxb.core.marshaller
- org.glassfish.jaxb.core.unmarshaller - package org.glassfish.jaxb.core.unmarshaller
- org.glassfish.jaxb.core.util - package org.glassfish.jaxb.core.util
- org.glassfish.jaxb.core.v2 - package org.glassfish.jaxb.core.v2
- org.glassfish.jaxb.core.v2.model.annotation - package org.glassfish.jaxb.core.v2.model.annotation
- org.glassfish.jaxb.core.v2.model.core - package org.glassfish.jaxb.core.v2.model.core
-
The in-memory model of the JAXB-bound beans.
- org.glassfish.jaxb.core.v2.model.impl - package org.glassfish.jaxb.core.v2.model.impl
- org.glassfish.jaxb.core.v2.model.nav - package org.glassfish.jaxb.core.v2.model.nav
-
Abstraction around the reflection library, to support various reflection models (such as java.lang.reflect and Annotation Processing).
- org.glassfish.jaxb.core.v2.model.util - package org.glassfish.jaxb.core.v2.model.util
- org.glassfish.jaxb.core.v2.runtime - package org.glassfish.jaxb.core.v2.runtime
- org.glassfish.jaxb.core.v2.runtime.unmarshaller - package org.glassfish.jaxb.core.v2.runtime.unmarshaller
- org.glassfish.jaxb.core.v2.schemagen.episode - package org.glassfish.jaxb.core.v2.schemagen.episode
-
TXW interfaces for writing episode file, which is what XJC needs to handle separate compilation.
- org.glassfish.jaxb.core.v2.util - package org.glassfish.jaxb.core.v2.util
- OverrideAnnotationOf - Annotation Type in org.glassfish.jaxb.core.annotation
-
Designates an annotation from base class which shall be overriden by annotation placed together with this.
P
- Package - Interface in org.glassfish.jaxb.core.v2.schemagen.episode
- parent() - Method in interface org.glassfish.jaxb.core.v2.model.core.PropertyInfo
-
Gets the
ClassInfoorElementInfoto which this property belongs. - parse(Element, ContentHandler) - Method in class org.glassfish.jaxb.core.unmarshaller.DOMScanner
-
Deprecated.in JAXB 2.0 Use
DOMScanner.scan(Element) - parseWithContext(Element, ContentHandler) - Method in class org.glassfish.jaxb.core.unmarshaller.DOMScanner
-
Deprecated.in JAXB 2.0 Use
DOMScanner.scan(Element) - Pool<T> - Interface in com.sun.istack
-
Pool of reusable objects that are indistinguishable from each other, such as JAXB marshallers.
- Pool.Impl<T> - Class in com.sun.istack
-
Default implementation that uses
ConcurrentLinkedQueueas the data store. - primitiveToBox - Static variable in class org.glassfish.jaxb.core.v2.runtime.RuntimeUtil
-
Reverse map of
RuntimeUtil.boxToPrimitive. - print(DT, NamespaceResolver, StringBuilder) - Method in interface com.sun.xml.txw2.DatatypeWriter
-
Prints the given datatype object and appends that result into the given buffer.
- processingInstruction(String, String) - Method in class com.sun.xml.txw2.output.XMLWriter
-
Write a processing instruction.
- processingInstruction(String, String) - Method in class org.glassfish.jaxb.core.marshaller.SAX2DOMEx
- processingInstruction(String, String) - Method in class org.glassfish.jaxb.core.marshaller.XMLWriter
-
Write a processing instruction.
- propertyIndex - Variable in enum org.glassfish.jaxb.core.v2.model.core.PropertyKind
-
org.glassfish.jaxb.core.v2.runtime.property.PropertyFactorybenefits from having index numbers assigned toPropertyKind.ELEMENT,PropertyKind.REFERENCE, andPropertyKind.MAPin this order. - PropertyInfo<T,C> - Interface in org.glassfish.jaxb.core.v2.model.core
-
Information about a JAXB-bound property.
- PropertyKind - Enum in org.glassfish.jaxb.core.v2.model.core
-
An Enum that indicates if the property is Element, ElementRef, Value, or Attribute.
- prototype() - Static method in class org.glassfish.jaxb.core.v2.TODO
-
When this method iscalled, that means the current code is a mock up and it needs to be properly implemented later.
- prototype(String) - Static method in class org.glassfish.jaxb.core.v2.TODO
R
- readAnnotation(Class<A>) - Method in interface org.glassfish.jaxb.core.v2.model.annotation.AnnotationSource
-
Gets the value of the specified annotation from the given property.
- recycle(T) - Method in class com.sun.istack.Pool.Impl
-
Returns an object back to the pool.
- recycle(T) - Method in interface com.sun.istack.Pool
-
Returns an object back to the pool.
- ref() - Method in interface org.glassfish.jaxb.core.v2.model.core.PropertyInfo
-
List of
TypeInfos that this property references. - ref() - Method in interface org.glassfish.jaxb.core.v2.model.core.ReferencePropertyInfo
-
List of
TypeInfos that this property references. - ref(Class) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Gets the representation of the given Java type in
T. - ref(String) - Method in interface org.glassfish.jaxb.core.v2.schemagen.episode.Klass
-
FQCN.
- Ref<T,C> - Class in org.glassfish.jaxb.core.v2.model.core
-
Reference to a type in a model.
- Ref(AnnotationReader<T, C, ?, ?>, Navigator<T, C, ?, ?>, T, XmlJavaTypeAdapter, XmlList) - Constructor for class org.glassfish.jaxb.core.v2.model.core.Ref
- Ref(ModelBuilderI<T, C, ?, ?>, T, XmlJavaTypeAdapter, XmlList) - Constructor for class org.glassfish.jaxb.core.v2.model.core.Ref
- Ref(T) - Constructor for class org.glassfish.jaxb.core.v2.model.core.Ref
- Ref(T, Adapter<T, C>, boolean) - Constructor for class org.glassfish.jaxb.core.v2.model.core.Ref
- REFERENCE - org.glassfish.jaxb.core.v2.model.core.PropertyKind
- ReferencePropertyInfo<T,C> - Interface in org.glassfish.jaxb.core.v2.model.core
-
PropertyInfothat holds references to otherElements. - RegistryInfo<T,C> - Interface in org.glassfish.jaxb.core.v2.model.core
-
Represents the information in a class with
XmlRegistryannotaion. - remove() - Method in class org.glassfish.jaxb.core.v2.util.FlattenIterator
- replace(CharSequence) - Static method in class org.glassfish.jaxb.core.WhiteSpaceProcessor
- replace(String) - Static method in class org.glassfish.jaxb.core.WhiteSpaceProcessor
- reset() - Method in class com.sun.xml.txw2.output.DataWriter
-
Reset the writer so that it can be reused.
- reset() - Method in class com.sun.xml.txw2.output.XMLWriter
-
Reset the writer.
- reset() - Method in class org.glassfish.jaxb.core.marshaller.DataWriter
-
Reset the writer so that it can be reused.
- reset() - Method in class org.glassfish.jaxb.core.marshaller.XMLWriter
-
Reset the writer.
- ResultFactory - Class in com.sun.xml.txw2.output
-
Factory for producing XmlSerializers for various Result types.
- RuntimeUtil - Class in org.glassfish.jaxb.core.v2.runtime
- RuntimeUtil() - Constructor for class org.glassfish.jaxb.core.v2.runtime.RuntimeUtil
- RuntimeUtil.ToStringAdapter - Class in org.glassfish.jaxb.core.v2.runtime
-
XmlAdapter for printing arbitrary object by using
Object.toString().
S
- SAX2DOMEx - Class in org.glassfish.jaxb.core.marshaller
-
Builds a DOM tree from SAX2 events.
- SAX2DOMEx() - Constructor for class org.glassfish.jaxb.core.marshaller.SAX2DOMEx
-
Deprecated.
- SAX2DOMEx(DocumentBuilderFactory) - Constructor for class org.glassfish.jaxb.core.marshaller.SAX2DOMEx
-
Creates a fresh empty DOM document and adds nodes under this document.
- SAX2DOMEx(Node) - Constructor for class org.glassfish.jaxb.core.marshaller.SAX2DOMEx
- SAX2DOMEx(Node, boolean) - Constructor for class org.glassfish.jaxb.core.marshaller.SAX2DOMEx
- SAXException2 - Exception in com.sun.istack
-
SAXExceptionthat handles exception chaining correctly. - SAXException2(Exception) - Constructor for exception com.sun.istack.SAXException2
- SAXException2(String) - Constructor for exception com.sun.istack.SAXException2
- SAXException2(String, Exception) - Constructor for exception com.sun.istack.SAXException2
- SAXParseException2 - Exception in com.sun.istack
-
SAXParseExceptionthat handles exception chaining correctly. - SAXParseException2(String, String, String, int, int) - Constructor for exception com.sun.istack.SAXParseException2
- SAXParseException2(String, String, String, int, int, Exception) - Constructor for exception com.sun.istack.SAXParseException2
- SAXParseException2(String, Locator) - Constructor for exception com.sun.istack.SAXParseException2
- SAXParseException2(String, Locator, Exception) - Constructor for exception com.sun.istack.SAXParseException2
- SaxSerializer - Class in com.sun.xml.txw2.output
- SaxSerializer(SAXResult) - Constructor for class com.sun.xml.txw2.output.SaxSerializer
- SaxSerializer(ContentHandler) - Constructor for class com.sun.xml.txw2.output.SaxSerializer
- SaxSerializer(ContentHandler, LexicalHandler) - Constructor for class com.sun.xml.txw2.output.SaxSerializer
-
Creates an
XmlSerializerthat writes SAX events. - SaxSerializer(ContentHandler, LexicalHandler, boolean) - Constructor for class com.sun.xml.txw2.output.SaxSerializer
- scan(Object) - Method in class org.glassfish.jaxb.core.unmarshaller.DOMScanner
- scan(Document) - Method in class org.glassfish.jaxb.core.unmarshaller.DOMScanner
- scan(Element) - Method in class org.glassfish.jaxb.core.unmarshaller.DOMScanner
- scan(XmlNode) - Method in interface org.glassfish.jaxb.core.unmarshaller.InfosetScanner
-
Parses the given DOM-ish element/document and generates SAX events.
- scd(String) - Method in interface org.glassfish.jaxb.core.v2.schemagen.episode.Bindings
- schemaBindings() - Method in interface org.glassfish.jaxb.core.v2.schemagen.episode.Bindings
- SchemaBindings - Interface in org.glassfish.jaxb.core.v2.schemagen.episode
- schemaGenerator(String) - Static method in class org.glassfish.jaxb.core.v2.TODO
-
When this method is called, it means that there is an unimplemeted portion of the spec in the schema generator.
- setContentHandler(ContentHandler) - Method in class org.glassfish.jaxb.core.unmarshaller.DOMScanner
- setContentHandler(ContentHandler) - Method in interface org.glassfish.jaxb.core.unmarshaller.InfosetScanner
-
Sets the
ContentHandler. - setDocumentLocator(Locator) - Method in class org.glassfish.jaxb.core.marshaller.SAX2DOMEx
- setEncoding(String) - Method in class com.sun.xml.txw2.output.XMLWriter
- setErrorHandler(ErrorHandler) - Method in interface org.glassfish.jaxb.core.v2.model.annotation.AnnotationReader
-
Sets the error handler that receives errors found during reading annotations.
- setHeader(String) - Method in class com.sun.xml.txw2.output.XMLWriter
-
Sets the header string.
- setHeader(String) - Method in class org.glassfish.jaxb.core.marshaller.XMLWriter
-
Sets the header string.
- setIndentStep(int) - Method in class com.sun.xml.txw2.output.DataWriter
-
Deprecated.Should use the version that takes string.
- setIndentStep(int) - Method in class com.sun.xml.txw2.output.IndentingXMLFilter
-
Deprecated.Should use the version that takes string.
- setIndentStep(int) - Method in class com.sun.xml.txw2.output.IndentingXMLStreamWriter
-
Deprecated.Should use the version that takes string.
- setIndentStep(int) - Method in class org.glassfish.jaxb.core.marshaller.DataWriter
-
Deprecated.Should use the version that takes string.
- setIndentStep(String) - Method in class com.sun.xml.txw2.output.DataWriter
- setIndentStep(String) - Method in class com.sun.xml.txw2.output.IndentingXMLFilter
- setIndentStep(String) - Method in class com.sun.xml.txw2.output.IndentingXMLStreamWriter
- setIndentStep(String) - Method in class org.glassfish.jaxb.core.marshaller.DataWriter
- setLevel(Level) - Method in class com.sun.istack.logging.Logger
- setLexicalHandler(LexicalHandler) - Method in class com.sun.xml.txw2.output.IndentingXMLFilter
- setLocator(Locator) - Method in class org.glassfish.jaxb.core.unmarshaller.DOMScanner
-
Configures the locator object that the SAX
ContentHandlerwill see. - setOutput(Writer, String) - Method in class com.sun.xml.txw2.output.XMLWriter
-
Set a new output destination for the document.
- setOutput(Writer, String) - Method in class org.glassfish.jaxb.core.marshaller.XMLWriter
-
Set a new output destination for the document.
- setSystemId(String) - Method in class com.sun.xml.txw2.output.TXWResult
- setWriter(TypedXmlWriter) - Method in class com.sun.xml.txw2.output.TXWResult
- setXmlDecl(boolean) - Method in class com.sun.xml.txw2.output.XMLWriter
-
Set whether the writer should print out the XML declaration (
<?xml version='1.0' ... ?>). - setXmlDecl(boolean) - Method in class org.glassfish.jaxb.core.marshaller.XMLWriter
-
Set whether the writer should print out the XML declaration (
<?xml version='1.0' ... ?>). - severe(String) - Method in class com.sun.istack.logging.Logger
- severe(String, Object[]) - Method in class com.sun.istack.logging.Logger
- severe(String, Throwable) - Method in class com.sun.istack.logging.Logger
- SKIP - org.glassfish.jaxb.core.v2.model.core.WildcardMode
- skippedEntity(String) - Method in class org.glassfish.jaxb.core.marshaller.SAX2DOMEx
- smart - Static variable in interface org.glassfish.jaxb.core.api.impl.NameConverter
-
Smarter converter used for RELAX NG support.
- Snapshot(LocatorEx) - Constructor for class org.glassfish.jaxb.core.v2.runtime.unmarshaller.LocatorEx.Snapshot
- sourceLocation() - Method in interface org.glassfish.jaxb.core.Locatable
- standard - Static variable in interface org.glassfish.jaxb.core.api.impl.NameConverter
-
The name converter implemented by Code Model.
- Standard() - Constructor for class org.glassfish.jaxb.core.api.impl.NameConverter.Standard
- startCDATA() - Method in class com.sun.xml.txw2.output.IndentingXMLFilter
- startCDATA() - Method in class com.sun.xml.txw2.output.XMLWriter
- startDocument() - Method in class com.sun.istack.FragmentContentHandler
- startDocument() - Method in class com.sun.xml.txw2.output.DomSerializer
- startDocument() - Method in class com.sun.xml.txw2.output.DumpSerializer
- startDocument() - Method in class com.sun.xml.txw2.output.SaxSerializer
- startDocument() - Method in class com.sun.xml.txw2.output.StaxSerializer
- startDocument() - Method in class com.sun.xml.txw2.output.StreamSerializer
- startDocument() - Method in class com.sun.xml.txw2.output.TXWSerializer
- startDocument() - Method in interface com.sun.xml.txw2.output.XmlSerializer
-
The first method to be called.
- startDocument() - Method in class com.sun.xml.txw2.output.XMLWriter
-
Write the XML declaration at the beginning of the document.
- startDocument() - Method in class org.glassfish.jaxb.core.marshaller.SAX2DOMEx
- startDocument() - Method in class org.glassfish.jaxb.core.marshaller.XMLWriter
-
Write the XML declaration at the beginning of the document.
- startDTD(String, String, String) - Method in class com.sun.xml.txw2.output.IndentingXMLFilter
- startDTD(String, String, String) - Method in class com.sun.xml.txw2.output.XMLWriter
- startElement(String) - Method in class com.sun.xml.txw2.output.XMLWriter
-
Start a new element without a qname, attributes or a Namespace URI.
- startElement(String) - Method in class org.glassfish.jaxb.core.marshaller.XMLWriter
-
Start a new element without a qname, attributes or a Namespace URI.
- startElement(String, String) - Method in class com.sun.xml.txw2.output.XMLWriter
-
Start a new element without a qname or attributes.
- startElement(String, String) - Method in class org.glassfish.jaxb.core.marshaller.XMLWriter
-
Start a new element without a qname or attributes.
- startElement(String, String, String, Attributes) - Method in class com.sun.xml.txw2.output.DataWriter
-
Write a start tag.
- startElement(String, String, String, Attributes) - Method in class com.sun.xml.txw2.output.IndentingXMLFilter
-
Write a start tag.
- startElement(String, String, String, Attributes) - Method in class com.sun.xml.txw2.output.XMLWriter
-
Write a start tag.
- startElement(String, String, String, Attributes) - Method in class org.glassfish.jaxb.core.marshaller.DataWriter
-
Write a start tag.
- startElement(String, String, String, Attributes) - Method in class org.glassfish.jaxb.core.marshaller.SAX2DOMEx
- startElement(String, String, String, Attributes) - Method in class org.glassfish.jaxb.core.marshaller.XMLWriter
-
Write a start tag.
- startEntity(String) - Method in class com.sun.xml.txw2.output.IndentingXMLFilter
- startEntity(String) - Method in class com.sun.xml.txw2.output.XMLWriter
- startPrefixMapping(String, String) - Method in class com.sun.xml.txw2.output.XMLWriter
- startPrefixMapping(String, String) - Method in class org.glassfish.jaxb.core.marshaller.SAX2DOMEx
- startPrefixMapping(String, String) - Method in class org.glassfish.jaxb.core.marshaller.XMLWriter
- StaxSerializer - Class in com.sun.xml.txw2.output
-
XML serializer for StAX XMLStreamWriter.
- StaxSerializer(XMLStreamWriter) - Constructor for class com.sun.xml.txw2.output.StaxSerializer
- StaxSerializer(XMLStreamWriter, boolean) - Constructor for class com.sun.xml.txw2.output.StaxSerializer
- StreamSerializer - Class in com.sun.xml.txw2.output
- StreamSerializer(OutputStream) - Constructor for class com.sun.xml.txw2.output.StreamSerializer
- StreamSerializer(OutputStream, String) - Constructor for class com.sun.xml.txw2.output.StreamSerializer
- StreamSerializer(Writer) - Constructor for class com.sun.xml.txw2.output.StreamSerializer
- StreamSerializer(StreamResult) - Constructor for class com.sun.xml.txw2.output.StreamSerializer
- STRICT - org.glassfish.jaxb.core.v2.model.core.WildcardMode
- SWA_URI - Static variable in class org.glassfish.jaxb.core.v2.WellKnownNamespace
- SwaRefAdapterMarker - Class in org.glassfish.jaxb.core.v2.runtime
-
Marker class used to identify swaref attachments and to generate appropriate annotations later.
- SwaRefAdapterMarker() - Constructor for class org.glassfish.jaxb.core.v2.runtime.SwaRefAdapterMarker
T
- take() - Method in class com.sun.istack.Pool.Impl
-
Gets a new object from the pool.
- take() - Method in interface com.sun.istack.Pool
-
Gets a new object from the pool.
- text(StringBuilder) - Method in class com.sun.xml.txw2.output.DomSerializer
- text(StringBuilder) - Method in class com.sun.xml.txw2.output.DumpSerializer
- text(StringBuilder) - Method in class com.sun.xml.txw2.output.SaxSerializer
- text(StringBuilder) - Method in class com.sun.xml.txw2.output.StaxSerializer
- text(StringBuilder) - Method in class com.sun.xml.txw2.output.StreamSerializer
- text(StringBuilder) - Method in class com.sun.xml.txw2.output.TXWSerializer
- text(StringBuilder) - Method in interface com.sun.xml.txw2.output.XmlSerializer
-
Writes PCDATA.
- theInstance - Static variable in class com.sun.xml.txw2.output.DumbEscapeHandler
- theInstance - Static variable in class org.glassfish.jaxb.core.marshaller.DumbEscapeHandler
- theInstance - Static variable in class org.glassfish.jaxb.core.marshaller.MinimumEscapeHandler
- theInstance - Static variable in class org.glassfish.jaxb.core.marshaller.NoEscapeHandler
- toClassName(String) - Method in class org.glassfish.jaxb.core.api.impl.NameConverter.Standard
- toClassName(String) - Method in interface org.glassfish.jaxb.core.api.impl.NameConverter
-
converts a string into an identifier suitable for classes.
- toConstantName(String) - Method in class org.glassfish.jaxb.core.api.impl.NameConverter.Standard
- toConstantName(String) - Method in interface org.glassfish.jaxb.core.api.impl.NameConverter
-
converts a string into an identifier suitable for constants.
- TODO - Class in org.glassfish.jaxb.core.v2
-
Place holder for TODOs.
- TODO() - Constructor for class org.glassfish.jaxb.core.v2.TODO
- toInterfaceName(String) - Method in class org.glassfish.jaxb.core.api.impl.NameConverter.Standard
- toInterfaceName(String) - Method in interface org.glassfish.jaxb.core.api.impl.NameConverter
-
converts a string into an identifier suitable for interfaces.
- toPackageName(String) - Method in class org.glassfish.jaxb.core.api.impl.NameConverter.Standard
-
Computes a Java package name from a namespace URI, as specified in the spec.
- toPackageName(String) - Method in interface org.glassfish.jaxb.core.api.impl.NameConverter
-
Converts a namespace URI into a package name.
- toPropertyName(String) - Method in class org.glassfish.jaxb.core.api.impl.NameConverter.Standard
- toPropertyName(String) - Method in interface org.glassfish.jaxb.core.api.impl.NameConverter
-
converts a string into an identifier suitable for properties.
- toString() - Method in enum org.glassfish.jaxb.core.v2.Messages
- toString() - Method in exception org.glassfish.jaxb.core.v2.runtime.IllegalAnnotationException
-
Returns the exception name, message, and related information together in one string.
- toString() - Method in interface org.glassfish.jaxb.core.v2.runtime.Location
-
Returns a human-readable string that represents this position.
- ToStringAdapter() - Constructor for class org.glassfish.jaxb.core.v2.runtime.RuntimeUtil.ToStringAdapter
- toVariableName(String) - Method in class org.glassfish.jaxb.core.api.impl.NameConverter.Standard
- toVariableName(String) - Method in interface org.glassfish.jaxb.core.api.impl.NameConverter
-
Converts a string into an identifier suitable for variables.
- trim(CharSequence) - Static method in class org.glassfish.jaxb.core.WhiteSpaceProcessor
-
Equivalent of
String.trim(). - txw - Variable in class com.sun.xml.txw2.output.TXWSerializer
- TXW - Class in com.sun.xml.txw2
-
Entry point to TXW.
- TxwException - Exception in com.sun.xml.txw2
-
Signals errors in the TXW processing.
- TxwException(String) - Constructor for exception com.sun.xml.txw2.TxwException
- TxwException(String, Throwable) - Constructor for exception com.sun.xml.txw2.TxwException
- TxwException(Throwable) - Constructor for exception com.sun.xml.txw2.TxwException
- TXWResult - Class in com.sun.xml.txw2.output
- TXWResult(TypedXmlWriter) - Constructor for class com.sun.xml.txw2.output.TXWResult
- TXWSerializer - Class in com.sun.xml.txw2.output
-
Dummpy implementation to pass through
TypedXmlWritertoTXW - TXWSerializer(TypedXmlWriter) - Constructor for class com.sun.xml.txw2.output.TXWSerializer
- type - Variable in class org.glassfish.jaxb.core.v2.model.core.Ref
-
The type being referenced.
- TypedXmlWriter - Interface in com.sun.xml.txw2
-
Defines common operations for all typed XML writers. Root of all typed XML writer interfaces.
- TypeInfo<T,C> - Interface in org.glassfish.jaxb.core.v2.model.core
- TypeInfoSet<T,C,F,M> - Interface in org.glassfish.jaxb.core.v2.model.core
-
Root of models. Set of
TypeInfos. - TypeRef<T,C> - Interface in org.glassfish.jaxb.core.v2.model.core
-
Information about a type referenced from
ElementPropertyInfo. - typesafeEnumClass() - Method in interface org.glassfish.jaxb.core.v2.schemagen.episode.Bindings
-
Nested typesafeEnumClass customization
U
- unmarshal(String) - Method in class org.glassfish.jaxb.core.v2.runtime.RuntimeUtil.ToStringAdapter
- unmarshal(String) - Method in class org.glassfish.jaxb.core.v2.runtime.SwaRefAdapterMarker
- UNSUPPORTED_ENCODING - Static variable in class org.glassfish.jaxb.core.marshaller.Messages
- UNSUPPORTED_PROPERTY - org.glassfish.jaxb.core.v2.Messages
- UNSUPPORTED_RESULT - Static variable in class org.glassfish.jaxb.core.marshaller.Messages
- use(C) - Method in interface org.glassfish.jaxb.core.v2.model.nav.Navigator
-
Gets the T for the given C.
- Utils - Class in org.glassfish.jaxb.core
V
- value() - Method in annotation type com.sun.xml.txw2.annotation.XmlAttribute
-
The local name of the attribute.
- value() - Method in annotation type com.sun.xml.txw2.annotation.XmlElement
-
The local name of the element.
- value() - Method in annotation type com.sun.xml.txw2.annotation.XmlNamespace
-
The namespace URI.
- value() - Method in annotation type org.glassfish.jaxb.core.annotation.OverrideAnnotationOf
- value() - Method in annotation type org.glassfish.jaxb.core.annotation.XmlIsSet
-
Deprecated.Specifies the name of the property to attach to.
- VALUE - org.glassfish.jaxb.core.v2.model.core.PropertyKind
- valueList - Variable in class org.glassfish.jaxb.core.v2.model.core.Ref
-
If the
Ref.typeis an array and it is a value list, true. - valueOf(String) - Static method in enum org.glassfish.jaxb.core.v2.Messages
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jaxb.core.v2.model.core.ID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jaxb.core.v2.model.core.PropertyKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jaxb.core.v2.model.core.WildcardMode
-
Returns the enum constant of this type with the specified name.
- ValuePropertyInfo<T,C> - Interface in org.glassfish.jaxb.core.v2.model.core
-
Value
PropertyInfo. - values() - Static method in enum org.glassfish.jaxb.core.v2.Messages
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.glassfish.jaxb.core.v2.model.core.ID
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.glassfish.jaxb.core.v2.model.core.PropertyKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.glassfish.jaxb.core.v2.model.core.WildcardMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- version(String) - Method in interface org.glassfish.jaxb.core.v2.schemagen.episode.Bindings
- visit(Element) - Method in class org.glassfish.jaxb.core.unmarshaller.DOMScanner
-
Visits an element and its subtree.
W
- warning(String) - Method in class com.sun.istack.logging.Logger
- warning(String, Object[]) - Method in class com.sun.istack.logging.Logger
- warning(String, Throwable) - Method in class com.sun.istack.logging.Logger
- warning(SAXParseException) - Method in interface org.glassfish.jaxb.core.api.ErrorListener
- WellKnownNamespace - Class in org.glassfish.jaxb.core.v2
-
Well-known namespace URIs.
- which(Class) - Static method in class org.glassfish.jaxb.core.util.Which
- which(String, ClassLoader) - Static method in class org.glassfish.jaxb.core.util.Which
-
Search the specified classloader for the given classname.
- Which - Class in org.glassfish.jaxb.core.util
-
Finds out where a class file is loaded from.
- Which() - Constructor for class org.glassfish.jaxb.core.util.Which
- WhiteSpaceProcessor - Class in org.glassfish.jaxb.core
-
Processes white space normalization.
- WhiteSpaceProcessor() - Constructor for class org.glassfish.jaxb.core.WhiteSpaceProcessor
- WildcardMode - Enum in org.glassfish.jaxb.core.v2.model.core
-
Mode of the wildcard.
- WildcardTypeInfo<T,C> - Interface in org.glassfish.jaxb.core.v2.model.core
-
Type referenced as a result of having the wildcard.
- write(char) - Method in class org.glassfish.jaxb.core.marshaller.XMLWriter
-
Write a raw character.
- write(String) - Method in class org.glassfish.jaxb.core.marshaller.XMLWriter
-
Write a raw string.
- writeAttribute(String, String, String, StringBuilder) - Method in class com.sun.xml.txw2.output.DomSerializer
- writeAttribute(String, String, String, StringBuilder) - Method in class com.sun.xml.txw2.output.DumpSerializer
- writeAttribute(String, String, String, StringBuilder) - Method in class com.sun.xml.txw2.output.SaxSerializer
- writeAttribute(String, String, String, StringBuilder) - Method in class com.sun.xml.txw2.output.StaxSerializer
- writeAttribute(String, String, String, StringBuilder) - Method in class com.sun.xml.txw2.output.StreamSerializer
- writeAttribute(String, String, String, StringBuilder) - Method in class com.sun.xml.txw2.output.TXWSerializer
- writeAttribute(String, String, String, StringBuilder) - Method in interface com.sun.xml.txw2.output.XmlSerializer
-
Writes an attribute.
- writeCData(String) - Method in class com.sun.xml.txw2.output.IndentingXMLStreamWriter
- writeCharacters(char[], int, int) - Method in class com.sun.xml.txw2.output.IndentingXMLStreamWriter
- writeCharacters(String) - Method in class com.sun.xml.txw2.output.IndentingXMLStreamWriter
- writeEmptyElement(String) - Method in class com.sun.xml.txw2.output.IndentingXMLStreamWriter
- writeEmptyElement(String, String) - Method in class com.sun.xml.txw2.output.IndentingXMLStreamWriter
- writeEmptyElement(String, String, String) - Method in class com.sun.xml.txw2.output.IndentingXMLStreamWriter
- writeEndElement() - Method in class com.sun.xml.txw2.output.IndentingXMLStreamWriter
- writeStartDocument() - Method in class com.sun.xml.txw2.output.IndentingXMLStreamWriter
- writeStartDocument(String) - Method in class com.sun.xml.txw2.output.IndentingXMLStreamWriter
- writeStartDocument(String, String) - Method in class com.sun.xml.txw2.output.IndentingXMLStreamWriter
- writeStartElement(String) - Method in class com.sun.xml.txw2.output.IndentingXMLStreamWriter
- writeStartElement(String, String) - Method in class com.sun.xml.txw2.output.IndentingXMLStreamWriter
- writeStartElement(String, String, String) - Method in class com.sun.xml.txw2.output.IndentingXMLStreamWriter
- writeXmlDecl(String) - Method in class org.glassfish.jaxb.core.marshaller.DataWriter
- writeXmlDecl(String) - Method in class org.glassfish.jaxb.core.marshaller.XMLWriter
- writeXmlns(String, String) - Method in class com.sun.xml.txw2.output.DomSerializer
- writeXmlns(String, String) - Method in class com.sun.xml.txw2.output.DumpSerializer
- writeXmlns(String, String) - Method in class com.sun.xml.txw2.output.SaxSerializer
- writeXmlns(String, String) - Method in class com.sun.xml.txw2.output.StaxSerializer
- writeXmlns(String, String) - Method in class com.sun.xml.txw2.output.StreamSerializer
- writeXmlns(String, String) - Method in class com.sun.xml.txw2.output.TXWSerializer
- writeXmlns(String, String) - Method in interface com.sun.xml.txw2.output.XmlSerializer
-
Writes a namespace declaration.
X
- XML_MIME_URI - Static variable in class org.glassfish.jaxb.core.v2.WellKnownNamespace
- XML_NAMESPACE_URI - Static variable in class org.glassfish.jaxb.core.v2.WellKnownNamespace
-
Deprecated.Use javax.xml.XMLConstants.XML_NS_URI instead;
- XML_SCHEMA - Static variable in class org.glassfish.jaxb.core.v2.WellKnownNamespace
-
Deprecated.Use javax.xml.XMLConstants.W3C_XML_SCHEMA_NS_URI instead;
- XML_SCHEMA_INSTANCE - Static variable in class org.glassfish.jaxb.core.v2.WellKnownNamespace
-
Deprecated.Use javax.xml.XMLConstants.W3C_XML_SCHEMA_INSTANCE_NS_URI instead
- XmlAttribute - Annotation Type in com.sun.xml.txw2.annotation
-
Specifies that the invocation of the method will produce an attribute.
- XmlCDATA - Annotation Type in com.sun.xml.txw2.annotation
-
Used along with
XmlElementto write a CDATA section, instead of the normal PCDATA. - XmlElement - Annotation Type in com.sun.xml.txw2.annotation
-
Specifies the name of the XML element.
- XmlFactory - Class in org.glassfish.jaxb.core.v2.util
-
Provides helper methods for creating properly configured XML parser factory instances with namespace support turned on and configured for security.
- XmlFactory() - Constructor for class org.glassfish.jaxb.core.v2.util.XmlFactory
- XmlIsSet - Annotation Type in org.glassfish.jaxb.core.annotation
-
Deprecated.this hasn't been implemented in the RI, and this hasn't been speced yet. I believe Joe asked for this feature. I'd like to drop this.
- XmlLocation - Annotation Type in org.glassfish.jaxb.core.annotation
-
Marks a property that receives a location from which the object is unmarshalled.
- XmlNamespace - Annotation Type in com.sun.xml.txw2.annotation
-
Declares the namespace URI of the
TypedXmlWriters in a package. - XmlSerializer - Interface in com.sun.xml.txw2.output
-
Low-level typeless XML writer driven from
TypedXmlWriter. - XMLStreamException2 - Exception in com.sun.istack
-
XMLStreamExceptionthat properly handles exception chaining. - XMLStreamException2(String) - Constructor for exception com.sun.istack.XMLStreamException2
- XMLStreamException2(String, Throwable) - Constructor for exception com.sun.istack.XMLStreamException2
- XMLStreamException2(String, Location) - Constructor for exception com.sun.istack.XMLStreamException2
- XMLStreamException2(String, Location, Throwable) - Constructor for exception com.sun.istack.XMLStreamException2
- XMLStreamException2(Throwable) - Constructor for exception com.sun.istack.XMLStreamException2
- XMLStreamReaderToContentHandler - Class in com.sun.istack
-
This is a simple utility class that adapts StAX events from an
XMLStreamReaderto SAX events on aContentHandler, bridging between the two parser technologies. - XMLStreamReaderToContentHandler(XMLStreamReader, ContentHandler, boolean, boolean) - Constructor for class com.sun.istack.XMLStreamReaderToContentHandler
- XMLStreamReaderToContentHandler(XMLStreamReader, ContentHandler, boolean, boolean, String[]) - Constructor for class com.sun.istack.XMLStreamReaderToContentHandler
-
Construct a new StAX to SAX adapter that will convert a StAX event stream into a SAX event stream.
- XmlValue - Annotation Type in com.sun.xml.txw2.annotation
-
Specifies that the invocation of the method will produce a text
- XMLWriter - Class in com.sun.xml.txw2.output
-
Filter to write an XML document from a SAX event stream.
- XMLWriter - Class in org.glassfish.jaxb.core.marshaller
-
Filter to write an XML document from a SAX event stream.
- XMLWriter(Writer, String) - Constructor for class com.sun.xml.txw2.output.XMLWriter
- XMLWriter(Writer, String) - Constructor for class org.glassfish.jaxb.core.marshaller.XMLWriter
- XMLWriter(Writer, String, CharacterEscapeHandler) - Constructor for class com.sun.xml.txw2.output.XMLWriter
-
Create a new XML writer.
- XMLWriter(Writer, String, CharacterEscapeHandler) - Constructor for class org.glassfish.jaxb.core.marshaller.XMLWriter
-
Create a new XML writer.
- XOP - Static variable in class org.glassfish.jaxb.core.v2.WellKnownNamespace
_
- _attribute(String, Object) - Method in interface com.sun.xml.txw2.TypedXmlWriter
-
Adds an attribute of the given name and the value.
- _attribute(String, String, Object) - Method in interface com.sun.xml.txw2.TypedXmlWriter
-
Adds an attribute of the given name and the value.
- _attribute(QName, Object) - Method in interface com.sun.xml.txw2.TypedXmlWriter
-
Adds an attribute of the given name and the value.
- _cast(Class<T>) - Method in interface com.sun.xml.txw2.TypedXmlWriter
-
Returns a different interface for this typed XML Writer.
- _cdata(Object) - Method in interface com.sun.xml.txw2.TypedXmlWriter
-
Appends CDATA section.
- _comment(Object) - Method in interface com.sun.xml.txw2.TypedXmlWriter
-
Appends a comment.
- _element(Class<T>) - Method in interface com.sun.xml.txw2.TypedXmlWriter
-
Appends a new child element.
- _element(String, Class<T>) - Method in interface com.sun.xml.txw2.TypedXmlWriter
-
Appends a new child element.
- _element(String, String, Class<T>) - Method in interface com.sun.xml.txw2.TypedXmlWriter
-
Appends a new child element.
- _element(QName, Class<T>) - Method in interface com.sun.xml.txw2.TypedXmlWriter
-
Appends a new child element.
- _namespace(String) - Method in interface com.sun.xml.txw2.TypedXmlWriter
-
Declares a new namespace URI on this element.
- _namespace(String, boolean) - Method in interface com.sun.xml.txw2.TypedXmlWriter
-
Declares a new namespace URI on this element.
- _namespace(String, String) - Method in interface com.sun.xml.txw2.TypedXmlWriter
-
Declares a new namespace URI on this element to a specific prefix.
- _package() - Method in interface org.glassfish.jaxb.core.v2.schemagen.episode.SchemaBindings
- _pcdata(Object) - Method in interface com.sun.xml.txw2.TypedXmlWriter
-
Appends text data.
All Classes All Packages