IP*Works! V9

ipworks
Class XMLElement

java.lang.Object
  extended by ipworks.XMLElement

public class XMLElement
extends java.lang.Object

An element contained within the XML document.

This type describes an XML element. The fields for this type describe the element Name , Prefix , and Namespace of the given element.

The elements are inserted into the array in the same order they are found in the document.

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

Namespace: Namespace of the element.

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

XText: The inner text of the element.

See Also:
Atom, Atom.XMLElement

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

Constructor Detail

XMLElement

public XMLElement()
Method Detail

getName

public java.lang.String getName()

getNamespace

public java.lang.String getNamespace()

getPrefix

public java.lang.String getPrefix()

getXText

public java.lang.String getXText()

IP*Works! V9

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