Uses of Class
com.smallx.xml.infoset.Name

Packages that use Name
com.smallx.xml.component   
com.smallx.xml.component.standard   
com.smallx.xml.infoset   
com.smallx.xml.infoset.memory   
com.smallx.xml.infoset.util   
com.smallx.xml.pipeline   
com.smallx.xml.xpath.subset   
com.smallx.xml.xslt   
com.smallx.xml.xslt.xt   
com.smallx.xml.xslt.xt.transform   
com.smallx.xml.xslt.xt.xpath   
 

Uses of Name in com.smallx.xml.component
 

Fields in com.smallx.xml.component declared as Name
protected  Name ComponentBase.name
           
 

Methods in com.smallx.xml.component that return Name
 Name Component.getName()
           
 Name ComponentBase.getName()
           
 Name ComponentContext.expandName(java.lang.String qname)
           
 Name ComponentInitializer.getName()
           
 Name ScopedComponentInitializer.getName()
           
 Name ScopedComponentInitializer.expandName(java.lang.String qname)
           
 

Methods in com.smallx.xml.component with parameters of type Name
 void ComponentBase.setOutputType(Name name)
           
 java.lang.Object ComponentContext.getParameter(Name name)
           
 ComponentInstance ComponentRegistry.createInstance(Name name, Element specification, java.util.Map sequences)
           
 java.lang.Object ScopedComponentInitializer.getParameter(Name name)
           
 

Constructors in com.smallx.xml.component with parameters of type Name
ComponentBase(Name name, java.lang.String version)
           
DocumentComponentBase(Name name, java.lang.String version)
          Creates a new instance of DocumentComponentBase
 

Uses of Name in com.smallx.xml.component.standard
 

Fields in com.smallx.xml.component.standard declared as Name
static Name StandardRegistry.SUCCESS
           
static Name StandardRegistry.ERROR
           
static Name StandardRegistry.LIST
           
 

Methods in com.smallx.xml.component.standard that return Name
 Name RegistrySetComponentRegistry.getName()
           
 Name SetAttributeComponent.AttributeSpec.getName()
           
static Name StandardRegistry.createName(java.net.URI namespace, java.lang.String name)
           
 

Methods in com.smallx.xml.component.standard with parameters of type Name
 void RegexComponent.setMatchesName(Name name)
           
 void RegistrySetComponentRegistry.setName(Name newName)
           
 ComponentInstance RegistrySetComponentRegistry.createInstance(Name name, Element specification, java.util.Map sequences)
           
 void RemoveDocumentDestination.setOutputType(Name name)
           
 void Rename.setName(Name nm)
           
 void StandardRegistry.register(Name name, ComponentInstantiator instantiator)
           
 ComponentInstance StandardRegistry.createInstance(Name name, Element spec, java.util.Map sequences)
           
 void Wrap.setName(java.lang.String prefix, Name nm)
           
 void XSLT.setParameter(Name name, java.lang.Object value)
           
 

Constructors in com.smallx.xml.component.standard with parameters of type Name
Sequence(Name nm, java.lang.String version)
           
SetAttributeComponent.AttributeSpec(Name name, java.lang.String value)
           
 

Uses of Name in com.smallx.xml.infoset
 

Methods in com.smallx.xml.infoset that return Name
 Name NameTable.createName(java.net.URI namespace, java.lang.String localName)
          Creates a name instance from a string.
 Name NameTable.createName(java.lang.String localName)
          Creates an unqualifed name instance from a character buffer.
 Name Named.getName()
          Return the name of the object.
 Name NamespaceScope.expandName(java.lang.String name)
          Expands a qname into a name instance.
 Name NamespaceScope.expandName(java.lang.String name, boolean useDefault)
          Expands a qname into a name instance.
 Name NamespaceScope.expandName(java.lang.String name, boolean useDefault, NameTable table)
           
 Name TypeDefinition.getName()
          Returns the type name.
 

Methods in com.smallx.xml.infoset with parameters of type Name
 Element Document.createDocumentElement(Name name)
          Create the document element with the specified name.
 Attribute Element.getAttribute(Name name)
          Gets an attribute by name.
 java.lang.String Element.getAttributeValue(Name name)
          Gets an attribute value by name.
 java.util.Iterator Element.getAttributeValueTokenized(Name name)
          Gets an attribute value by name.
 void Element.setAttribute(Name name, java.lang.String value)
          Sets an attribute value by name.
 void Element.removeAttribute(Name name)
          Removes an attribute by name.
 Element Element.appendElement(Name name)
          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 ItemConstructor.createElement(Name name)
          Creates a parentless element.
 ElementEnd ItemConstructor.createElementEnd(Name name)
          Creates an element end event.
 Child ItemConstructor.createProcessingInstruction(Name name, java.lang.String value)
           
 Child ItemConstructor.createProcessingInstruction(Name name, char[] value, int start, int len)
           
 void ItemDestination.setOutputType(Name name)
          This is meta-data that facilitates output serialization.
 Element ItemSource.seek(Name name)
          Seeks to a particular element at the current level.
 void Named.setName(Name name)
          Sets the name of the object.
 java.lang.String NamespaceScope.toQName(Name nm, boolean element)
           
 java.lang.String NamespaceScope.getPrefix(Name name)
          Returns the appropriate prefix to use with the specified name.
 

Uses of Name in com.smallx.xml.infoset.memory
 

Fields in com.smallx.xml.infoset.memory declared as Name
protected  Name MemoryAttribute.name
           
protected  Name MemoryElement.name
           
 

Methods in com.smallx.xml.infoset.memory that return Name
 Name MemoryAttribute.getName()
           
 Name MemoryElement.getName()
           
 Name MemoryElementEnd.getName()
           
 Name MemoryInfoset.createName(java.net.URI namespace, java.lang.String localName)
           
 Name MemoryInfoset.createName(java.lang.String localName)
           
 Name MemoryNameTable.createName(java.net.URI namespace, java.lang.String localName)
           
 Name MemoryNameTable.createName(java.lang.String localName)
           
 Name MemoryProcessingInstruction.getName()
           
 Name MemoryTypeDefinition.getName()
           
 

Methods in com.smallx.xml.infoset.memory with parameters of type Name
 void MemoryAttribute.setName(Name value)
           
 Element MemoryDocument.createDocumentElement(Name name)
           
 void MemoryElement.setName(Name value)
           
 Attribute MemoryElement.getAttribute(Name name)
           
 java.lang.String MemoryElement.getAttributeValue(Name name)
           
 java.util.Iterator MemoryElement.getAttributeValueTokenized(Name name)
           
 void MemoryElement.setAttribute(Name name, java.lang.String value)
           
 void MemoryElement.removeAttribute(Name name)
           
 Element MemoryElement.appendElement(Name name)
           
 Element MemoryElement.insertElementBefore(int index, Name name)
           
 void MemoryElementEnd.setName(Name name)
           
 void MemoryProcessingInstruction.setName(Name name)
           
 

Constructors in com.smallx.xml.infoset.memory with parameters of type Name
MemoryAttribute(Infoset infoset, Parent origin, Name name, java.lang.String textValue, java.lang.Object typedValue)
           
MemoryElement(Infoset infoset, java.net.URI base, Parent origin, Name name)
           
MemoryElement(Infoset infoset, java.net.URI base, Name name, NamespaceScope scope)
           
MemoryElementEnd(Infoset infoset, Name name, NamespaceScope scope)
          Creates a new instance of MemoryElementEnd
MemoryProcessingInstruction(Infoset infoset, Parent origin, Name name, java.lang.String textValue)
          Creates a new instance of MemoryProcessingInstruction
MemoryTypeDefinition(Name name)
          Creates a new instance of MemoryTypeDefinition
 

Uses of Name in com.smallx.xml.infoset.util
 

Methods in com.smallx.xml.infoset.util with parameters of type Name
 void DocumentDestination.setOutputType(Name name)
           
 Element EmptySource.seek(Name name)
           
 void ItemDiff.setOutputType(Name name)
           
 void ItemQueue.setOutputType(Name name)
           
 void NullDestination.setOutputType(Name name)
           
 void WriterItemDestination.setOutputType(Name name)
           
 void XMLConstructor.createSimpleDocument(Name docElement, java.lang.String value)
           
 void XMLConstructor.createTextElement(Name element, java.lang.String value)
           
 Element XMLConstructor.createElement(Name element)
           
 

Uses of Name in com.smallx.xml.pipeline
 

Methods in com.smallx.xml.pipeline that return Name
 Name MapComponentContext.expandName(java.lang.String qname)
           
 

Methods in com.smallx.xml.pipeline with parameters of type Name
 java.lang.Object MapComponentContext.getParameter(Name name)
           
 

Uses of Name in com.smallx.xml.xpath.subset
 

Methods in com.smallx.xml.xpath.subset that return Name
 Name Parser.NamedAxisStep.getName()
           
 

Uses of Name in com.smallx.xml.xslt
 

Methods in com.smallx.xml.xslt with parameters of type Name
 java.lang.Object ExecutionContext.getParameter(Name name)
           
 void ExecutionContext.setParameter(Name name, java.lang.Object value)
           
 

Uses of Name in com.smallx.xml.xslt.xt
 

Methods in com.smallx.xml.xslt.xt that return Name
 Name Action.getName()
           
 Name ProcessContext.unaliasName(Name name)
           
 

Methods in com.smallx.xml.xslt.xt with parameters of type Name
 Variant ExprContext.getGlobalVariableValue(Name name)
           
 Variant ExprContext.getLocalVariableValue(Name name)
           
 Variant ExprContext.getSystemProperty(Name name)
           
 KeyValues ExprContext.getKeyValuesTable(Name name, Item context)
           
 void ProcessContext.process(java.util.Iterator nodes, Name modeName, Name[] paramNames, Variant[] paramValues, Result result)
           
 Variant ProcessContext.getParam(Name name)
           
 void ProcessContext.bindLocalVariable(Name name, Variant variant)
           
 void ProcessContext.invokeWithParams(Action action, Name[] paramNames, Variant[] paramValues, Item node, Result result)
           
 void ProcessContext.useAttributeSet(Name name, Item node, Result result)
           
 Name ProcessContext.unaliasName(Name name)
           
 

Uses of Name in com.smallx.xml.xslt.xt.transform
 

Methods in com.smallx.xml.xslt.xt.transform that return Name
 Name OutputMethod.getName()
           
 

Methods in com.smallx.xml.xslt.xt.transform with parameters of type Name
 boolean CompilerImpl.getStripSource(Name elementTypeName)
           
 boolean LoadContext.getStripSource(Name elementTypeName)
           
 java.lang.String OutputMethod.getAttributeValue(Name name)
           
 

Uses of Name in com.smallx.xml.xslt.xt.xpath
 

Methods in com.smallx.xml.xslt.xt.xpath that return Name
 Name NameExpr.eval(Item node, ExprContext context)