|
|||||||||
| Home >> All >> javax >> xml >> bind >> [ helpers overview ] | PREV NEXT | ||||||||
A
- AbstractMarshallerImpl - class javax.xml.bind.helpers.AbstractMarshallerImpl.
- Default implementation of a Marshaller.
- AbstractMarshallerImpl() - Constructor for class javax.xml.bind.helpers.AbstractMarshallerImpl
- Creates a new instance of
AbstractMarshallerImpl. - AbstractUnmarshallerImpl - class javax.xml.bind.helpers.AbstractUnmarshallerImpl.
- This is an abstract default implementation of an javax.xml.bind.Unmarshaller.
- AbstractUnmarshallerImpl() - Constructor for class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- Creates a new instance of AbstractUnmarshallerImpl.
C
- columnNumber - Variable in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- createUnmarshalException(SAXException) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- Helper method to concert a org.xml.sax.SAXException into an javax.xml.bind.UnmarshalException.
D
- DefaultValidationEventHandler - class javax.xml.bind.helpers.DefaultValidationEventHandler.
- Default implementation of a javax.xml.bind.ValidationEventHandler.
- DefaultValidationEventHandler() - Constructor for class javax.xml.bind.helpers.DefaultValidationEventHandler
- Creates a new instance of
DefaultValidationEventHandler.
E
- encoding - Variable in class javax.xml.bind.helpers.AbstractMarshallerImpl
- eventHandler - Variable in class javax.xml.bind.helpers.AbstractMarshallerImpl
G
- getColumnNumber() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- getEncoding() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- Returns the current output encoding.
- getEventHandler() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- getEventHandler() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- getJavaEncoding(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- Converts the given IANA encoding name into a Java encoding name.
- getLineNumber() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- getLinkedException() - Method in class javax.xml.bind.helpers.ValidationEventImpl
- getLocator() - Method in class javax.xml.bind.helpers.ValidationEventImpl
- getMessage() - Method in class javax.xml.bind.helpers.ValidationEventImpl
- getNoNSSchemaLocation() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- Returns the marshallers "no namespace" schema location.
- getNode(Object) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- This method is unsupported in the default implementation and throws an java.lang.UnsupportedOperationException.
- getNode() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- getObject() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- getOffset() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- getProperty(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- Public interface to get the properties defined by the javax.xml.bind.Marshaller interface.
- getProperty(String) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- Always throws a javax.xml.bind.PropertyException, because the default implementation does not support any properties.
- getSchemaLocation() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- Returns the marshallers schema location.
- getSeverity() - Method in class javax.xml.bind.helpers.ValidationEventImpl
- getURL() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- getXMLReader() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- Creates a configured org.xml.sax.XMLReader.
H
- handleEvent(ValidationEvent) - Method in class javax.xml.bind.helpers.DefaultValidationEventHandler
I
- isFormattedOutput - Variable in class javax.xml.bind.helpers.AbstractMarshallerImpl
- isFormattedOutput() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- Returns whether the marshaller will create formatted output or not.
- isValidating - Variable in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- isValidating() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
J
- javax.xml.bind.helpers - package javax.xml.bind.helpers
L
- lineNumber - Variable in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- linkedException - Variable in class javax.xml.bind.helpers.ValidationEventImpl
- locator - Variable in class javax.xml.bind.helpers.ValidationEventImpl
M
- marshal(Object, OutputStream) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, Writer) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, ContentHandler) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, Node) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- message - Variable in class javax.xml.bind.helpers.ValidationEventImpl
N
- NotIdentifiableEventImpl - class javax.xml.bind.helpers.NotIdentifiableEventImpl.
- Default implementation of a javax.xml.bind.NotIdentifiableEvent.
- NotIdentifiableEventImpl(int, String, ValidationEventLocator) - Constructor for class javax.xml.bind.helpers.NotIdentifiableEventImpl
- Creates a new instance of
NotIdentifiableEventImpl. - NotIdentifiableEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class javax.xml.bind.helpers.NotIdentifiableEventImpl
- Creates a new instance of
NotIdentifiableEventImpl. - noNSSchemaLocation - Variable in class javax.xml.bind.helpers.AbstractMarshallerImpl
- node - Variable in class javax.xml.bind.helpers.ValidationEventLocatorImpl
O
- object - Variable in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- offset - Variable in class javax.xml.bind.helpers.ValidationEventLocatorImpl
P
- ParseConversionEventImpl - class javax.xml.bind.helpers.ParseConversionEventImpl.
- Default implementation of a javax.xml.bind.ParseConversionEvent.
- ParseConversionEventImpl(int, String, ValidationEventLocator) - Constructor for class javax.xml.bind.helpers.ParseConversionEventImpl
- Creates a new instance of
ParseConversionEventImpl. - ParseConversionEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class javax.xml.bind.helpers.ParseConversionEventImpl
- Creates a new instance of
ParseConversionEventImpl. - PrintConversionEventImpl - class javax.xml.bind.helpers.PrintConversionEventImpl.
- Default implementation of a javax.xml.bind.PrintConversionEvent.
- PrintConversionEventImpl(int, String, ValidationEventLocator) - Constructor for class javax.xml.bind.helpers.PrintConversionEventImpl
- Creates a new instance of
PrintConversionEventImpl. - PrintConversionEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class javax.xml.bind.helpers.PrintConversionEventImpl
- Creates a new instance of
PrintConversionEventImpl.
S
- saxParserFactory - Static variable in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- schemaLocation - Variable in class javax.xml.bind.helpers.AbstractMarshallerImpl
- setColumnNumber(int) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- Sets the column number.
- setEncoding(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- Sets the current output encoding.
- setEventHandler(ValidationEventHandler) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- setEventHandler(ValidationEventHandler) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- setFormattedOutput(boolean) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- Sets whether the marshaller will create formatted output or not.
- setLineNumber(int) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- Sets the line number.
- setLinkedException(Throwable) - Method in class javax.xml.bind.helpers.ValidationEventImpl
- Sets the exception, which is linked to the event.
- setLocator(ValidationEventLocator) - Method in class javax.xml.bind.helpers.ValidationEventImpl
- Sets the events locator.
- setMessage(String) - Method in class javax.xml.bind.helpers.ValidationEventImpl
- Sets the events message.
- setNoNSSchemaLocation(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- Sets the marshallers "no namespace" schema location.
- setNode(Node) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- Sets the node.
- setObject(Object) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- Sets the object.
- setOffset(int) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- Sets the offset.
- setProperty(String, Object) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- Public interface to set the properties defined by the javax.xml.bind.Marshaller interface.
- setProperty(String, Object) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- Always throws a javax.xml.bind.PropertyException, because the default implementation does not support any properties.
- setSchemaLocation(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- Sets the marshallers schema location.
- setSeverity(int) - Method in class javax.xml.bind.helpers.ValidationEventImpl
- Sets the events severity.
- setURL(URL) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- Sets the URL.
- setValidating(boolean) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- severity - Variable in class javax.xml.bind.helpers.ValidationEventImpl
T
- theInstance - Static variable in class javax.xml.bind.helpers.DefaultValidationEventHandler
U
- unmarshal(Source) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(XMLReader, InputSource) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- Unmarshals an object by using the given instance
of org.xml.sax.XMLReader to parse the XML
document read from the byte or character stream
given by the org.xml.sax.InputSource
pSource. - unmarshal(InputSource) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(URL) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(File) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(InputStream) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- url - Variable in class javax.xml.bind.helpers.ValidationEventLocatorImpl
V
- ValidationEventImpl - class javax.xml.bind.helpers.ValidationEventImpl.
- Default implementation of a javax.xml.bind.ValidationEvent.
- ValidationEventImpl(int, String, ValidationEventLocator) - Constructor for class javax.xml.bind.helpers.ValidationEventImpl
- Creates a new instance of
ValidationEventImpl. - ValidationEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class javax.xml.bind.helpers.ValidationEventImpl
- Creates a new instance of
ValidationEventImpl. - ValidationEventLocatorImpl - class javax.xml.bind.helpers.ValidationEventLocatorImpl.
- Default implementation of a javax.xml.bind.ValidationEventLocator.
- ValidationEventLocatorImpl() - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
- Creates a new instance of
ValidationEventLocatorImpl. - ValidationEventLocatorImpl(Locator) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
- Creates a new instance of
ValidationEventLocatorImplby copying data from the given org.xml.sax.Locator. - ValidationEventLocatorImpl(Node) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
- Creates a new instance of
ValidationEventLocatorImplby setting the node property. - ValidationEventLocatorImpl(Object) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
- Creates a new instance of
ValidationEventLocatorImplby setting the object property. - ValidationEventLocatorImpl(SAXParseException) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
- Creates a new instance of
ValidationEventLocatorImplby copying data from the given org.xml.sax.SAXParseException. - validationEventHandler - Variable in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
X
- xmlReader - Variable in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
A C D E G H I J L M N O P S T U V X
|
|||||||||
| Home >> All >> javax >> xml >> bind >> [ helpers overview ] | PREV NEXT | ||||||||