|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Namespace | |
---|---|
org.foray.fotree | Classes for parsing and representing the XSL-FO document input objects and properties in the various namespaces. |
org.foray.fotree.axsl | Namespace and Factory classes for objects in the axsl: namespace. |
org.foray.fotree.axsl.obj | Classes representing non-standard objects in the FO Tree that are sanctioned by aXSL. |
org.foray.fotree.fo | Namespace and Factory classes for objects in the fo: (XSL Formatting Objects) namespace. |
org.foray.fotree.fo.obj | Classes representing the various Formatting Objects in the fo: namespace. |
org.foray.fotree.foray | Namespace and Factory classes for objects in the foray: (custom) namespace. |
org.foray.fotree.math | Namespace and Factory classes for objects in the m: (MathML) namespace. |
org.foray.fotree.math.obj | Classes representing objects in the m: (MathML) namespace. |
org.foray.fotree.svg | Namespace and Factory classes for objects in the svg: (Scalable Vector Graphics) namespace. |
org.foray.fotree.svg.obj | Classes representing objects in the svg: (Scalable Vector Graphics) namespace. |
org.foray.fotree.xml | Namespace and Factory classes for objects in the xml: (Generic XML) namespace. |
Uses of Namespace in org.foray.fotree |
---|
Methods in org.foray.fotree that return Namespace | |
---|---|
Namespace |
FoTreeServer4a.createNonstandardNamespace(String mappingClassName)
Creates a Namespace instance for the given class name. |
abstract Namespace |
FObj.getNamespace()
Gets the Namespace instance that is associated with this object. |
Namespace |
FoTreeServer4a.getNamespace(String namespaceURI)
Returns the namespace for a given name. |
Methods in org.foray.fotree with parameters of type Namespace | |
---|---|
void |
FoTreeServer4a.registerNamespace(Namespace namespace)
Add a Namespace instance to the list of namespaces that we should be able to parse. |
Uses of Namespace in org.foray.fotree.axsl |
---|
Subclasses of Namespace in org.foray.fotree.axsl | |
---|---|
class |
NamespaceAxsl
This class manages the namespace that is used for aXSL extensions to XSL-FO. |
Uses of Namespace in org.foray.fotree.axsl.obj |
---|
Methods in org.foray.fotree.axsl.obj that return Namespace | |
---|---|
Namespace |
Metadata.getNamespace()
|
Uses of Namespace in org.foray.fotree.fo |
---|
Subclasses of Namespace in org.foray.fotree.fo | |
---|---|
class |
NamespaceFO
This class manages the namespace that is used for XSL-FO elements. |
Uses of Namespace in org.foray.fotree.fo.obj |
---|
Uses of Namespace in org.foray.fotree.foray |
---|
Subclasses of Namespace in org.foray.fotree.foray | |
---|---|
class |
NamespaceForay
This class manages the namespace that is used for FOray extensions to XSL-FO. |
Uses of Namespace in org.foray.fotree.math |
---|
Subclasses of Namespace in org.foray.fotree.math | |
---|---|
class |
MathNamespace
This class manages the namespace that is used for the Math Markup Language (MathML). |
Uses of Namespace in org.foray.fotree.math.obj |
---|
Methods in org.foray.fotree.math.obj that return Namespace | |
---|---|
Namespace |
InstreamMathElement.getNamespace()
|
Uses of Namespace in org.foray.fotree.svg |
---|
Subclasses of Namespace in org.foray.fotree.svg | |
---|---|
class |
NamespaceSVG
This class manages the namespace that is used for SVG. |
Uses of Namespace in org.foray.fotree.svg.obj |
---|
Methods in org.foray.fotree.svg.obj that return Namespace | |
---|---|
Namespace |
InstreamSvgElement.getNamespace()
|
Uses of Namespace in org.foray.fotree.xml |
---|
Subclasses of Namespace in org.foray.fotree.xml | |
---|---|
class |
NamespaceXML
This class manages the namespace that is used for elements with the "xml:" prefix. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |