Class ElementDecl


  • public class ElementDecl
    extends java.lang.Object
    • 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()