org.geotools.data.wms.xml
Class ogcComplexTypes._GetCapabilities

java.lang.Object
  extended by org.geotools.xml.schema.impl.ComplexTypeGT
      extended by org.geotools.data.wms.xml.ogcComplexType
          extended by org.geotools.data.wms.xml.ogcComplexTypes._GetCapabilities
All Implemented Interfaces:
ComplexType, Type
Enclosing class:
ogcComplexTypes

protected static class ogcComplexTypes._GetCapabilities
extends ogcComplexType


Method Summary
 boolean canEncode(Element element, java.lang.Object value, java.util.Map hints)
          TODO summary sentence for canEncode ...
 void encode(Element element, java.lang.Object value, PrintHandler output, java.util.Map hints)
          TODO summary sentence for encode ...
static ComplexType getInstance()
           
 java.lang.Class getInstanceType()
          TODO summary sentence for getInstanceType ...
 java.lang.String getName()
          TODO summary sentence for getName ...
 
Methods inherited from class org.geotools.xml.schema.impl.ComplexTypeGT
cache, findChildElement, getAnyAttributeNameSpace, getAttributes, getBlock, getChild, getChildElements, getFinal, getId, getNamespace, getParent, getValue, isAbstract, isDerived, isMixed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ComplexType getInstance()

canEncode

public boolean canEncode(Element element,
                         java.lang.Object value,
                         java.util.Map hints)
Description copied from class: ComplexTypeGT
TODO summary sentence for canEncode ...

Specified by:
canEncode in interface Type
Overrides:
canEncode in class ComplexTypeGT
Parameters:
element - The element which may be used to represent the Object. This is included to allow for child definitions to include addition information where appropriate.
value - An Object which may or may not be encodeable by this type. The value may also be null.
Returns:
True when the encode method can interpret the given element/value pair into valid xml.
See Also:
Type.canEncode(org.geotools.xml.schema.Element, java.lang.Object, java.util.Map)

encode

public void encode(Element element,
                   java.lang.Object value,
                   PrintHandler output,
                   java.util.Map hints)
            throws javax.naming.OperationNotSupportedException
Description copied from class: ComplexTypeGT
TODO summary sentence for encode ...

Specified by:
encode in interface Type
Overrides:
encode in class ComplexTypeGT
Parameters:
element - The original element declaration to which we should encode.
value - The Object to encode.
output - This is where the output should be written to.
hints - For providing additional context information to specific schemas.
Throws:
javax.naming.OperationNotSupportedException - When this type cannot be encoded ... and wasn't checked first.
See Also:
Type.encode(org.geotools.xml.schema.Element, java.lang.Object, org.geotools.xml.PrintHandler, java.util.Map)

getInstanceType

public java.lang.Class getInstanceType()
Description copied from class: ComplexTypeGT
TODO summary sentence for getInstanceType ...

Specified by:
getInstanceType in interface Type
Overrides:
getInstanceType in class ComplexTypeGT
See Also:
Type.getInstanceType()

getName

public java.lang.String getName()
Description copied from class: ComplexTypeGT
TODO summary sentence for getName ...

Specified by:
getName in interface Type
Overrides:
getName in class ComplexTypeGT
See Also:
Type.getName()


Copyright © 1996-2010 Geotools. All Rights Reserved.