Class FilterSchema.FilterElement

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Element findChildElement​(String name1)
      Convinience method which will search for the specified element within it's children.
      Element findChildElement​(String localName, URI namespaceURI)  
      int getBlock()  
      String getDefault()
      This returns the default value for the Element as a String
      int getFinal()  
      String getFixed()
      This returns the fixed value for the Element as a String
      int getGrouping()
      Returns the mask informing the caller as to the type of object they are dealing with.
      String getId()
      The Schema ID for this element definition.
      int getMaxOccurs()
      returns the max number of allowable occurences within the xml schema for this construct.
      int getMinOccurs()
      returns the min number of allowable occurences within the xml schema for this construct.
      String getName()
      Returns the element declaration's name in the Schema document, and element name in the instance document.
      URI getNamespace()  
      Element getSubstitutionGroup()
      This returns a reference to an element representing this element's substitution group.
      Type getType()
      Returns the declared type for this Element in the given Schema.
      boolean isAbstract()
      Returns True when the instance of this XML Schema Element is abstract, false otherwise
      boolean isForm()  
      boolean isNillable()
      Returns true when the element is nillable, false otherwise
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait