|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dk.brics.xact.Node dk.brics.xact.AttrNode dk.brics.xact.AttributeGap
public class AttributeGap
Attribute gap node.
Constructor Summary | |
---|---|
AttributeGap(String localname,
String gap)
Constructs a new attribute gap node with no namespace and no type. |
|
AttributeGap(String localname,
String gap,
Origin origin)
Constructs a new attribute gap node with no namespace and no type. |
|
AttributeGap(String localname,
String gap,
String type)
Constructs a new attribute gap node with no namespace. |
|
AttributeGap(String localname,
String gap,
String type,
Origin origin)
Constructs a new attribute gap node with no namespace. |
|
AttributeGap(String namespace,
String localname,
String gap,
String type)
Constructs a new attribute gap node. |
|
AttributeGap(String namespace,
String localname,
String gap,
String type,
AttrNode nextattribute,
Origin origin)
Constructs a new attribute gap node. |
|
AttributeGap(String namespace,
String localname,
String gap,
String type,
Origin origin)
Constructs a new attribute gap node. |
Method Summary | |
---|---|
AttributeGap |
copy(AttrNode nextattribute)
Returns a copy of this attribute with the given successor. |
String |
getGap()
Returns the gap name. |
String |
getType()
Returns the gap type, or null if absent. |
String |
toString()
Returns a description of this node. |
Methods inherited from class dk.brics.xact.AttrNode |
---|
getExpandedName, getLocalName, getNamespace, getNextAttr, getNextAttribute |
Methods inherited from class dk.brics.xact.Node |
---|
asAttribute, asComment, asElement, asNamespaceDecl, asProcessingInstruction, asText, getOrigin, isAttribute, isComment, isElement, isNamespaceDecl, isProcessingInstruction, isText, visitBy, visitBy |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AttributeGap(String localname, String gap)
public AttributeGap(String localname, String gap, Origin origin)
public AttributeGap(String localname, String gap, String type)
public AttributeGap(String localname, String gap, String type, Origin origin)
public AttributeGap(String namespace, String localname, String gap, String type)
public AttributeGap(String namespace, String localname, String gap, String type, AttrNode nextattribute, Origin origin)
public AttributeGap(String namespace, String localname, String gap, String type, Origin origin)
Method Detail |
---|
public AttributeGap copy(AttrNode nextattribute)
AttrNode
copy
in class AttrNode
public String getGap()
public String getType()
public String toString()
Node
toString
in class Node
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |