| Package | Description |
|---|---|
| com.sun.xml.bind.unmarshaller | |
| com.sun.xml.bind.v2.runtime.unmarshaller |
| Modifier and Type | Class and Description |
|---|---|
class |
DOMScanner
Visits a W3C DOM tree and generates SAX2 events from it.
|
| Modifier and Type | Method and Description |
|---|---|
LocatorEx |
DOMScanner.getLocator() |
LocatorEx |
InfosetScanner.getLocator() |
| Modifier and Type | Class and Description |
|---|---|
static class |
LocatorEx.Snapshot
Immutable snapshot of a
LocatorEx |
| Modifier and Type | Method and Description |
|---|---|
LocatorEx |
UnmarshallingContext.getLocator()
Gets the current source location information in SAX
Locator. |
| Modifier and Type | Method and Description |
|---|---|
void |
UnmarshallingContext.errorUnresolvedIDREF(Object bean,
String idref,
LocatorEx loc)
Called when there's no corresponding ID value.
|
void |
InterningXmlVisitor.startDocument(LocatorEx locator,
NamespaceContext nsContext) |
void |
UnmarshallingContext.startDocument(LocatorEx locator,
NamespaceContext nsContext) |
void |
XmlVisitor.startDocument(LocatorEx locator,
NamespaceContext nsContext)
Notifies a start of the document.
|
| Constructor and Description |
|---|
SAXConnector(XmlVisitor next,
LocatorEx externalLocator) |
Snapshot(LocatorEx loc) |
Copyright © 2005–2017 Oracle Corporation. All rights reserved.