public class ElementDecl
extends java.lang.Object
Type | Property and Description |
---|---|
boolean |
isFeature
Gets the value of the property featureProperty.
|
boolean |
isGeometry
Gets the value of the property geometryProperty.
|
Constructor and Description |
---|
ElementDecl(com.sun.xml.xsom.XSElementDecl decl,
Schema schema) |
Modifier and Type | Method and 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()
Gets the value of the property featureProperty.
|
boolean |
isGeometry() |
boolean |
isGeometryProperty()
Gets the value of the property geometryProperty.
|
boolean |
isGlobal() |
boolean |
isLocal() |
boolean |
substitutes(java.lang.String namespaceURI,
java.lang.String localName) |
boolean |
substitutesFeature() |
boolean |
substitutesGeometry() |
public boolean isFeatureProperty
public boolean isGeometryProperty
public ElementDecl(com.sun.xml.xsom.XSElementDecl decl, Schema schema)
public com.sun.xml.xsom.XSElementDecl getXSElementDecl()
public boolean isGlobal()
public boolean isLocal()
public boolean isAbstract()
public java.lang.String getNamespaceURI()
public java.lang.String getLocalName()
public javax.xml.namespace.QName getSubsitutionGroup()
public javax.xml.namespace.QName getRootSubsitutionGroup()
public boolean substitutes(java.lang.String namespaceURI, java.lang.String localName)
public boolean substitutesFeature()
public boolean substitutesGeometry()
public boolean isAbstractGML()
public boolean isFeature()
public boolean isFeatureCollection()
public boolean isGeometry()
public boolean isCityObject()
public boolean isFeatureProperty()
public boolean isGeometryProperty()
public boolean hasXLinkAttribute()