Class AnyGT

  • All Implemented Interfaces:
    Any, ElementGrouping

    public class AnyGT
    extends Object
    implements Any
    Author:
    dzwiers
    • Constructor Summary

      Constructors 
      Constructor Description
      AnyGT​(URI namespace)  
      AnyGT​(URI namespace, int min, int max)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Element findChildElement​(String name)
      Convinience method which will search for the specified element within it's children.
      Element findChildElement​(String localName, URI namespaceURI)  
      int getGrouping()
      Returns the mask informing the caller as to the type of object they are dealing with.
      String getId()
      Returns the element declaration's id for this schema element.
      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.
      URI getNamespace()
      Returns the namespace attribute of the 'any' contruct that an instance of this interface is representing within an XML Schema.
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AnyGT

        public AnyGT​(URI namespace)
      • AnyGT

        public AnyGT​(URI namespace,
                     int min,
                     int max)