| java.lang.Object org.geotools.xml.XSIElementHandler org.geotools.xml.handlers.xsi.AttributeHandler
AttributeHandler | public class AttributeHandler extends XSIElementHandler (Code) | | AttributeHandler purpose.
Represents an 'attribute' element
Example Use:
AttributeHandler x = new AttributeHandler(...);
author: dzwiers, Refractions Research, Inc. http://www.refractions.net author: $Author:$ (last modification) version: $Id: AttributeHandler.java 22266 2006-10-19 11:30:55Z acuster $ |
LOCALNAME | final public static String LOCALNAME(Code) | | 'attribute'
|
OPTIONAL | final public static int OPTIONAL(Code) | | OPTIONAL
|
PROHIBITED | final public static int PROHIBITED(Code) | | PROHIBITED
|
REQUIRED | final public static int REQUIRED(Code) | | REQUIRED
|
findUse | public static int findUse(String use)(Code) | |
Convert the 'use' attribute to an int mask
Parameters: use - |
getName | public String getName()(Code) | |
Returns the attribute name
|
writeUse | public static String writeUse(int use)(Code) | |
converts an int mask representing use to the string representation
Parameters: use - |
|
|