| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectdk.brics.xact.Node
dk.brics.xact.XML
dk.brics.xact.OperationNode
dk.brics.xact.PlugNode
dk.brics.xact.PlugSingleNode
class PlugSingleNode
Plug single-value operation node.
| Constructor Summary | |
|---|---|
PlugSingleNode(XML self,
               String gap,
               Object v)
Constructs a new plug single-value operation node.  | 
|
PlugSingleNode(XML self,
               String gap,
               Object v,
               Origin origin)
Constructs a new plug single-value operation node.  | 
|
| Method Summary | |
|---|---|
 Object | 
getValue()
Returns the XML or string value to be plugged in.  | 
 String | 
toString()
Returns a description of this node.  | 
(package private)  void | 
visitAnyBy(AnyNodeVisitor v)
Visits this node by the given any-node visitor.  | 
| Methods inherited from class dk.brics.xact.PlugNode | 
|---|
getGap, getSelfNode | 
| Methods inherited from class dk.brics.xact.OperationNode | 
|---|
asComment, asElement, asProcessingInstruction, asTemplate, asText, isComment, isElement, isProcessingInstruction, isTemplate, isText, visitNormalizedBy, visitNormalizedBy | 
| Methods inherited from class dk.brics.xact.XML | 
|---|
analyze, append, appendContent, appendContent, byteLength, close, concat, concat, concatXML, gapify, gapify, get, getAttribute, getAttribute, getElement, getElementByID, getElements, getFirstElement, getNamespaceMap, getNextSibling, getNumber, getNumber, getRealNextSibling, getString, getString, getStrings, getThreadNamespaceMap, has, insertAfter, insertBefore, loadXMLSchema, loadXMLSchema, normalize, parseDocument, parseDocument, parseDocument, parseDocument, parseTemplate, parseTemplate, parseTemplate, parseTemplate, parseTemplateResource, parseTemplateResource, plug, plugList, plugWrap, prepend, prependContent, prependContent, remove, set, set, set, set, setContent, setContent, toDocument, toDocument, toDocument, toDocument, toTemplate, toTemplate, toTemplate, toXML, toXML, validate, visitBy, visitBy | 
| Methods inherited from class dk.brics.xact.Node | 
|---|
asAttribute, asNamespaceDecl, expanded, follow, follow, follow, follow, forward, getOrigin, isAttribute, isNamespaceDecl | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public PlugSingleNode(XML self,
                      String gap,
                      Object v)
public PlugSingleNode(XML self,
                      String gap,
                      Object v,
                      Origin origin)
| Method Detail | 
|---|
public Object getValue()
public String toString()
Node
toString in class Nodevoid visitAnyBy(AnyNodeVisitor v)
Node
visitAnyBy in class Node
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||