This document details all of the changes between the JAXP 1.3 and JAXP 1.4 APIs. For each modified class, interface, method, and field, the changes are shown using revision markup followed by the old and new API definitions. (In the interest of suppressing entirely irrelevant differences, the JAXP 1.3 and JAXP 1.4 API documention has been formatted with the same version of the JavaDoc tool and the CVS revision information has been scrubbed.)
The following items stand out as particularly significant in this release. Many other smaller changes and JavaDoc improvements are detailed below.
DATATYPEFACTORY_IMPLEMENTATION_CLASS is intended
to be implementation-defined.DatatypeFactory.newInstance(java.lang.String, java.lang.ClassLoader).Duration.equals(java.lang.Object) so that null may be passed in.XMLGregorianCalendar.
XMLGregorianCalendar.equals(java.lang.Object) so that null may be passed in.DocumentBuilderFactory.newInstance(java.lang.String, java.lang.ClassLoader).SAXParserFactory.newInstance(java.lang.String, java.lang.ClassLoader).javax.xml.stream.*.TransformerFactory.newInstance(java.lang.String, java.lang.ClassLoader).javax.xml.transform.stax.*
and javax.xml.transform.stream.*.SchemaFactory.newInstance(java.lang.String, java.lang.String, java.lang.ClassLoader).XPath.
DatatypeConfigurationException, DatatypeConstants.Field, DatatypeFactory, Duration, XMLGregorianCalendar
DocumentBuilder, DocumentBuilderFactory, SAXParser, SAXParserFactory
EventFilter, FactoryConfigurationError, Location, StreamFilter, XMLEventFactory, XMLEventReader, XMLEventWriter, XMLInputFactory, XMLOutputFactory, XMLReporter, XMLResolver, XMLStreamConstants, XMLStreamException, XMLStreamReader, XMLStreamWriter
Attribute, Characters, Comment, DTD, EndDocument, EndElement, EntityDeclaration, EntityReference, Namespace, NotationDeclaration, ProcessingInstruction, StartDocument, StartElement, XMLEvent
EventReaderDelegate, StreamReaderDelegate, XMLEventAllocator, XMLEventConsumer
Schema, SchemaFactory, SchemaFactoryLoader, TypeInfoProvider, Validator, ValidatorHandler
XPath, XPathException, XPathExpression, XPathExpressionException, XPathFactory, XPathFactoryConfigurationException, XPathFunctionException, XPathVariableResolver, package-summary
DocumentEvent, Event, EventTarget, MouseEvent, MutationEvent, UIEvent
javax.xml.datatype
| |
javax.xml.datatype
|
javax.xml.datatype
|
javax.xml.datatype
| |
javax.xml.datatype
|
javax.xml.datatype
|
javax.xml.datatype
| |
javax.xml.datatype
|
javax.xml.datatype
|
DATATYPEFACTORY_IMPLEMENTATION_CLASSpublic static final java.lang.String DATATYPEFACTORY_IMPLEMENTATION_CLASS
| |
DATATYPEFACTORY_IMPLEMENTATION_CLASSpublic static final java.lang.String DATATYPEFACTORY_IMPLEMENTATION_CLASS
|
DATATYPEFACTORY_IMPLEMENTATION_CLASSpublic static final java.lang.String DATATYPEFACTORY_IMPLEMENTATION_CLASS
|
newDurationpublic Duration newDuration(boolean isPositive, int years, int months, int days, int hours, int minutes, int seconds)
| |
newDurationpublic Duration newDuration(boolean isPositive, int years, int months, int days, int hours, int minutes, int seconds)
|
newDurationpublic Duration newDuration(boolean isPositive, int years, int months, int days, int hours, int minutes, int seconds)
|
newDurationpublic abstract Duration newDuration(boolean isPositive, java.math.BigInteger years, java.math.BigInteger months, java.math.BigInteger days, java.math.BigInteger hours, java.math.BigInteger minutes, java.math.BigDecimal seconds)
| |
newDurationpublic abstract Duration newDuration(boolean isPositive, java.math.BigInteger years, java.math.BigInteger months, java.math.BigInteger days, java.math.BigInteger hours, java.math.BigInteger minutes, java.math.BigDecimal seconds)
|
newDurationpublic abstract Duration newDuration(boolean isPositive, java.math.BigInteger years, java.math.BigInteger months, java.math.BigInteger days, java.math.BigInteger hours, java.math.BigInteger minutes, java.math.BigDecimal seconds)
|
newDurationDayTimepublic Duration newDurationDayTime(boolean isPositive, int day, int hour, int minute, int second)
| |
newDurationDayTimepublic Duration newDurationDayTime(boolean isPositive, int day, int hour, int minute, int second)
|
newDurationDayTimepublic Duration newDurationDayTime(boolean isPositive, int day, int hour, int minute, int second)
|
newDurationDayTimepublic Duration newDurationDayTime(boolean isPositive, java.math.BigInteger day, java.math.BigInteger hour, java.math.BigInteger minute, java.math.BigInteger second)
| |
newDurationDayTimepublic Duration newDurationDayTime(boolean isPositive, java.math.BigInteger day, java.math.BigInteger hour, java.math.BigInteger minute, java.math.BigInteger second)
|
newDurationDayTimepublic Duration newDurationDayTime(boolean isPositive, java.math.BigInteger day, java.math.BigInteger hour, java.math.BigInteger minute, java.math.BigInteger second)
|
newDurationDayTimepublic Duration newDurationDayTime(java.lang.String lexicalRepresentation)
| |
newDurationDayTimepublic Duration newDurationDayTime(java.lang.String lexicalRepresentation)
|
newDurationDayTimepublic Duration newDurationDayTime(java.lang.String lexicalRepresentation)
|
newDurationYearMonthpublic Duration newDurationYearMonth(boolean isPositive, int year, int month)
| |
newDurationYearMonthpublic Duration newDurationYearMonth(boolean isPositive, int year, int month)
|
newDurationYearMonthpublic Duration newDurationYearMonth(boolean isPositive, int year, int month)
|
newDurationYearMonthpublic Duration newDurationYearMonth(boolean isPositive, java.math.BigInteger year, java.math.BigInteger month)
| |
newDurationYearMonthpublic Duration newDurationYearMonth(boolean isPositive, java.math.BigInteger year, java.math.BigInteger month)
|
newDurationYearMonthpublic Duration newDurationYearMonth(boolean isPositive, java.math.BigInteger year, java.math.BigInteger month)
|
newDurationYearMonthpublic Duration newDurationYearMonth(java.lang.String lexicalRepresentation)
| |
newDurationYearMonthpublic Duration newDurationYearMonth(java.lang.String lexicalRepresentation)
|
newDurationYearMonthpublic Duration newDurationYearMonth(java.lang.String lexicalRepresentation)
|
newInstancepublic static DatatypeFactory newInstance() throws DatatypeConfigurationException
| |
newInstancepublic static DatatypeFactory newInstance() throws DatatypeConfigurationException
|
newInstancepublic static DatatypeFactory newInstance() throws DatatypeConfigurationException
|
newInstancepublic static DatatypeFactory newInstance(java.lang.String factoryClassName, java.lang.ClassLoader classLoader) throws DatatypeConfigurationException
|
newXMLGregorianCalendarpublic XMLGregorianCalendar newXMLGregorianCalendar(int year, int month, int day, int hour, int minute, int second, int millisecond, int timezone)
| |
newXMLGregorianCalendarpublic XMLGregorianCalendar newXMLGregorianCalendar(int year, int month, int day, int hour, int minute, int second, int millisecond, int timezone)
|
newXMLGregorianCalendarpublic XMLGregorianCalendar newXMLGregorianCalendar(int year, int month, int day, int hour, int minute, int second, int millisecond, int timezone)
|
newXMLGregorianCalendarpublic abstract XMLGregorianCalendar newXMLGregorianCalendar(java.math.BigInteger year, int month, int day, int hour, int minute, int second, java.math.BigDecimal fractionalSecond, int timezone)
| |
newXMLGregorianCalendarpublic abstract XMLGregorianCalendar newXMLGregorianCalendar(java.math.BigInteger year, int month, int day, int hour, int minute, int second, java.math.BigDecimal fractionalSecond, int timezone)
|
newXMLGregorianCalendarpublic abstract XMLGregorianCalendar newXMLGregorianCalendar(java.math.BigInteger year, int month, int day, int hour, int minute, int second, java.math.BigDecimal fractionalSecond, int timezone)
|
newXMLGregorianCalendarDatepublic XMLGregorianCalendar newXMLGregorianCalendarDate(int year, int month, int day, int timezone)
| |
newXMLGregorianCalendarDatepublic XMLGregorianCalendar newXMLGregorianCalendarDate(int year, int month, int day, int timezone)
|
newXMLGregorianCalendarDatepublic XMLGregorianCalendar newXMLGregorianCalendarDate(int year, int month, int day, int timezone)
|
newXMLGregorianCalendarTimepublic XMLGregorianCalendar newXMLGregorianCalendarTime(int hours, int minutes, int seconds, int timezone)
| |
newXMLGregorianCalendarTimepublic XMLGregorianCalendar newXMLGregorianCalendarTime(int hours, int minutes, int seconds, int timezone)
|
newXMLGregorianCalendarTimepublic XMLGregorianCalendar newXMLGregorianCalendarTime(int hours, int minutes, int seconds, int timezone)
|
newXMLGregorianCalendarTimepublic XMLGregorianCalendar newXMLGregorianCalendarTime(int hours, int minutes, int seconds, int milliseconds, int timezone)
| |
newXMLGregorianCalendarTimepublic XMLGregorianCalendar newXMLGregorianCalendarTime(int hours, int minutes, int seconds, int milliseconds, int timezone)
|
newXMLGregorianCalendarTimepublic XMLGregorianCalendar newXMLGregorianCalendarTime(int hours, int minutes, int seconds, int milliseconds, int timezone)
|
newXMLGregorianCalendarTimepublic XMLGregorianCalendar newXMLGregorianCalendarTime(int hours, int minutes, int seconds, java.math.BigDecimal fractionalSecond, int timezone)
| |
newXMLGregorianCalendarTimepublic XMLGregorianCalendar newXMLGregorianCalendarTime(int hours, int minutes, int seconds, java.math.BigDecimal fractionalSecond, int timezone)
|
newXMLGregorianCalendarTimepublic XMLGregorianCalendar newXMLGregorianCalendarTime(int hours, int minutes, int seconds, java.math.BigDecimal fractionalSecond, int timezone)
|
javax.xml.datatype
| |
javax.xml.datatype
|
javax.xml.datatype
|
Durationpublic Duration()
| |
Durationpublic Duration() |
Durationpublic Duration()
|
equalspublic boolean equals(java.lang.Object duration)
| |
equalspublic boolean equals(java.lang.Object duration)
|
equalspublic boolean equals(java.lang.Object duration)
|
javax.xml.datatype
| ||||||||||||||||||||||||||||||||||||||||||||||
| Date/Time Datatype Field Mapping Between XML Schema 1.0 and Java Representation | |||||||
|---|---|---|---|---|---|---|---|
|
XML Schema 1.0 datatype field |
Related XMLGregorianCalendar Accessor(s) | Value Range | |||||
| year |
getYear()
| ||||||
| year |
getYear()
+ getEon()
or getEonAndYear() |
getYear()
is a value between -(10^9-1) to (10^9)-1 or DatatypeConstants.FIELD_UNDEFINED. getEon() is high order year value in billion of years. getEon() has values greater than or equal to (10^9) or less than or equal to -(10^9). A value of null indicates field is undefined. Given that XML Schema 1.0 errata states that the year zero will be a valid lexical value in a future version of XML Schema, this class allows the year field to be set to zero. Otherwise, the year field value is handled exactly as described in the errata and [ISO-8601-1988]. Note that W3C XML Schema 1.0 validation does not allow for the year field to have a value of zero. | |||||
| month |
getMonth()
| ||||||
| 1 to 12 or DatatypeConstants.FIELD_UNDEFINED | |||||||
| day |
getDay()
| ||||||
|
Independent of month, max range is 1 to 31 or DatatypeConstants.FIELD_UNDEFINED. The normative value constraint stated relative to month field's value is in W3C XML Schema 1.0 Part 2, Appendix D. | |||||||
| hour |
getHour() |
| 0 to 24 or DatatypeConstants.FIELD_UNDEFINED. For a value of 24, the minute and second field must be zero per XML Schema Errata. | ||||
| minute |
getMinute()
| ||||||
| 0 to 59 or DatatypeConstants.FIELD_UNDEFINED | |||||||
| second |
getSecond()
| ||||||
getSecond() + getFractionalSecond() |
getSecond()
from 0 to 60 or DatatypeConstants.FIELD_UNDEFINED. (Note: 60 only allowable for leap second.) getFractionalSecond() allows for infinite precision over the range from 0.0 to 1.0 when the getSecond() is defined. FractionalSecond is optional and has a value of null when it is undefined. getMillisecond() is the convenience millisecond precision of value of getFractionalSecond(). | ||||||
| timezone |
getTimezone() |
| Number of minutes or DatatypeConstants.FIELD_UNDEFINED. Value range from -14 hours (-14 * 60 minutes) to 14 hours (14 * 60 minutes). | ||||
All maximum value space constraints listed for the fields in the table above are checked by factory methods, @{link DatatypeFactory}, setter methods and parse methods of this class. IllegalArgumentException is thrown when a parameter's value is outside the value constraint for the field or if the composite values constitute an invalid XMLGregorianCalendar instance (for example, if the 31st of June is specified).
The following operations are defined for this class:
java.lang.Object javax.xml.datatype.XMLGregorianCalendar
public abstract class XMLGregorianCalendar
Representation for W3C XML Schema 1.0 date/time datatypes.
Specifically, these date/time datatypes are
dateTime,
time,
date,
gYearMonth,
gMonthDay,
gYear
gMonth and
gDay defined in the XML Namespace
"http://www.w3.org/2001/XMLSchema".
These datatypes are normatively defined in
W3C XML Schema 1.0 Part 2, Section 3.2.7-14.
The table below defines the mapping between XML Schema 1.0 date/time datatype fields and this class' fields. It also summarizes the value constraints for the date and time fields defined in W3C XML Schema 1.0 Part 2, Appendix D, ISO 8601 Date and Time Formats.
| Date/Time Datatype Field Mapping Between XML Schema 1.0 and Java Representation | ||
|---|---|---|
| XML Schema 1.0 datatype field | Related XMLGregorianCalendar Accessor(s) | Value Range |
getYear() + getEon() orgetEonAndYear()
getYear() is a value between -(10^9-1) to (10^9)-1
or DatatypeConstants.FIELD_UNDEFINED.getEon() is high order year value in billion of years.getEon() has values greater than or equal to (10^9) or less than or equal to -(10^9).
A value of null indicates field is undefined.
Given that XML Schema 1.0 errata states that the year zero
will be a valid lexical value in a future version of XML Schema,
this class allows the year field to be set to zero. Otherwise,
the year field value is handled exactly as described
in the errata and [ISO-8601-1988]. Note that W3C XML Schema 1.0
validation does not allow for the year field to have a value of zero.
| month | getMonth() | 1 to 12 or DatatypeConstants.FIELD_UNDEFINED |
| day | getDay() | Independent of month, max range is 1 to 31 or DatatypeConstants.FIELD_UNDEFINED.The normative value constraint stated relative to month field's value is in W3C XML Schema 1.0 Part 2, Appendix D. |
| hour | getHour() |
0 to 24 or DatatypeConstants.FIELD_UNDEFINED.
For a value of 24, the minute and second field must be zero per
XML Schema Errata.
|
| minute | getMinute() | 0 to 59 or DatatypeConstants.FIELD_UNDEFINED |
| second |
getSecond() + getMillisecond()/1000 orgetSecond() + getFractionalSecond()
|
getSecond() from 0 to 60 or DatatypeConstants.FIELD_UNDEFINED.(Note: 60 only allowable for leap second.) getFractionalSecond() allows for infinite precision over the range from 0.0 to 1.0 when
the getSecond() is defined.FractionalSecond is optional and has a value of null when it is undefined.getMillisecond() is the convenience
millisecond precision of value of getFractionalSecond().
|
| timezone | getTimezone() | Number of minutes or DatatypeConstants.FIELD_UNDEFINED.
Value range from -14 hours (-14 * 60 minutes) to 14 hours (14 * 60 minutes).
|
All maximum value space constraints listed for the fields in the table
above are checked by factory methods, @{link DatatypeFactory},
setter methods and parse methods of
this class. IllegalArgumentException is thrown when a
parameter's value is outside the value constraint for the field or
if the composite
values constitute an invalid XMLGregorianCalendar instance (for example, if
the 31st of June is specified).
The following operations are defined for this class:
toString(), DatatypeFactory.newXMLGregorianCalendar(String lexicalRepresentation)GregorianCalendar,
toGregorianCalendar(java.util.TimeZone timezone, java.util.Locale aLocale, XMLGregorianCalendar defaults),
DatatypeFactorycompare(XMLGregorianCalendar xmlGregorianCalendar)equals(Object) defined relative to compare(XMLGregorianCalendar xmlGregorianCalendar).Duration
instance as defined in W3C XML Schema 1.0 Part 2, Appendix E, Adding durations to dateTimes.
Duration,
DatatypeFactory
javax.xml.datatype
| |||||||||||||||||||||||||||
| Date/Time Datatype Field Mapping Between XML Schema 1.0 and Java Representation | ||
|---|---|---|
| XML Schema 1.0 datatype field | Related XMLGregorianCalendar Accessor(s) | Value Range |
| year | getYear() + getEon() orgetEonAndYear()
| getYear() is a value between -(10^9-1) to (10^9)-1
or DatatypeConstants.FIELD_UNDEFINED.getEon() is high order year value in billion of years.getEon() has values greater than or equal to (10^9) or less than or equal to -(10^9).
A value of null indicates field is undefined.
Given that XML Schema 1.0 errata states that the year zero
will be a valid lexical value in a future version of XML Schema,
this class allows the year field to be set to zero. Otherwise,
the year field value is handled exactly as described
in the errata and [ISO-8601-1988]. Note that W3C XML Schema 1.0
validation does not allow for the year field to have a value of zero.
|
| month | getMonth() | 1 to 12 or DatatypeConstants.FIELD_UNDEFINED |
| day | getDay() | Independent of month, max range is 1 to 31 or DatatypeConstants.FIELD_UNDEFINED.The normative value constraint stated relative to month field's value is in W3C XML Schema 1.0 Part 2, Appendix D. |
| hour | getHour() |
0 to 24 or DatatypeConstants.FIELD_UNDEFINED.
For a value of 24, the minute and second field must be zero per
XML Schema Errata.
|
| minute | getMinute() | 0 to 59 or DatatypeConstants.FIELD_UNDEFINED |
| second |
getSecond() + getMillisecond()/1000 orgetSecond() + getFractionalSecond()
|
getSecond() from 0 to 60 or DatatypeConstants.FIELD_UNDEFINED.(Note: 60 only allowable for leap second.) getFractionalSecond() allows for infinite precision over the range from 0.0 to 1.0 when
the getSecond() is defined.FractionalSecond is optional and has a value of null when it is undefined.getMillisecond() is the convenience
millisecond precision of value of getFractionalSecond().
|
| timezone | getTimezone() | Number of minutes or DatatypeConstants.FIELD_UNDEFINED.
Value range from -14 hours (-14 * 60 minutes) to 14 hours (14 * 60 minutes).
|
All maximum value space constraints listed for the fields in the table
above are checked by factory methods, @{link DatatypeFactory},
setter methods and parse methods of
this class. IllegalArgumentException is thrown when a
parameter's value is outside the value constraint for the field or
if the composite
values constitute an invalid XMLGregorianCalendar instance (for example, if
the 31st of June is specified).
The following operations are defined for this class:
toString(), DatatypeFactory.newXMLGregorianCalendar(String lexicalRepresentation)GregorianCalendar,
toGregorianCalendar(java.util.TimeZone timezone, java.util.Locale aLocale, XMLGregorianCalendar defaults),
DatatypeFactorycompare(XMLGregorianCalendar xmlGregorianCalendar)equals(Object) defined relative to compare(XMLGregorianCalendar xmlGregorianCalendar).Duration
instance as defined in W3C XML Schema 1.0 Part 2, Appendix E, Adding durations to dateTimes.
Duration,
DatatypeFactory
XMLGregorianCalendarpublic XMLGregorianCalendar()
| |
XMLGregorianCalendarpublic XMLGregorianCalendar() |
XMLGregorianCalendarpublic XMLGregorianCalendar()
|
addpublic abstract void add(Duration duration)
| |
addpublic abstract void add(Duration duration)
|
addpublic abstract void add(Duration duration)
|
equalspublic boolean equals(java.lang.Object obj)
| |
equalspublic boolean equals(java.lang.Object obj)
|
equalspublic boolean equals(java.lang.Object obj)
|
setFractionalSecondpublic abstract void setFractionalSecond(java.math.BigDecimal fractional)
| |
setFractionalSecondpublic abstract void setFractionalSecond(java.math.BigDecimal fractional)
|
setFractionalSecondpublic abstract void setFractionalSecond(java.math.BigDecimal fractional)
|
setMillisecondpublic abstract void setMillisecond(int millisecond)
| |
setMillisecondpublic abstract void setMillisecond(int millisecond)
|
setMillisecondpublic abstract void setMillisecond(int millisecond)
|
toGregorianCalendarpublic abstract java.util.GregorianCalendar toGregorianCalendar()
| |||||||||||||||||||||||||||||||||||||||||||||
toGregorianCalendarpublic abstract java.util.GregorianCalendar toGregorianCalendar()
|
toGregorianCalendarpublic abstract java.util.GregorianCalendar toGregorianCalendar()
| ||||||||||||||||||||||||||||||||||||||||||||
javax.xml.namespace
| |
javax.xml.namespace
|
javax.xml.namespace
|
getNamespaceURIjava.lang.String getNamespaceURI(java.lang.String prefix)
| |||||||||||||||||||||||||||||||||
getNamespaceURIjava.lang.String getNamespaceURI(java.lang.String prefix)
|
getNamespaceURIjava.lang.String getNamespaceURI(java.lang.String prefix)
| ||||||||||||||||||||||||||||||||
getPrefixjava.lang.String getPrefix(java.lang.String namespaceURI)
| |||||||||||||||||||||||||||||||||
getPrefixjava.lang.String getPrefix(java.lang.String namespaceURI)
|
getPrefixjava.lang.String getPrefix(java.lang.String namespaceURI)
| ||||||||||||||||||||||||||||||||
javax.xml.namespace
| |
javax.xml.namespace
|
javax.xml.namespace
|
QNamepublic QName(java.lang.String localPart)
| |
QNamepublic QName(java.lang.String localPart)
|
QNamepublic QName(java.lang.String localPart)
|
QName
public QName(java.lang.String namespaceURI,
java.lang.String localPart)
| |
QName
public QName(java.lang.String namespaceURI,
java.lang.String localPart)
|
QName
public QName(java.lang.String namespaceURI,
java.lang.String localPart)
|
QName
public QName(java.lang.String namespaceURI,
java.lang.String localPart,
java.lang.String prefix)
| |
QName
public QName(java.lang.String namespaceURI,
java.lang.String localPart,
java.lang.String prefix)
|
|
QName.valueOf(java.lang.String)
| |
|
|
javax.xml.parsers.DocumentBuilder (8 methods)
getSchema()
isXIncludeAware()
parse(java.io.File)
parse(java.io.InputStream)
parse(java.io.InputStream, java.lang.String)
parse(java.lang.String)
parse(org.xml.sax.InputSource)
reset()
DocumentBuilder.getSchema()
| |
|
|
DocumentBuilder.isXIncludeAware()
| |
|
|
DocumentBuilder.parse(java.io.File)
| |
|
|
DocumentBuilder.parse(java.io.InputStream)
| |
|
|
DocumentBuilder.parse(java.io.InputStream, java.lang.String)
| |
|
|
DocumentBuilder.parse(java.lang.String)
| |
|
|
DocumentBuilder.parse(org.xml.sax.InputSource)
| |
|
|
DocumentBuilder.reset()
| |
|
|
javax.xml.parsers.DocumentBuilderFactory (8 methods)
CLASS_COMMENT
DocumentBuilderFactory()
getSchema()
isXIncludeAware()
newInstance(java.lang.String, java.lang.ClassLoader)
setFeature(java.lang.String, boolean)
setSchema(javax.xml.validation.Schema)
setValidating(boolean)
setXIncludeAware(boolean)
DocumentBuilderFactory.CLASS_COMMENT
Class DocumentBuilderFactory | |
Class DocumentBuilderFactory |
Class DocumentBuilderFactory |
DocumentBuilderFactory.DocumentBuilderFactory()
| |
|
|
DocumentBuilderFactory.getSchema()
| |
|
|
DocumentBuilderFactory.isXIncludeAware()
| |
|
|
DocumentBuilderFactory.newInstance(java.lang.String, java.lang.ClassLoader) (New)
|
DocumentBuilderFactory.setFeature(java.lang.String, boolean)
| |
|
|
DocumentBuilderFactory.setSchema(javax.xml.validation.Schema)
| |
|
|
DocumentBuilderFactory.setValidating(boolean)
| |
|
|
DocumentBuilderFactory.setXIncludeAware(boolean)
| |
|
|
javax.xml.parsers.SAXParser (3 methods)
getSchema()
isXIncludeAware()
reset()
SAXParser.getSchema()
| |
|
|
SAXParser.isXIncludeAware()
| |
|
|
SAXParser.reset()
| |
|
|
javax.xml.parsers.SAXParserFactory (6 methods)
CLASS_COMMENT
getSchema()
isXIncludeAware()
newInstance(java.lang.String, java.lang.ClassLoader)
setSchema(javax.xml.validation.Schema)
setValidating(boolean)
setXIncludeAware(boolean)
SAXParserFactory.CLASS_COMMENT
Class SAXParserFactory | |
Class SAXParserFactory |
Class SAXParserFactory |
SAXParserFactory.getSchema()
| |
|
|
SAXParserFactory.isXIncludeAware()
| |
|
|
SAXParserFactory.newInstance(java.lang.String, java.lang.ClassLoader) (New)
|
SAXParserFactory.setSchema(javax.xml.validation.Schema)
| |
|
|
SAXParserFactory.setValidating(boolean)
| |
|
|
SAXParserFactory.setXIncludeAware(boolean)
| |
|
|
javax.xml.stream.EventFilter (New) (1 method)
CLASS_COMMENT
accept(javax.xml.stream.events.XMLEvent)
EventFilter.CLASS_COMMENT (New)
Interface EventFilter |
EventFilter.accept(javax.xml.stream.events.XMLEvent) (New)
|
javax.xml.stream.FactoryConfigurationError (New) (7 methods)
CLASS_COMMENT
FactoryConfigurationError()
FactoryConfigurationError(java.lang.Exception)
FactoryConfigurationError(java.lang.Exception, java.lang.String)
FactoryConfigurationError(java.lang.String)
FactoryConfigurationError(java.lang.String, java.lang.Exception)
getException()
getMessage()
FactoryConfigurationError.CLASS_COMMENT (New)
Class FactoryConfigurationError |
FactoryConfigurationError.FactoryConfigurationError() (New)
|
FactoryConfigurationError.FactoryConfigurationError(java.lang.Exception) (New)
|
FactoryConfigurationError.FactoryConfigurationError(java.lang.Exception, java.lang.String) (New)
|
FactoryConfigurationError.FactoryConfigurationError(java.lang.String) (New)
|
FactoryConfigurationError.FactoryConfigurationError(java.lang.String, java.lang.Exception) (New)
|
FactoryConfigurationError.getException() (New)
|
FactoryConfigurationError.getMessage() (New)
|
javax.xml.stream.Location (New) (5 methods)
CLASS_COMMENT
getCharacterOffset()
getColumnNumber()
getLineNumber()
getPublicId()
getSystemId()
Location.CLASS_COMMENT (New)
Interface Location |
Location.getCharacterOffset() (New)
|
Location.getColumnNumber() (New)
|
Location.getLineNumber() (New)
|
Location.getPublicId() (New)
|
Location.getSystemId() (New)
|
javax.xml.stream.StreamFilter (New) (1 method)
CLASS_COMMENT
accept(javax.xml.stream.XMLStreamReader)
StreamFilter.CLASS_COMMENT (New)
Interface StreamFilter |
StreamFilter.accept(javax.xml.stream.XMLStreamReader) (New)
|
javax.xml.stream.XMLEventFactory (New) (29 methods)
CLASS_COMMENT
XMLEventFactory()
createAttribute(java.lang.String, java.lang.String)
createAttribute(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
createAttribute(javax.xml.namespace.QName, java.lang.String)
createCData(java.lang.String)
createCharacters(java.lang.String)
createComment(java.lang.String)
createDTD(java.lang.String)
createEndDocument()
createEndElement(java.lang.String, java.lang.String, java.lang.String)
createEndElement(java.lang.String, java.lang.String, java.lang.String, java.util.Iterator)
createEndElement(javax.xml.namespace.QName, java.util.Iterator)
createEntityReference(java.lang.String, javax.xml.stream.events.EntityDeclaration)
createIgnorableSpace(java.lang.String)
createNamespace(java.lang.String)
createNamespace(java.lang.String, java.lang.String)
createProcessingInstruction(java.lang.String, java.lang.String)
createSpace(java.lang.String)
createStartDocument()
createStartDocument(java.lang.String)
createStartDocument(java.lang.String, java.lang.String)
createStartDocument(java.lang.String, java.lang.String, boolean)
createStartElement(java.lang.String, java.lang.String, java.lang.String)
createStartElement(java.lang.String, java.lang.String, java.lang.String, java.util.Iterator, java.util.Iterator)
createStartElement(java.lang.String, java.lang.String, java.lang.String, java.util.Iterator, java.util.Iterator, javax.xml.namespace.NamespaceContext)
createStartElement(javax.xml.namespace.QName, java.util.Iterator, java.util.Iterator)
newInstance()
newInstance(java.lang.String, java.lang.ClassLoader)
setLocation(javax.xml.stream.Location)
XMLEventFactory.CLASS_COMMENT (New)
Class XMLEventFactory |
XMLEventFactory.XMLEventFactory() (New)
|
XMLEventFactory.createAttribute(java.lang.String, java.lang.String) (New)
|
XMLEventFactory.createAttribute(java.lang.String, java.lang.String, java.lang.String, java.lang.String) (New)
|
XMLEventFactory.createAttribute(javax.xml.namespace.QName, java.lang.String) (New)
|
XMLEventFactory.createCData(java.lang.String) (New)
|
XMLEventFactory.createCharacters(java.lang.String) (New)
|
XMLEventFactory.createComment(java.lang.String) (New)
|
XMLEventFactory.createDTD(java.lang.String) (New)
|
XMLEventFactory.createEndDocument() (New)
|
XMLEventFactory.createEndElement(java.lang.String, java.lang.String, java.lang.String) (New)
|
XMLEventFactory.createEndElement(java.lang.String, java.lang.String, java.lang.String, java.util.Iterator) (New)
|
XMLEventFactory.createEndElement(javax.xml.namespace.QName, java.util.Iterator) (New)
|
XMLEventFactory.createEntityReference(java.lang.String, javax.xml.stream.events.EntityDeclaration) (New)
|
XMLEventFactory.createIgnorableSpace(java.lang.String) (New)
|
XMLEventFactory.createNamespace(java.lang.String) (New)
|
XMLEventFactory.createNamespace(java.lang.String, java.lang.String) (New)
|
XMLEventFactory.createProcessingInstruction(java.lang.String, java.lang.String) (New)
|
XMLEventFactory.createSpace(java.lang.String) (New)
|
XMLEventFactory.createStartDocument() (New)
|
XMLEventFactory.createStartDocument(java.lang.String) (New)
|
XMLEventFactory.createStartDocument(java.lang.String, java.lang.String) (New)
|
XMLEventFactory.createStartDocument(java.lang.String, java.lang.String, boolean) (New)
|
XMLEventFactory.createStartElement(java.lang.String, java.lang.String, java.lang.String) (New)
|
XMLEventFactory.createStartElement(java.lang.String, java.lang.String, java.lang.String, java.util.Iterator, java.util.Iterator) (New)
|
XMLEventFactory.createStartElement(java.lang.String, java.lang.String, java.lang.String, java.util.Iterator, java.util.Iterator, javax.xml.namespace.NamespaceContext) (New)
|
XMLEventFactory.createStartElement(javax.xml.namespace.QName, java.util.Iterator, java.util.Iterator) (New)
|
XMLEventFactory.newInstance() (New)
|
XMLEventFactory.newInstance(java.lang.String, java.lang.ClassLoader) (New)
|
XMLEventFactory.setLocation(javax.xml.stream.Location) (New)
|
javax.xml.stream.XMLEventReader (New) (7 methods)
CLASS_COMMENT
close()
getElementText()
getProperty(java.lang.String)
hasNext()
nextEvent()
nextTag()
peek()
XMLEventReader.CLASS_COMMENT (New)
Interface XMLEventReader |
XMLEventReader.close() (New)
|
XMLEventReader.getElementText() (New)
|
XMLEventReader.getProperty(java.lang.String) (New)
|
XMLEventReader.hasNext() (New)
|
XMLEventReader.nextEvent() (New)
|
XMLEventReader.nextTag() (New)
|
XMLEventReader.peek() (New)
|
javax.xml.stream.XMLEventWriter (New) (9 methods)
CLASS_COMMENT
add(javax.xml.stream.XMLEventReader)
add(javax.xml.stream.events.XMLEvent)
close()
flush()
getNamespaceContext()
getPrefix(java.lang.String)
setDefaultNamespace(java.lang.String)
setNamespaceContext(javax.xml.namespace.NamespaceContext)
setPrefix(java.lang.String, java.lang.String)
XMLEventWriter.CLASS_COMMENT (New)
Interface XMLEventWriter |
XMLEventWriter.add(javax.xml.stream.XMLEventReader) (New)
|
XMLEventWriter.add(javax.xml.stream.events.XMLEvent) (New)
| ||||||||||||||||||||||||||||||||||||||||||
Required and optional fields for events added to the writer
| |||
|---|---|---|---|
Event Type | Required Fields | Optional Fields | Required Behavior |
START_ELEMENT | QName name | namespaces , attributes | A START_ELEMENT will be written by writing the name,
namespaces, and attributes of the event in XML 1.0 valid
syntax for START_ELEMENTs.
The name is written by looking up the prefix for
the namespace uri. The writer can be configured to
respect prefixes of QNames. If the writer is respecting
prefixes it must use the prefix set on the QName. The
default behavior is to lookup the value for the prefix
on the EventWriter's internal namespace context.
Each attribute (if any)
is written using the behavior specified in the attribute
section of this table. Each namespace (if any) is written
using the behavior specified in the namespace section of this
table.
|
END_ELEMENT | Qname name | None | A well formed END_ELEMENT tag is written.
The name is written by looking up the prefix for
the namespace uri. The writer can be configured to
respect prefixes of QNames. If the writer is respecting
prefixes it must use the prefix set on the QName. The
default behavior is to lookup the value for the prefix
on the EventWriter's internal namespace context.
If the END_ELEMENT name does not match the START_ELEMENT
name an XMLStreamException is thrown.
|
ATTRIBUTE | QName name , String value | QName type | An attribute is written using the same algorithm
to find the lexical form as used in START_ELEMENT.
The default is to use double quotes to wrap attribute
values and to escape any double quotes found in the
value. The type value is ignored.
|
NAMESPACE | String prefix, String namespaceURI,
boolean isDefaultNamespaceDeclaration
| None | A namespace declaration is written. If the
namespace is a default namespace declaration
(isDefault is true) then xmlns="$namespaceURI"
is written and the prefix is optional. If
isDefault is false, the prefix must be declared
and the writer must prepend xmlns to the prefix
and write out a standard prefix declaration.
|
PROCESSING_INSTRUCTION | None | String target, String data | The data does not need to be present and may be
null. Target is required and many not be null.
The writer
will write data section
directly after the target,
enclosed in appropriate XML 1.0 syntax
|
COMMENT | None | String comment | If the comment is present (not null) it is written, otherwise an
an empty comment is written
|
START_DOCUMENT | None | String encoding , boolean standalone, String version | A START_DOCUMENT event is not required to be written to the
stream. If present the attributes are written inside
the appropriate XML declaration syntax
|
END_DOCUMENT | None | None | Nothing is written to the output |
DTD | String DocumentTypeDefinition | None | The DocumentTypeDefinition is written to the output |
Specified by:add in interface XMLEventConsumerParameters:event - the event to be added
Throws:
XMLStreamException
XMLEventWriter.close() (New)
|
XMLEventWriter.flush() (New)
|
XMLEventWriter.getNamespaceContext() (New)
|
XMLEventWriter.getPrefix(java.lang.String) (New)
|
XMLEventWriter.setDefaultNamespace(java.lang.String) (New)
|
XMLEventWriter.setNamespaceContext(javax.xml.namespace.NamespaceContext) (New)
|
XMLEventWriter.setPrefix(java.lang.String, java.lang.String) (New)
|
javax.xml.stream.XMLInputFactory (New) (27 methods) (9 fields)
CLASS_COMMENT
XMLInputFactory()
ALLOCATOR
IS_COALESCING
IS_NAMESPACE_AWARE
IS_REPLACING_ENTITY_REFERENCES
IS_SUPPORTING_EXTERNAL_ENTITIES
IS_VALIDATING
REPORTER
RESOLVER
SUPPORT_DTD
createFilteredReader(javax.xml.stream.XMLEventReader, javax.xml.stream.EventFilter)
createFilteredReader(javax.xml.stream.XMLStreamReader, javax.xml.stream.StreamFilter)
createXMLEventReader(java.io.InputStream)
createXMLEventReader(java.io.InputStream, java.lang.String)
createXMLEventReader(java.io.Reader)
createXMLEventReader(java.lang.String, java.io.InputStream)
createXMLEventReader(java.lang.String, java.io.Reader)
createXMLEventReader(javax.xml.stream.XMLStreamReader)
createXMLEventReader(javax.xml.transform.Source)
createXMLStreamReader(java.io.InputStream)
createXMLStreamReader(java.io.InputStream, java.lang.String)
createXMLStreamReader(java.io.Reader)
createXMLStreamReader(java.lang.String, java.io.InputStream)
createXMLStreamReader(java.lang.String, java.io.Reader)
createXMLStreamReader(javax.xml.transform.Source)
getEventAllocator()
getProperty(java.lang.String)
getXMLReporter()
getXMLResolver()
isPropertySupported(java.lang.String)
newInstance()
newInstance(java.lang.String, java.lang.ClassLoader)
setEventAllocator(javax.xml.stream.util.XMLEventAllocator)
setProperty(java.lang.String, java.lang.Object)
setXMLReporter(javax.xml.stream.XMLReporter)
setXMLResolver(javax.xml.stream.XMLResolver)
XMLInputFactory.CLASS_COMMENT (New)
Class XMLInputFactory | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
Configuration parameters
| ||||
|---|---|---|---|---|
Property Name | Behavior | Return type | Default Value | Required |
javax.xml.stream.isValidating | Turns on/off implementation specific DTD validation | Boolean | False | No |
javax.xml.stream.isNamespaceAware | Turns on/off namespace processing for XML 1.0 support | Boolean | True | True (required) / False (optional) |
javax.xml.stream.isCoalescing | Requires the processor to coalesce adjacent character data | Boolean | False | Yes |
javax.xml.stream.isReplacingEntityReferences | replace internal entity references with their replacement text and report them as characters | Boolean | True | Yes |
javax.xml.stream.isSupportingExternalEntities | Resolve external parsed entities | Boolean | Unspecified | Yes |
javax.xml.stream.supportDTD | Use this property to request processors that do not support DTDs | Boolean | True | Yes |
javax.xml.stream.reporter | sets/gets the impl of the XMLReporter | javax.xml.stream.XMLReporter | Null | Yes |
javax.xml.stream.resolver | sets/gets the impl of the XMLResolver interface | javax.xml.stream.XMLResolver | Null | Yes |
javax.xml.stream.allocator | sets/gets the impl of the XMLEventAllocator interface | javax.xml.stream.util.XMLEventAllocator | Null | Yes |
Since:1.6Version:1.0Author:Copyright (c) 2003 by BEA Systems. All Rights Reserved.See Also:XMLOutputFactory,
XMLEventReader,
XMLStreamReader,
EventFilter,
XMLReporter,
XMLResolver,
XMLEventAllocator
XMLInputFactory.XMLInputFactory() (New)
|
XMLInputFactory.ALLOCATOR (New)
|
XMLInputFactory.IS_COALESCING (New)
|
XMLInputFactory.IS_NAMESPACE_AWARE (New)
|
XMLInputFactory.IS_REPLACING_ENTITY_REFERENCES (New)
|
XMLInputFactory.IS_SUPPORTING_EXTERNAL_ENTITIES (New)
|
XMLInputFactory.IS_VALIDATING (New)
|
XMLInputFactory.REPORTER (New)
|
XMLInputFactory.RESOLVER (New)
|
XMLInputFactory.SUPPORT_DTD (New)
|
XMLInputFactory.createFilteredReader(javax.xml.stream.XMLEventReader, javax.xml.stream.EventFilter) (New)
|
XMLInputFactory.createFilteredReader(javax.xml.stream.XMLStreamReader, javax.xml.stream.StreamFilter) (New)
|
XMLInputFactory.createXMLEventReader(java.io.InputStream) (New)
|
XMLInputFactory.createXMLEventReader(java.io.InputStream, java.lang.String) (New)
|
XMLInputFactory.createXMLEventReader(java.io.Reader) (New)
|
XMLInputFactory.createXMLEventReader(java.lang.String, java.io.InputStream) (New)
|
XMLInputFactory.createXMLEventReader(java.lang.String, java.io.Reader) (New)
|
XMLInputFactory.createXMLEventReader(javax.xml.stream.XMLStreamReader) (New)
|
XMLInputFactory.createXMLEventReader(javax.xml.transform.Source) (New)
|
XMLInputFactory.createXMLStreamReader(java.io.InputStream) (New)
|
XMLInputFactory.createXMLStreamReader(java.io.InputStream, java.lang.String) (New)
|
XMLInputFactory.createXMLStreamReader(java.io.Reader) (New)
|
XMLInputFactory.createXMLStreamReader(java.lang.String, java.io.InputStream) (New)
|
XMLInputFactory.createXMLStreamReader(java.lang.String, java.io.Reader) (New)
|
XMLInputFactory.createXMLStreamReader(javax.xml.transform.Source) (New)
|
XMLInputFactory.getEventAllocator() (New)
|
XMLInputFactory.getProperty(java.lang.String) (New)
|
XMLInputFactory.getXMLReporter() (New)
|
XMLInputFactory.getXMLResolver() (New)
|
XMLInputFactory.isPropertySupported(java.lang.String) (New)
|
XMLInputFactory.newInstance() (New)
|
XMLInputFactory.newInstance(java.lang.String, java.lang.ClassLoader) (New)
|
XMLInputFactory.setEventAllocator(javax.xml.stream.util.XMLEventAllocator) (New)
|
XMLInputFactory.setProperty(java.lang.String, java.lang.Object) (New)
|
XMLInputFactory.setXMLReporter(javax.xml.stream.XMLReporter) (New)
|
XMLInputFactory.setXMLResolver(javax.xml.stream.XMLResolver) (New)
|
javax.xml.stream.XMLOutputFactory (New) (14 methods) (1 field)
CLASS_COMMENT
XMLOutputFactory()
IS_REPAIRING_NAMESPACES
createXMLEventWriter(java.io.OutputStream)
createXMLEventWriter(java.io.OutputStream, java.lang.String)
createXMLEventWriter(java.io.Writer)
createXMLEventWriter(javax.xml.transform.Result)
createXMLStreamWriter(java.io.OutputStream)
createXMLStreamWriter(java.io.OutputStream, java.lang.String)
createXMLStreamWriter(java.io.Writer)
createXMLStreamWriter(javax.xml.transform.Result)
getProperty(java.lang.String)
isPropertySupported(java.lang.String)
newInstance()
newInstance(java.lang.String, java.lang.ClassLoader)
setProperty(java.lang.String, java.lang.Object)
XMLOutputFactory.CLASS_COMMENT (New)
Class XMLOutputFactory | ||||||||||||
Configuration parameters
| ||||
|---|---|---|---|---|
Property Name | Behavior | Return type | Default Value | Required |
javax.xml.stream.isRepairingNamespaces | defaults prefixes on the output side | Boolean | False | Yes |
The following paragraphs describe the namespace and prefix repair algorithm:
The property can be set with the following code line:
setProperty("javax.xml.stream.isRepairingNamespaces",new Boolean(true|false));
This property specifies that the writer default namespace prefix declarations.
The default value is false.
If a writer isRepairingNamespaces it will create a namespace declaration
on the current StartElement for
any attribute that does not
currently have a namespace declaration in scope. If the StartElement
has a uri but no prefix specified a prefix will be assigned, if the prefix
has not been declared in a parent of the current StartElement it will be declared
on the current StartElement. If the defaultNamespace is bound and in scope
and the default namespace matches the URI of the attribute or StartElement
QName no prefix will be assigned.
If an element or attribute name has a prefix, but is not
bound to any namespace URI, then the prefix will be removed
during serialization.
If element and/or attribute names in the same start or
empty-element tag are bound to different namespace URIs and
are using the same prefix then the element or the first
occurring attribute retains the original prefix and the
following attributes have their prefixes replaced with a
new prefix that is bound to the namespace URIs of those
attributes.
If an element or attribute name uses a prefix that is
bound to a different URI than that inherited from the
namespace context of the parent of that element and there
is no namespace declaration in the context of the current
element then such a namespace declaration is added.
If an element or attribute name is bound to a prefix and
there is a namespace declaration that binds that prefix
to a different URI then that namespace declaration is
either removed if the correct mapping is inherited from
the parent context of that element, or changed to the
namespace URI of the element or attribute using that prefix.
Since:1.6Version:1.0Author:Copyright (c) 2003 by BEA Systems. All Rights Reserved.See Also:XMLInputFactory,
XMLEventWriter,
XMLStreamWriter
XMLOutputFactory.XMLOutputFactory() (New)
|
XMLOutputFactory.IS_REPAIRING_NAMESPACES (New)
|
XMLOutputFactory.createXMLEventWriter(java.io.OutputStream) (New)
|
XMLOutputFactory.createXMLEventWriter(java.io.OutputStream, java.lang.String) (New)
|
XMLOutputFactory.createXMLEventWriter(java.io.Writer) (New)
|
XMLOutputFactory.createXMLEventWriter(javax.xml.transform.Result) (New)
|
XMLOutputFactory.createXMLStreamWriter(java.io.OutputStream) (New)
|
XMLOutputFactory.createXMLStreamWriter(java.io.OutputStream, java.lang.String) (New)
|
XMLOutputFactory.createXMLStreamWriter(java.io.Writer) (New)
|
XMLOutputFactory.createXMLStreamWriter(javax.xml.transform.Result) (New)
|
XMLOutputFactory.getProperty(java.lang.String) (New)
|
XMLOutputFactory.isPropertySupported(java.lang.String) (New)
|
XMLOutputFactory.newInstance() (New)
|
XMLOutputFactory.newInstance(java.lang.String, java.lang.ClassLoader) (New)
|
XMLOutputFactory.setProperty(java.lang.String, java.lang.Object) (New)
|
javax.xml.stream.XMLReporter (New) (1 method)
CLASS_COMMENT
report(java.lang.String, java.lang.String, java.lang.Object, javax.xml.stream.Location)
XMLReporter.CLASS_COMMENT (New)
Interface XMLReporter |
XMLReporter.report(java.lang.String, java.lang.String, java.lang.Object, javax.xml.stream.Location) (New)
|
javax.xml.stream.XMLResolver (New) (1 method)
CLASS_COMMENT
resolveEntity(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
XMLResolver.CLASS_COMMENT (New)
Interface XMLResolver |
XMLResolver.resolveEntity(java.lang.String, java.lang.String, java.lang.String, java.lang.String) (New)
|
javax.xml.stream.XMLStreamConstants (New) (15 fields)
CLASS_COMMENT
ATTRIBUTE
CDATA
CHARACTERS
COMMENT
DTD
END_DOCUMENT
END_ELEMENT
ENTITY_DECLARATION
ENTITY_REFERENCE
NAMESPACE
NOTATION_DECLARATION
PROCESSING_INSTRUCTION
SPACE
START_DOCUMENT
START_ELEMENT
XMLStreamConstants.CLASS_COMMENT (New)
Interface XMLStreamConstants |
XMLStreamConstants.ATTRIBUTE (New)
|
XMLStreamConstants.CDATA (New)
|
XMLStreamConstants.CHARACTERS (New)
|
XMLStreamConstants.COMMENT (New)
|
XMLStreamConstants.DTD (New)
|
XMLStreamConstants.END_DOCUMENT (New)
|
XMLStreamConstants.END_ELEMENT (New)
|
XMLStreamConstants.ENTITY_DECLARATION (New)
|
XMLStreamConstants.ENTITY_REFERENCE (New)
|
XMLStreamConstants.NAMESPACE (New)
|
XMLStreamConstants.NOTATION_DECLARATION (New)
|
XMLStreamConstants.PROCESSING_INSTRUCTION (New)
|
XMLStreamConstants.SPACE (New)
|
XMLStreamConstants.START_DOCUMENT (New)
|
XMLStreamConstants.START_ELEMENT (New)
|
javax.xml.stream.XMLStreamException (New) (8 methods) (2 fields)
CLASS_COMMENT
XMLStreamException()
XMLStreamException(java.lang.String)
XMLStreamException(java.lang.String, java.lang.Throwable)
XMLStreamException(java.lang.String, javax.xml.stream.Location)
XMLStreamException(java.lang.String, javax.xml.stream.Location, java.lang.Throwable)
XMLStreamException(java.lang.Throwable)
getLocation()
getNestedException()
XMLStreamException.CLASS_COMMENT (New)
Class XMLStreamException |
XMLStreamException.XMLStreamException() (New)
|
XMLStreamException.XMLStreamException(java.lang.String) (New)
|
XMLStreamException.XMLStreamException(java.lang.String, java.lang.Throwable) (New)
|
XMLStreamException.XMLStreamException(java.lang.String, javax.xml.stream.Location) (New)
|
XMLStreamException.XMLStreamException(java.lang.String, javax.xml.stream.Location, java.lang.Throwable) (New)
|
XMLStreamException.XMLStreamException(java.lang.Throwable) (New)
|
XMLStreamException.location (New)
|
XMLStreamException.nested (New)
|
XMLStreamException.getLocation() (New)
|
XMLStreamException.getNestedException() (New)
|
javax.xml.stream.XMLStreamReader (New) (45 methods)
CLASS_COMMENT
close()
getAttributeCount()
getAttributeLocalName(int)
getAttributeName(int)
getAttributeNamespace(int)
getAttributePrefix(int)
getAttributeType(int)
getAttributeValue(int)
getAttributeValue(java.lang.String, java.lang.String)
getCharacterEncodingScheme()
getElementText()
getEncoding()
getEventType()
getLocalName()
getLocation()
getName()
getNamespaceContext()
getNamespaceCount()
getNamespacePrefix(int)
getNamespaceURI()
getNamespaceURI(int)
getNamespaceURI(java.lang.String)
getPIData()
getPITarget()
getPrefix()
getProperty(java.lang.String)
getText()
getTextCharacters()
getTextCharacters(int, char[], int, int)
getTextLength()
getTextStart()
getVersion()
hasName()
hasNext()
hasText()
isAttributeSpecified(int)
isCharacters()
isEndElement()
isStandalone()
isStartElement()
isWhiteSpace()
next()
nextTag()
require(int, java.lang.String, java.lang.String)
standaloneSet()
XMLStreamReader.CLASS_COMMENT (New)
Interface XMLStreamReader | ||||||||||
Valid methods for each state
| |
|---|---|
Event Type | Valid Methods |
All States | getProperty(), hasNext(), require(), close(),
getNamespaceURI(), isStartElement(),
isEndElement(), isCharacters(), isWhiteSpace(),
getNamespaceContext(), getEventType(),getLocation(),
hasText(), hasName()
|
START_ELEMENT | next(), getName(), getLocalName(), hasName(), getPrefix(),
getAttributeXXX(), isAttributeSpecified(),
getNamespaceXXX(),
getElementText(), nextTag()
|
ATTRIBUTE next(), nextTag()
getAttributeXXX(), isAttributeSpecified(),
NAMESPACE next(), nextTag()
getNamespaceXXX()
END_ELEMENT next(), getName(), getLocalName(), hasName(), getPrefix(),
getNamespaceXXX(), nextTag()
CHARACTERS next(), getTextXXX(), nextTag() CDATA next(), getTextXXX(), nextTag() COMMENT next(), getTextXXX(), nextTag() SPACE next(), getTextXXX(), nextTag() START_DOCUMENT next(), getEncoding(), getVersion(), isStandalone(), standaloneSet(),
getCharacterEncodingScheme(), nextTag() END_DOCUMENT close() PROCESSING_INSTRUCTION next(), getPITarget(), getPIData(), nextTag() ENTITY_REFERENCE next(), getLocalName(), getText(), nextTag() DTD next(), getText(), nextTag() Since:1.6Version:1.0Author:Copyright (c) 2003 by BEA Systems. All Rights Reserved.See Also:XMLEvent,
XMLInputFactory,
XMLStreamWriter
XMLStreamReader.close() (New)
|
XMLStreamReader.getAttributeCount() (New)
|
XMLStreamReader.getAttributeLocalName(int) (New)
|
XMLStreamReader.getAttributeName(int) (New)
|
XMLStreamReader.getAttributeNamespace(int) (New)
|
XMLStreamReader.getAttributePrefix(int) (New)
|
XMLStreamReader.getAttributeType(int) (New)
|
XMLStreamReader.getAttributeValue(int) (New)
|
XMLStreamReader.getAttributeValue(java.lang.String, java.lang.String) (New)
|
XMLStreamReader.getCharacterEncodingScheme() (New)
|
XMLStreamReader.getElementText() (New)
|
XMLStreamReader.getEncoding() (New)
|
XMLStreamReader.getEventType() (New)
|
XMLStreamReader.getLocalName() (New)
|
XMLStreamReader.getLocation() (New)
|
XMLStreamReader.getName() (New)
|
XMLStreamReader.getNamespaceContext() (New)
|
XMLStreamReader.getNamespaceCount() (New)
|
XMLStreamReader.getNamespacePrefix(int) (New)
|
XMLStreamReader.getNamespaceURI() (New)
|
XMLStreamReader.getNamespaceURI(int) (New)
|
XMLStreamReader.getNamespaceURI(java.lang.String) (New)
|
XMLStreamReader.getPIData() (New)
|
XMLStreamReader.getPITarget() (New)
|
XMLStreamReader.getPrefix() (New)
|
XMLStreamReader.getProperty(java.lang.String) (New)
|
XMLStreamReader.getText() (New)
|
XMLStreamReader.getTextCharacters() (New)
|
XMLStreamReader.getTextCharacters(int, char[], int, int) (New)
|
XMLStreamReader.getTextLength() (New)
|
XMLStreamReader.getTextStart() (New)
|
XMLStreamReader.getVersion() (New)
|
XMLStreamReader.hasName() (New)
|
XMLStreamReader.hasNext() (New)
|
XMLStreamReader.hasText() (New)
|
XMLStreamReader.isAttributeSpecified(int) (New)
|
XMLStreamReader.isCharacters() (New)
|
XMLStreamReader.isEndElement() (New)
|
XMLStreamReader.isStandalone() (New)
|
XMLStreamReader.isStartElement() (New)
|
XMLStreamReader.isWhiteSpace() (New)
|
XMLStreamReader.next() (New)
|
XMLStreamReader.nextTag() (New)
|
XMLStreamReader.require(int, java.lang.String, java.lang.String) (New)
|
XMLStreamReader.standaloneSet() (New)
|
javax.xml.stream.XMLStreamWriter (New) (32 methods)
CLASS_COMMENT
close()
flush()
getNamespaceContext()
getPrefix(java.lang.String)
getProperty(java.lang.String)
setDefaultNamespace(java.lang.String)
setNamespaceContext(javax.xml.namespace.NamespaceContext)
setPrefix(java.lang.String, java.lang.String)
writeAttribute(java.lang.String, java.lang.String)
writeAttribute(java.lang.String, java.lang.String, java.lang.String)
writeAttribute(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
writeCData(java.lang.String)
writeCharacters(char[], int, int)
writeCharacters(java.lang.String)
writeComment(java.lang.String)
writeDTD(java.lang.String)
writeDefaultNamespace(java.lang.String)
writeEmptyElement(java.lang.String)
writeEmptyElement(java.lang.String, java.lang.String)
writeEmptyElement(java.lang.String, java.lang.String, java.lang.String)
writeEndDocument()
writeEndElement()
writeEntityRef(java.lang.String)
writeNamespace(java.lang.String, java.lang.String)
writeProcessingInstruction(java.lang.String)
writeProcessingInstruction(java.lang.String, java.lang.String)
writeStartDocument()
writeStartDocument(java.lang.String)
writeStartDocument(java.lang.String, java.lang.String)
writeStartElement(java.lang.String)
writeStartElement(java.lang.String, java.lang.String)
writeStartElement(java.lang.String, java.lang.String, java.lang.String)
XMLStreamWriter.CLASS_COMMENT (New)
Interface XMLStreamWriter | ||||||||||||||||||||||||||||||||||||||||
XML Namespaces, javax.xml.stream.isRepairingNamespaces and write method behaviour | ||||
|---|---|---|---|---|
Method | isRepairingNamespaces == true | isRepairingNamespaces == false | ||
| namespaceURI bound | namespaceURI unbound | namespaceURI bound | namespaceURI unbound |
writeAttribute(namespaceURI, localName, value) |
prefix:localName="value" [1]
|
xmlns:{generated}="namespaceURI" {generated}:localName="value"
|
prefix:localName="value" [1]
|
XMLStreamException
|
writeAttribute(prefix, namespaceURI, localName, value) |
bound to same prefix: |
xmlns:prefix="namespaceURI" prefix:localName="value" [3]
|
bound to same prefix: |
xmlns:prefix="namespaceURI" prefix:localName="value" [2][5]
|
writeStartElement(namespaceURI, localName) |
<prefix:localName> [1]
|
<{generated}:localName xmlns:{generated}="namespaceURI">
|
<prefix:localName> [1]
|
XMLStreamException
|
writeStartElement(prefix, localName, namespaceURI) |
bound to same prefix: |
<prefix:localName xmlns:prefix="namespaceURI"> [4]
|
bound to same prefix: |
<prefix:localName>
|
Notes:
| ||||
Since:1.6Version:1.0Author:Copyright (c) 2003 by BEA Systems. All Rights Reserved.See Also:XMLOutputFactory,
XMLStreamReader
XMLStreamWriter.close() (New)
|
XMLStreamWriter.flush() (New)
|
XMLStreamWriter.getNamespaceContext() (New)
|
XMLStreamWriter.getPrefix(java.lang.String) (New)
|
XMLStreamWriter.getProperty(java.lang.String) (New)
|
XMLStreamWriter.setDefaultNamespace(java.lang.String) (New)
|
XMLStreamWriter.setNamespaceContext(javax.xml.namespace.NamespaceContext) (New)
|
XMLStreamWriter.setPrefix(java.lang.String, java.lang.String) (New)
|
XMLStreamWriter.writeAttribute(java.lang.String, java.lang.String) (New)
|
XMLStreamWriter.writeAttribute(java.lang.String, java.lang.String, java.lang.String) (New)
|
XMLStreamWriter.writeAttribute(java.lang.String, java.lang.String, java.lang.String, java.lang.String) (New)
|
XMLStreamWriter.writeCData(java.lang.String) (New)
|
XMLStreamWriter.writeCharacters(char[], int, int) (New)
|
XMLStreamWriter.writeCharacters(java.lang.String) (New)
|
XMLStreamWriter.writeComment(java.lang.String) (New)
|
XMLStreamWriter.writeDTD(java.lang.String) (New)
|
XMLStreamWriter.writeDefaultNamespace(java.lang.String) (New)
|
XMLStreamWriter.writeEmptyElement(java.lang.String) (New)
|
XMLStreamWriter.writeEmptyElement(java.lang.String, java.lang.String) (New)
|
XMLStreamWriter.writeEmptyElement(java.lang.String, java.lang.String, java.lang.String) (New)
|
XMLStreamWriter.writeEndDocument() (New)
|
XMLStreamWriter.writeEndElement() (New)
|
XMLStreamWriter.writeEntityRef(java.lang.String) (New)
|
XMLStreamWriter.writeNamespace(java.lang.String, java.lang.String) (New)
|
XMLStreamWriter.writeProcessingInstruction(java.lang.String) (New)
|
XMLStreamWriter.writeProcessingInstruction(java.lang.String, java.lang.String) (New)
|
XMLStreamWriter.writeStartDocument() (New)
|
XMLStreamWriter.writeStartDocument(java.lang.String) (New)
|
XMLStreamWriter.writeStartDocument(java.lang.String, java.lang.String) (New)
|
XMLStreamWriter.writeStartElement(java.lang.String) (New)
|
XMLStreamWriter.writeStartElement(java.lang.String, java.lang.String) (New)
|
XMLStreamWriter.writeStartElement(java.lang.String, java.lang.String, java.lang.String) (New)
|
javax.xml.stream.events.Attribute (New) (4 methods)
CLASS_COMMENT
getDTDType()
getName()
getValue()
isSpecified()
Attribute.CLASS_COMMENT (New)
Interface Attribute |
Attribute.getDTDType() (New)
|
Attribute.getName() (New)
|
Attribute.getValue() (New)
|
Attribute.isSpecified() (New)
|
javax.xml.stream.events.Characters (New) (4 methods)
CLASS_COMMENT
getData()
isCData()
isIgnorableWhiteSpace()
isWhiteSpace()
Characters.CLASS_COMMENT (New)
Interface Characters |
Characters.getData() (New)
|
Characters.isCData() (New)
|
Characters.isIgnorableWhiteSpace() (New)
|
Characters.isWhiteSpace() (New)
|
javax.xml.stream.events.Comment (New) (1 method)
CLASS_COMMENT
getText()
Comment.CLASS_COMMENT (New)
Interface Comment |
Comment.getText() (New)
|
javax.xml.stream.events.DTD (New) (4 methods)
CLASS_COMMENT
getDocumentTypeDeclaration()
getEntities()
getNotations()
getProcessedDTD()
DTD.CLASS_COMMENT (New)
Interface DTD |
DTD.getDocumentTypeDeclaration() (New)
|
DTD.getEntities() (New)
|
DTD.getNotations() (New)
|
DTD.getProcessedDTD() (New)
|
javax.xml.stream.events.EndDocument (New)
EndDocument.CLASS_COMMENT (New)
Interface EndDocument |
javax.xml.stream.events.EndElement (New) (2 methods)
CLASS_COMMENT
getName()
getNamespaces()
EndElement.CLASS_COMMENT (New)
Interface EndElement |
EndElement.getName() (New)
|
EndElement.getNamespaces() (New)
|
javax.xml.stream.events.EntityDeclaration (New) (6 methods)
CLASS_COMMENT
getBaseURI()
getName()
getNotationName()
getPublicId()
getReplacementText()
getSystemId()
EntityDeclaration.CLASS_COMMENT (New)
Interface EntityDeclaration |
EntityDeclaration.getBaseURI() (New)
|
EntityDeclaration.getName() (New)
|
EntityDeclaration.getNotationName() (New)
|
EntityDeclaration.getPublicId() (New)
|
EntityDeclaration.getReplacementText() (New)
|
EntityDeclaration.getSystemId() (New)
|
javax.xml.stream.events.EntityReference (New) (2 methods)
CLASS_COMMENT
getDeclaration()
getName()
EntityReference.CLASS_COMMENT (New)
Interface EntityReference |
EntityReference.getDeclaration() (New)
|
EntityReference.getName() (New)
|
javax.xml.stream.events.Namespace (New) (3 methods)
CLASS_COMMENT
getNamespaceURI()
getPrefix()
isDefaultNamespaceDeclaration()
Namespace.CLASS_COMMENT (New)
Interface Namespace |
Namespace.getNamespaceURI() (New)
|
Namespace.getPrefix() (New)
|
Namespace.isDefaultNamespaceDeclaration() (New)
|
javax.xml.stream.events.NotationDeclaration (New) (3 methods)
CLASS_COMMENT
getName()
getPublicId()
getSystemId()
NotationDeclaration.CLASS_COMMENT (New)
Interface NotationDeclaration |
NotationDeclaration.getName() (New)
|
NotationDeclaration.getPublicId() (New)
|
NotationDeclaration.getSystemId() (New)
|
javax.xml.stream.events.ProcessingInstruction (New) (2 methods)
CLASS_COMMENT
getData()
getTarget()
ProcessingInstruction.CLASS_COMMENT (New)
Interface ProcessingInstruction |
ProcessingInstruction.getData() (New)
|
ProcessingInstruction.getTarget() (New)
|
javax.xml.stream.events.StartDocument (New) (6 methods)
CLASS_COMMENT
encodingSet()
getCharacterEncodingScheme()
getSystemId()
getVersion()
isStandalone()
standaloneSet()
StartDocument.CLASS_COMMENT (New)
Interface StartDocument |
StartDocument.encodingSet() (New)
|
StartDocument.getCharacterEncodingScheme() (New)
|
StartDocument.getSystemId() (New)
|
StartDocument.getVersion() (New)
|
StartDocument.isStandalone() (New)
|
StartDocument.standaloneSet() (New)
|
javax.xml.stream.events.StartElement (New) (6 methods)
CLASS_COMMENT
getAttributeByName(javax.xml.namespace.QName)
getAttributes()
getName()
getNamespaceContext()
getNamespaceURI(java.lang.String)
getNamespaces()
StartElement.CLASS_COMMENT (New)
Interface StartElement |
StartElement.getAttributeByName(javax.xml.namespace.QName) (New)
|
StartElement.getAttributes() (New)
|
StartElement.getName() (New)
|
StartElement.getNamespaceContext() (New)
|
StartElement.getNamespaceURI(java.lang.String) (New)
|
StartElement.getNamespaces() (New)
|
javax.xml.stream.events.XMLEvent (New) (16 methods)
CLASS_COMMENT
asCharacters()
asEndElement()
asStartElement()
getEventType()
getLocation()
getSchemaType()
isAttribute()
isCharacters()
isEndDocument()
isEndElement()
isEntityReference()
isNamespace()
isProcessingInstruction()
isStartDocument()
isStartElement()
writeAsEncodedUnicode(java.io.Writer)
XMLEvent.CLASS_COMMENT (New)
Interface XMLEvent |
XMLEvent.asCharacters() (New)
|
XMLEvent.asEndElement() (New)
|
XMLEvent.asStartElement() (New)
|
XMLEvent.getEventType() (New)
|
XMLEvent.getLocation() (New)
|
XMLEvent.getSchemaType() (New)
|
XMLEvent.isAttribute() (New)
|
XMLEvent.isCharacters() (New)
|
XMLEvent.isEndDocument() (New)
|
XMLEvent.isEndElement() (New)
|
XMLEvent.isEntityReference() (New)
|
XMLEvent.isNamespace() (New)
|
XMLEvent.isProcessingInstruction() (New)
|
XMLEvent.isStartDocument() (New)
|
XMLEvent.isStartElement() (New)
|
XMLEvent.writeAsEncodedUnicode(java.io.Writer) (New)
|
javax.xml.stream.util.EventReaderDelegate (New) (13 methods)
CLASS_COMMENT
EventReaderDelegate()
EventReaderDelegate(javax.xml.stream.XMLEventReader)
close()
getElementText()
getParent()
getProperty(java.lang.String)
hasNext()
next()
nextEvent()
nextTag()
peek()
remove()
setParent(javax.xml.stream.XMLEventReader)
EventReaderDelegate.CLASS_COMMENT (New)
Class EventReaderDelegate |
EventReaderDelegate.EventReaderDelegate() (New)
|
EventReaderDelegate.EventReaderDelegate(javax.xml.stream.XMLEventReader) (New)
|
EventReaderDelegate.close() (New)
|
EventReaderDelegate.getElementText() (New)
|
EventReaderDelegate.getParent() (New)
|
EventReaderDelegate.getProperty(java.lang.String) (New)
|
EventReaderDelegate.hasNext() (New)
|
EventReaderDelegate.next() (New)
|
EventReaderDelegate.nextEvent() (New)
|
EventReaderDelegate.nextTag() (New)
|
EventReaderDelegate.peek() (New)
|
EventReaderDelegate.remove() (New)
|
EventReaderDelegate.setParent(javax.xml.stream.XMLEventReader) (New)
|
javax.xml.stream.util.StreamReaderDelegate (New) (49 methods)
CLASS_COMMENT
StreamReaderDelegate()
StreamReaderDelegate(javax.xml.stream.XMLStreamReader)
close()
getAttributeCount()
getAttributeLocalName(int)
getAttributeName(int)
getAttributeNamespace(int)
getAttributePrefix(int)
getAttributeType(int)
getAttributeValue(int)
getAttributeValue(java.lang.String, java.lang.String)
getCharacterEncodingScheme()
getElementText()
getEncoding()
getEventType()
getLocalName()
getLocation()
getName()
getNamespaceContext()
getNamespaceCount()
getNamespacePrefix(int)
getNamespaceURI()
getNamespaceURI(int)
getNamespaceURI(java.lang.String)
getPIData()
getPITarget()
getParent()
getPrefix()
getProperty(java.lang.String)
getText()
getTextCharacters()
getTextCharacters(int, char[], int, int)
getTextLength()
getTextStart()
getVersion()
hasName()
hasNext()
hasText()
isAttributeSpecified(int)
isCharacters()
isEndElement()
isStandalone()
isStartElement()
isWhiteSpace()
next()
nextTag()
require(int, java.lang.String, java.lang.String)
setParent(javax.xml.stream.XMLStreamReader)
standaloneSet()
StreamReaderDelegate.CLASS_COMMENT (New)
Class StreamReaderDelegate |
StreamReaderDelegate.StreamReaderDelegate() (New)
|
StreamReaderDelegate.StreamReaderDelegate(javax.xml.stream.XMLStreamReader) (New)
|
StreamReaderDelegate.close() (New)
|
StreamReaderDelegate.getAttributeCount() (New)
|
StreamReaderDelegate.getAttributeLocalName(int) (New)
|
StreamReaderDelegate.getAttributeName(int) (New)
|
StreamReaderDelegate.getAttributeNamespace(int) (New)
|
StreamReaderDelegate.getAttributePrefix(int) (New)
|
StreamReaderDelegate.getAttributeType(int) (New)
|
StreamReaderDelegate.getAttributeValue(int) (New)
|
StreamReaderDelegate.getAttributeValue(java.lang.String, java.lang.String) (New)
|
StreamReaderDelegate.getCharacterEncodingScheme() (New)
|
StreamReaderDelegate.getElementText() (New)
|
StreamReaderDelegate.getEncoding() (New)
|
StreamReaderDelegate.getEventType() (New)
|
StreamReaderDelegate.getLocalName() (New)
|
StreamReaderDelegate.getLocation() (New)
|
StreamReaderDelegate.getName() (New)
|
StreamReaderDelegate.getNamespaceContext() (New)
|
StreamReaderDelegate.getNamespaceCount() (New)
|
StreamReaderDelegate.getNamespacePrefix(int) (New)
|
StreamReaderDelegate.getNamespaceURI() (New)
|
StreamReaderDelegate.getNamespaceURI(int) (New)
|
StreamReaderDelegate.getNamespaceURI(java.lang.String) (New)
|
StreamReaderDelegate.getPIData() (New)
|
StreamReaderDelegate.getPITarget() (New)
|
StreamReaderDelegate.getParent() (New)
|
StreamReaderDelegate.getPrefix() (New)
|
StreamReaderDelegate.getProperty(java.lang.String) (New)
|
StreamReaderDelegate.getText() (New)
|
StreamReaderDelegate.getTextCharacters() (New)
|
StreamReaderDelegate.getTextCharacters(int, char[], int, int) (New)
|
StreamReaderDelegate.getTextLength() (New)
|
StreamReaderDelegate.getTextStart() (New)
|
StreamReaderDelegate.getVersion() (New)
|
StreamReaderDelegate.hasName() (New)
|
StreamReaderDelegate.hasNext() (New)
|
StreamReaderDelegate.hasText() (New)
|
StreamReaderDelegate.isAttributeSpecified(int) (New)
|
StreamReaderDelegate.isCharacters() (New)
|
StreamReaderDelegate.isEndElement() (New)
|
StreamReaderDelegate.isStandalone() (New)
|
StreamReaderDelegate.isStartElement() (New)
|
StreamReaderDelegate.isWhiteSpace() (New)
|
StreamReaderDelegate.next() (New)
|
StreamReaderDelegate.nextTag() (New)
|
StreamReaderDelegate.require(int, java.lang.String, java.lang.String) (New)
|
StreamReaderDelegate.setParent(javax.xml.stream.XMLStreamReader) (New)
|
StreamReaderDelegate.standaloneSet() (New)
|
javax.xml.stream.util.XMLEventAllocator (New) (3 methods)
CLASS_COMMENT
allocate(javax.xml.stream.XMLStreamReader)
allocate(javax.xml.stream.XMLStreamReader, javax.xml.stream.util.XMLEventConsumer)
newInstance()
XMLEventAllocator.CLASS_COMMENT (New)
Interface XMLEventAllocator |
XMLEventAllocator.allocate(javax.xml.stream.XMLStreamReader) (New)
|
XMLEventAllocator.allocate(javax.xml.stream.XMLStreamReader, javax.xml.stream.util.XMLEventConsumer) (New)
|
XMLEventAllocator.newInstance() (New)
|
javax.xml.stream.util.XMLEventConsumer (New) (1 method)
CLASS_COMMENT
add(javax.xml.stream.events.XMLEvent)
XMLEventConsumer.CLASS_COMMENT (New)
Interface XMLEventConsumer |
XMLEventConsumer.add(javax.xml.stream.events.XMLEvent) (New)
|
javax.xml.transform.ErrorListener (1 method)
ErrorListener.fatalError(javax.xml.transform.TransformerException)
| |
|
|