public interface TagStrategyFactory
TagStrategys from the namespace returned by
getTagNamespace() that can be executed while interpreting
the form items.TagStrategy| Modifier and Type | Method and Description |
|---|---|
java.net.URI |
getTagNamespace()
Retrieves the namespace of the tags that are returned by this factory.
|
TagStrategy |
getTagStrategy(org.w3c.dom.Node node)
Factory method to get a strategy to process the given node.
|
TagStrategy |
getTagStrategy(java.lang.String tag)
Factory method to get a strategy to process a node with the given name.
|
java.net.URI getTagNamespace()
throws java.net.URISyntaxException
java.net.URISyntaxException - error creating the URI for the namespaceTagStrategy getTagStrategy(org.w3c.dom.Node node)
node - The node to process.null if there
is no suitable strategy.TagStrategy getTagStrategy(java.lang.String tag)
tag - Tagname of the node to process.null if there is no suitable strategy.