IP*Works! V9

ipworks
Class XMLAttribute

java.lang.Object
  extended by ipworks.XMLAttribute

public class XMLAttribute
extends java.lang.Object

An XML attribute from the current XML element.

This type describes an XML attribute from the current element. It includes fields to denote information about the attribute being defined.

Name: The Name provides the local name (without prefix) of the attribute.

Namespace: Attribute namespace.

Prefix: Attribute prefix (if any). If the attribute does not have a prefix, this property is empty.

Value: Attribute value.

See Also:
Atom, Atom.XMLAttribute

Constructor Summary
XMLAttribute()
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getNamespace()
           
 java.lang.String getPrefix()
           
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLAttribute

public XMLAttribute()
Method Detail

getName

public java.lang.String getName()

getNamespace

public java.lang.String getNamespace()

getPrefix

public java.lang.String getPrefix()

getValue

public java.lang.String getValue()

IP*Works! V9

Copyright (c) 2013 /n software inc. - All rights reserved.