| Package | Description |
|---|---|
| org.eigenbase.xom |
Provides an object layer for reading and writing XML documents.
|
| org.eigenbase.xom.wrappers |
Wrappers for various XML parsers.
|
| Modifier and Type | Method and Description |
|---|---|
Location |
DOMWrapper.getLocation()
Returns the location of this element.
|
Location |
NodeDef.getLocation()
Returns the location of this element in its document.
|
Location |
TextDef.getLocation() |
Location |
ElementDef.getLocation() |
Location |
Locator.getLocation(DOMWrapper wrapper) |
| Constructor and Description |
|---|
TextDef(String s,
boolean asIs,
Location location) |
| Modifier and Type | Method and Description |
|---|---|
Location |
W3CDOMWrapper.getLocation() |
Location |
Annotator.getLocation(DOMWrapper wrapper) |
Copyright © 2012–2022 Julian Hyde. All rights reserved.