public abstract class LocatorHelper extends Object
Constructor and Description |
---|
LocatorHelper() |
Modifier and Type | Method and Description |
---|---|
static Locator |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
Locator that) |
static Locator |
narrow(Object obj) |
static Locator |
read(InputStream istream) |
static TypeCode |
type() |
static Locator |
unchecked_narrow(Object obj) |
static void |
write(OutputStream ostream,
Locator value) |
public static TypeCode type()
public static String id()
public static Locator read(InputStream istream)
public static void write(OutputStream ostream, Locator value)
Copyright © 2021 JBoss by Red Hat. All rights reserved.