|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Element in com.smallx.xml.component |
Methods in com.smallx.xml.component with parameters of type Element | |
ComponentInstance |
ComponentRegistry.createInstance(Name name,
Element specification,
java.util.Map sequences)
|
Uses of Element in com.smallx.xml.component.standard |
Methods in com.smallx.xml.component.standard with parameters of type Element | |
static ComponentInstance |
AddComponent.parse(Element spec,
ComponentRegistry registry)
|
ComponentInstance |
AddComponent.Instantiator.parse(Element spec,
ComponentRegistry registry,
java.util.Map sequences)
|
ComponentInstance |
ComponentInstantiator.parse(Element spec,
ComponentRegistry registry,
java.util.Map sequences)
|
static ComponentInstance |
DocumentComponent.parse(Element spec,
ComponentRegistry registry)
|
ComponentInstance |
DocumentComponent.Instantiator.parse(Element spec,
ComponentRegistry registry,
java.util.Map sequences)
|
static ComponentInstance |
FileComponent.parse(Element spec,
ComponentRegistry registry)
|
ComponentInstance |
FileComponent.Instantiator.parse(Element spec,
ComponentRegistry registry,
java.util.Map sequences)
|
static ComponentInstance |
Java.parse(Element spec,
ComponentRegistry registry)
|
ComponentInstance |
Java.Instantiator.parse(Element spec,
ComponentRegistry registry,
java.util.Map sequences)
|
static ComponentInstance |
Parse.parse(Element spec,
ComponentRegistry registry)
|
ComponentInstance |
Parse.Instantiator.parse(Element spec,
ComponentRegistry registry,
java.util.Map sequences)
|
static ComponentInstance |
PipelineComponent.parse(Element spec,
ComponentRegistry registry)
|
ComponentInstance |
PipelineComponent.Instantiator.parse(Element spec,
ComponentRegistry registry,
java.util.Map sequences)
|
static ComponentInstance |
RegexComponent.parse(Element spec,
ComponentRegistry registry,
java.util.Map sequences)
|
ComponentInstance |
RegexComponent.Instantiator.parse(Element spec,
ComponentRegistry registry,
java.util.Map sequences)
|
ComponentInstance |
RegistrySetComponentRegistry.createInstance(Name name,
Element specification,
java.util.Map sequences)
|
static ComponentInstance |
Rename.parse(Element spec,
ComponentRegistry registry)
|
void |
Rename.setExpression(java.lang.String value,
Element context)
|
ComponentInstance |
Rename.Instantiator.parse(Element spec,
ComponentRegistry registry,
java.util.Map sequences)
|
static ComponentInstance |
RouteComponent.parse(Element spec,
ComponentRegistry registry,
java.util.Map sequences)
|
ComponentInstance |
RouteComponent.Instantiator.parse(Element spec,
ComponentRegistry registry,
java.util.Map sequences)
|
static ComponentInstance |
Sequence.parse(Element spec,
ComponentRegistry registry,
java.util.Map sequences)
|
ComponentInstance |
Sequence.Instantiator.parse(Element spec,
ComponentRegistry registry,
java.util.Map sequences)
|
static ComponentInstance |
SetAttributeComponent.parse(Element spec,
ComponentRegistry registry)
|
ComponentInstance |
SetAttributeComponent.Instantiator.parse(Element spec,
ComponentRegistry registry,
java.util.Map sequences)
|
protected java.util.Map |
StandardInstantiator.parseParameters(Element component)
|
ComponentInstance |
StandardInstantiator.parse(Element spec,
ComponentRegistry registry,
java.util.Map sequences)
|
ComponentInstance |
StandardRegistry.createInstance(Name name,
Element spec,
java.util.Map sequences)
|
static StandardRegistry |
StandardRegistry.load(Element registryDoc)
|
static StandardRegistry |
StandardRegistry.load(java.lang.ClassLoader classLoader,
Element top)
|
static ComponentInstance |
SubtreeView.parse(Element spec,
ComponentRegistry registry,
java.util.Map sequences)
|
ComponentInstance |
SubtreeView.Instantiator.parse(Element spec,
ComponentRegistry registry,
java.util.Map sequences)
|
static ComponentInstance |
TemplateComponent.parse(Element spec,
ComponentRegistry registry)
|
ComponentInstance |
TemplateComponent.Instantiator.parse(Element spec,
ComponentRegistry registry,
java.util.Map sequences)
|
static ComponentInstance |
TrapComponent.parse(Element spec,
ComponentRegistry registry,
java.util.Map sequences)
|
ComponentInstance |
TrapComponent.Instantiator.parse(Element spec,
ComponentRegistry registry,
java.util.Map sequences)
|
static ComponentInstance |
URLComponent.parse(Element spec,
ComponentRegistry registry)
|
ComponentInstance |
URLComponent.Instantiator.parse(Element spec,
ComponentRegistry registry,
java.util.Map sequences)
|
static ComponentInstance |
Unwrap.parse(Element spec,
ComponentRegistry registry)
|
void |
Unwrap.setExpression(java.lang.String value,
Element context)
|
ComponentInstance |
Unwrap.Instantiator.parse(Element spec,
ComponentRegistry registry,
java.util.Map sequences)
|
static ComponentInstance |
Wrap.parse(Element spec,
ComponentRegistry registry)
|
ComponentInstance |
Wrap.Instantiator.parse(Element spec,
ComponentRegistry registry,
java.util.Map sequences)
|
static ComponentInstance |
XSLT.parse(Element spec,
ComponentRegistry registry)
|
ComponentInstance |
XSLT.Instantiator.parse(Element spec,
ComponentRegistry registry,
java.util.Map sequences)
|
Uses of Element in com.smallx.xml.component.standard.template |
Methods in com.smallx.xml.component.standard.template with parameters of type Element | |
java.util.List |
TemplateCompiler.subtreeElements(java.util.List list,
Element spec)
|
Uses of Element in com.smallx.xml.infoset |
Methods in com.smallx.xml.infoset that return Element | |
Element |
Attribute.getElement()
|
Element |
Document.createDocumentElement(Name name)
Create the document element with the specified name. |
Element |
Document.createDocumentElement(java.lang.String localName)
Create the document element with the specified name. |
Element |
Document.getDocumentElement()
Returns the document element. |
Element |
Document.getElementWithId(java.lang.String id)
Returns an element with a specified id. |
Element |
Element.appendElement(Name name)
Appends a new element to the end of the children content. |
Element |
Element.appendElement(java.lang.String local)
Appends a new element to the end of the children content. |
Element |
Element.insertElementBefore(int index,
Name name)
Inserts a new element to the end of the children content. |
Element |
Element.insertElementBefore(int index,
java.lang.String local)
Inserts a new element into the children content. |
Element |
ItemConstructor.createElement(Name name)
Creates a parentless element. |
Element |
ItemSource.seek(Name name)
Seeks to a particular element at the current level. |
Methods in com.smallx.xml.infoset with parameters of type Element | |
ElementEnd |
ItemConstructor.createElementEnd(Element startElement)
Creates an element end event. |
Uses of Element in com.smallx.xml.infoset.memory |
Classes in com.smallx.xml.infoset.memory that implement Element | |
class |
MemoryElement
|
Fields in com.smallx.xml.infoset.memory declared as Element | |
protected Element |
MemoryDocument.docElement
|
Methods in com.smallx.xml.infoset.memory that return Element | |
Element |
MemoryAttribute.getElement()
|
Element |
MemoryDocument.getDocumentElement()
|
Element |
MemoryDocument.createDocumentElement(Name name)
|
Element |
MemoryDocument.createDocumentElement(java.lang.String localName)
|
Element |
MemoryDocument.getElementWithId(java.lang.String id)
|
Element |
MemoryElement.appendElement(Name name)
|
Element |
MemoryElement.appendElement(java.lang.String local)
|
Element |
MemoryElement.insertElementBefore(int index,
Name name)
|
Element |
MemoryElement.insertElementBefore(int index,
java.lang.String local)
|
Uses of Element in com.smallx.xml.infoset.util |
Methods in com.smallx.xml.infoset.util that return Element | |
Element |
EmptySource.seek(Name name)
|
Element |
XMLConstructor.createElement(Name element)
|
Methods in com.smallx.xml.infoset.util with parameters of type Element | |
static void |
ItemProperties.copyNamespaceDeclarations(Element from,
Element to)
|
void |
XMLConstructor.flushToElement(Element e)
|
static void |
XMLWriter.writeElement(Element parent,
java.io.Writer out)
|
Uses of Element in com.smallx.xml.xpath |
Constructors in com.smallx.xml.xpath with parameters of type Element | |
ElementStaticContext(Element element)
Creates a new instance of ElementStaticContext |
|
ElementStaticContext(Element element,
java.util.Collection inScopeVariables)
|
Uses of Element in com.smallx.xml.xslt |
Methods in com.smallx.xml.xslt with parameters of type Element | |
Transformation |
XSLTCompiler.compile(Element root)
Compiles a transformation. |
Uses of Element in com.smallx.xml.xslt.xt |
Methods in com.smallx.xml.xslt.xt that return Element | |
Element |
Result.getElement()
|
Uses of Element in com.smallx.xml.xslt.xt.transform |
Methods in com.smallx.xml.xslt.xt.transform that return Element | |
Element |
Result2ItemDestination.getElement()
|
Methods in com.smallx.xml.xslt.xt.transform with parameters of type Element | |
Transformation |
CompilerImpl.compile(Element node)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |