com.sun.xml.bind
Interface RIElement
- All Superinterfaces:
- javax.xml.bind.Element
public interface RIElement
- extends javax.xml.bind.Element
RI-generated class that implements the Element
interface
always also implement this interface, so that the name of the
element can be obtained.
Since Element
is used only when the schema language is
XML Schema, this interface is also XML Schema specific
and used only when the classes are generated from XML Schema.
This interface allows the runtime to retrieve the element name
from the generated code. To avoid name conflict with user-defined
properties, names of the methods are intentionally obfuscated.
- Since:
- 1.0
____jaxb_ri____getNamespaceURI
java.lang.String ____jaxb_ri____getNamespaceURI()
____jaxb_ri____getLocalName
java.lang.String ____jaxb_ri____getLocalName()