com.sun.xml.bind.v2.model.impl

Class AnyTypeImpl<T,C>

class AnyTypeImpl<T,C> extends Object implements NonElement<T,C>

TypeInfo implementation for xs:anyType.
Constructor Summary
AnyTypeImpl(Navigator<T,C,?,?> nav)
Method Summary
booleancanBeReferencedByIDREF()
xs:anyType can be referenced from XmlIDREF.
LocationgetLocation()
TgetType()
QNamegetTypeName()
LocatablegetUpstream()
booleanisSimpleType()

Constructor Detail

AnyTypeImpl

public AnyTypeImpl(Navigator<T,C,?,?> nav)

Method Detail

canBeReferencedByIDREF

public final boolean canBeReferencedByIDREF()

Deprecated: why are you calling a method whose return value is always known?

xs:anyType can be referenced from XmlIDREF.

getLocation

public Location getLocation()

getType

public T getType()

getTypeName

public QName getTypeName()

getUpstream

public Locatable getUpstream()

isSimpleType

public boolean isSimpleType()