Class ComplexTypeGT

  • All Implemented Interfaces:
    ComplexType, Type
    Direct Known Subclasses:
    ogcComplexType, sldComplexType

    public class ComplexTypeGT
    extends Object
    implements ComplexType
    Provides ...TODO summary sentence

    TODO Description

    Responsibilities:

    Example Use:

    
     ComplexTypeGT x = new ComplexTypeGT( ... );
     TODO code example
     
    Since:
    0.3
    Author:
    dzwiers
    • Constructor Summary

      Constructors 
      Constructor Description
      ComplexTypeGT​(String id, String name, URI namespace, ElementGrouping child, Attribute[] attrs, Element[] elems, boolean mixed, Type parent, boolean _abstract, boolean derived, String anyAttributeNS)
      Construct ComplexTypeGT.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean cache​(Element element, Map<String,​Object> hints)
      TODO summary sentence for cache ...
      boolean canEncode​(Element element, Object value, Map<String,​Object> hints)
      TODO summary sentence for canEncode ...
      void encode​(Element element, Object value, PrintHandler output, Map<String,​Object> hints)
      TODO summary sentence for encode ...
      Element findChildElement​(String name1)
      TODO summary sentence for findChildElement ...
      String getAnyAttributeNameSpace()
      TODO summary sentence for getAnyAttributeNameSpace ...
      Attribute[] getAttributes()
      TODO summary sentence for getAttributes ...
      int getBlock()
      TODO summary sentence for getBlock ...
      ElementGrouping getChild()
      TODO summary sentence for getChild ...
      Element[] getChildElements()
      TODO summary sentence for getChildElements ...
      int getFinal()
      TODO summary sentence for getFinal ...
      String getId()
      TODO summary sentence for getId ...
      Class getInstanceType()
      TODO summary sentence for getInstanceType ...
      String getName()
      TODO summary sentence for getName ...
      URI getNamespace()
      TODO summary sentence for getNamespace ...
      Type getParent()
      TODO summary sentence for getParent ...
      Object getValue​(Element element, ElementValue[] value, Attributes attrs1, Map<String,​Object> hints)
      TODO summary sentence for getValue ...
      boolean isAbstract()
      TODO summary sentence for isAbstract ...
      boolean isDerived()
      TODO summary sentence for isDerived ...
      boolean isMixed()
      TODO summary sentence for isMixed ...
      • Methods inherited from class Object

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