|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectFeaturePropertyExtractor
ComplexBinding.getProperties(Object, XSDElementDeclaration)
public class FeaturePropertyExtractor
Special property extractor for extracting attributes from features.
Constructor Summary | |
---|---|
FeaturePropertyExtractor(SchemaIndex schemaIndex)
Deprecated. |
Method Summary | |
---|---|
boolean |
canHandle(Object object)
Deprecated. Determines if this extractor can handle objects of the given type. |
List |
properties(Object object,
XSDElementDeclaration element)
Deprecated. Exracts the properties from the object being encoded. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FeaturePropertyExtractor(SchemaIndex schemaIndex)
Method Detail |
---|
public boolean canHandle(Object object)
PropertyExtractor
canHandle
in interface PropertyExtractor
object
- The object being encoded.
true
if the extractor can handle the object,
otherwise false.
public List properties(Object object, XSDElementDeclaration element)
PropertyExtractor
This method should return a set of tuples made up of
(XSDParticle
,Object).
properties
in interface PropertyExtractor
object
- The object being encoded.element
- The element declaration corresponding to the object being encoded.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |