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