org.citygml4j.xml.schema
Class ElementDecl

java.lang.Object
  extended by org.citygml4j.xml.schema.ElementDecl

public class ElementDecl
extends java.lang.Object


Constructor Summary
ElementDecl(com.sun.xml.xsom.XSElementDecl decl, Schema schema)
           
 
Method Summary
 java.lang.String getLocalName()
           
 java.lang.String getNamespaceURI()
           
 javax.xml.namespace.QName getRootSubsitutionGroup()
           
 javax.xml.namespace.QName getSubsitutionGroup()
           
 com.sun.xml.xsom.XSElementDecl getXSElementDecl()
           
 boolean hasXLinkAttribute()
           
 boolean isAbstract()
           
 boolean isAbstractGML()
           
 boolean isCityObject()
           
 boolean isFeature()
           
 boolean isFeatureCollection()
           
 boolean isFeatureProperty()
           
 boolean isGeometry()
           
 boolean isGeometryProperty()
           
 boolean isGlobal()
           
 boolean isLocal()
           
 boolean substitutes(java.lang.String namespaceURI, java.lang.String localName)
           
 boolean substitutesFeature()
           
 boolean substitutesGeometry()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementDecl

public ElementDecl(com.sun.xml.xsom.XSElementDecl decl,
                   Schema schema)
Method Detail

getXSElementDecl

public com.sun.xml.xsom.XSElementDecl getXSElementDecl()

isGlobal

public boolean isGlobal()

isLocal

public boolean isLocal()

isAbstract

public boolean isAbstract()

getNamespaceURI

public java.lang.String getNamespaceURI()

getLocalName

public java.lang.String getLocalName()

getSubsitutionGroup

public javax.xml.namespace.QName getSubsitutionGroup()

getRootSubsitutionGroup

public javax.xml.namespace.QName getRootSubsitutionGroup()

substitutes

public boolean substitutes(java.lang.String namespaceURI,
                           java.lang.String localName)

substitutesFeature

public boolean substitutesFeature()

substitutesGeometry

public boolean substitutesGeometry()

isAbstractGML

public boolean isAbstractGML()

isFeature

public boolean isFeature()

isFeatureCollection

public boolean isFeatureCollection()

isGeometry

public boolean isGeometry()

isCityObject

public boolean isCityObject()

isFeatureProperty

public boolean isFeatureProperty()

isGeometryProperty

public boolean isGeometryProperty()

hasXLinkAttribute

public boolean hasXLinkAttribute()