|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Type | |
net.sf.tomp.xml.include | |
net.sf.tomp.xml.type |
Uses of Type in net.sf.tomp.xml.include |
Fields in net.sf.tomp.xml.include declared as Type | |
protected Type |
AdaptiveFilterImpl.targetType
DOCUMENT ME! |
Methods in net.sf.tomp.xml.include that return Type | |
Type |
AdaptiveFilterImpl.getSourceType()
DOCUMENT ME! |
Type |
AdaptiveFilterImpl.getSourceTypeForCurrentContext()
DOCUMENT ME! |
Type |
AdaptiveFilterImpl.getTargetType()
DOCUMENT ME! |
Methods in net.sf.tomp.xml.include with parameters of type Type | |
void |
AdaptiveFilterImpl.setTargetType(Type t)
DOCUMENT ME! |
Uses of Type in net.sf.tomp.xml.type |
Classes in net.sf.tomp.xml.type that implement Type | |
class |
TypeImpl
DOCUMENT ME! |
Fields in net.sf.tomp.xml.type declared as Type | |
protected Type |
TransformationsFromType.typ
DOCUMENT ME! |
protected Type |
TypeDatabaseImpl.currentType
DOCUMENT ME! |
protected Type |
TypeDatabaseImpl.currentSrcType
DOCUMENT ME! |
protected Type |
TypeDatabaseImpl.currentTargetType
DOCUMENT ME! |
protected Type |
TypeDetectorFilter.type
DOCUMENT ME! |
static Type |
TypeImpl.UNKNOWN
DOCUMENT ME! |
Methods in net.sf.tomp.xml.type that return Type | |
Type |
Type.getTypeForContext(TypeContext c)
DOCUMENT ME! |
Type |
TypeDatabase.getTypeForRootElement(java.lang.String ns,
java.lang.String localName)
|
Type |
TypeDatabase.getTypeForDoctype(java.lang.String name,
java.lang.String dtPublic,
java.lang.String dtSystem)
DOCUMENT ME! |
Type |
TypeDatabase.getType(java.lang.String identification)
DOCUMENT ME! |
Type |
TypeDatabaseImpl.getTypeForRootElement(java.lang.String ns,
java.lang.String localName)
implementation of type info storage |
Type |
TypeDatabaseImpl.getTypeForDoctype(java.lang.String name,
java.lang.String dtPublic,
java.lang.String dtSystem)
DOCUMENT ME! |
Type |
TypeDatabaseImpl.getType(java.lang.String id)
DOCUMENT ME! |
Type |
TypeDetector.getType()
DOCUMENT ME! |
Type |
TypeDetector.getTypeForCurrentContext()
DOCUMENT ME! |
Type |
TypeDetectorFilter.getType()
DOCUMENT ME! |
Type |
TypeDetectorFilter.getTypeForCurrentContext()
DOCUMENT ME! |
Type |
TypeImpl.getTypeForContext(TypeContext c)
DOCUMENT ME! |
Methods in net.sf.tomp.xml.type with parameters of type Type | |
TransformationsFromType |
Transformations.getTransformationsFrom(Type t)
DOCUMENT ME! |
TypeTransformation |
TransformationsFromType.getTransformationTo(Type t,
Variant v)
DOCUMENT ME! |
void |
TransformationsFromType.putTransformationTo(Type t,
Variant v,
TypeTransformation ts)
DOCUMENT ME! |
void |
Type.addParent(Type p)
DOCUMENT ME! |
boolean |
Type.isDescendantOf(Type t)
DOCUMENT ME! |
void |
Type.addTypeForContext(TypeContext c,
Type t)
DOCUMENT ME! |
void |
TypeDatabase.addTransformation(Type source,
Type target,
Variant v,
TypeTransformation t)
|
TypeTransformation |
TypeDatabase.getTransformation(Type source,
Type target,
Variant v)
|
java.util.List |
TypeDatabase.getTransformationSequence(Type source,
Type target,
Variant variant)
DOCUMENT ME! |
void |
TypeDatabaseImpl.addTransformation(Type source,
Type target,
Variant variant,
TypeTransformation tt)
implementation of transformation info storage |
TypeTransformation |
TypeDatabaseImpl.getTransformation(Type source,
Type target,
Variant variant)
DOCUMENT ME! |
java.util.List |
TypeDatabaseImpl.getTransformationSequence(Type source,
Type target,
Variant variant)
DOCUMENT ME! |
void |
TypeImpl.addParent(Type p)
DOCUMENT ME! |
void |
TypeImpl.addTypeForContext(TypeContext c,
Type t)
DOCUMENT ME! |
boolean |
TypeImpl.isDescendantOf(Type t)
DOCUMENT ME! |
Constructors in net.sf.tomp.xml.type with parameters of type Type | |
TransformationsFromType(Type t)
Creates a new TransformationsFromType object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |