站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

C-Index (Convertor) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.convertor/1 1.3
A C E G H O R S T W

C

canRead(Element) - Static method in class org.netbeans.api.convertor.Convertors
Is there a convertor for the given XML element?
canRead(String, String) - Static method in class org.netbeans.api.convertor.Convertors
Is there a convertor for the given XML namespace and element name?
canWrite(Object) - Static method in class org.netbeans.api.convertor.Convertors
Is there a convertor for the given object?
Convertor - Interface in org.netbeans.spi.convertor
Base interface for object conversion to XML namespace aware fragment and conversion of this fragment back to the object.
CONVERTOR_DESCRIPTORS - Static variable in class org.netbeans.api.convertor.Convertors
Property name of the list of convertor descriptors
ConvertorDescriptor - Class in org.netbeans.api.convertor
Convertor descriptor describes basic capability of the convertor, that is the XML namespace and element name which the convertor is capable to read, and (optional) class name which instances the convertor is capable to persist.
ConvertorException - Exception in org.netbeans.api.convertor
Unchecked exception thrown when convertor does not exist for the requested read or write operation or when there is general runtime error during the conversion.
ConvertorException(String) - Constructor for exception org.netbeans.api.convertor.ConvertorException
 
Convertors - Class in org.netbeans.api.convertor
Main API class with methods allowing conversion of object to namespace aware XML fragment and recreation of object from that fragment.

org.netbeans.modules.convertor/1 1.3
A C E G H O R S T W
Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.