Package org.citygml4j.xml.schema
Class ElementDecl
- java.lang.Object
-
- org.citygml4j.xml.schema.ElementDecl
-
public class ElementDecl extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ElementDecl(com.sun.xml.xsom.XSElementDecl decl, Schema schema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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()
-
-
-
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()
-
-