|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.apt.ImplicitElementRef
public class ImplicitElementRef
An implicit element reference.
| Field Summary | |
|---|---|
protected Element |
element
|
| Constructor Summary | |
|---|---|
ImplicitElementRef(Element element)
|
|
| Method Summary | |
|---|---|
TypeDefinition |
getAnonymousTypeDefinition()
|
java.lang.String |
getElementDocs()
Documentation for the element, if it exists. |
java.lang.String |
getElementName()
The local element name. |
com.sun.mirror.util.SourcePosition |
getPosition()
The source position for this element, or null if none. |
java.lang.String |
getTargetNamespace()
The target namespace; |
javax.xml.namespace.QName |
getTypeQName()
The qname of the type for this element, if the type is not anonymous. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final Element element
| Constructor Detail |
|---|
public ImplicitElementRef(Element element)
| Method Detail |
|---|
public java.lang.String getElementName()
ImplicitSchemaElement
getElementName in interface ImplicitSchemaElementpublic java.lang.String getTargetNamespace()
ImplicitSchemaElement
getTargetNamespace in interface ImplicitSchemaElementpublic java.lang.String getElementDocs()
ImplicitSchemaElement
getElementDocs in interface ImplicitSchemaElementpublic javax.xml.namespace.QName getTypeQName()
ImplicitSchemaElement
getTypeQName in interface ImplicitSchemaElementpublic TypeDefinition getAnonymousTypeDefinition()
public com.sun.mirror.util.SourcePosition getPosition()
ImplicitSchemaElement
getPosition in interface ImplicitSchemaElement
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||