public interface AttributeHandler extends Handler
An attribute handler corresponds to a specific attribute in a schema.
Modifier and Type | Method and Description |
---|---|
XSDAttributeDeclaration |
getAttributeDeclaration() |
void |
handleAttribute(String value)
Sets the attribute instance being handled by the handler.
|
createChildHandler, endChildHandler, endPrefixMapping, getComponent, getContext, getParentHandler, getParseNode, getSchemaContent, setContext, startChildHandler, startPrefixMapping
XSDAttributeDeclaration getAttributeDeclaration()
void handleAttribute(String value)
value
- The value of the attribute from an instance document.Copyright © 1996–2019 Geotools. All rights reserved.