Java Doc for XML.java in  » Scripting » rhino » org » mozilla » javascript » xml » impl » xmlbeans » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Scripting » rhino » org.mozilla.javascript.xml.impl.xmlbeans 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.mozilla.javascript.xml.impl.xmlbeans.XMLObjectImpl
   org.mozilla.javascript.xml.impl.xmlbeans.XML

XML
class XML extends XMLObjectImpl (Code)

Inner Class :final static class XScriptAnnotation extends XmlBookmark implements Serializable
Inner Class :final static class NamespaceDeclarations

Field Summary
final static  longserialVersionUID
    


Method Summary
 XMLaddNamespace(Namespace ns)
     The addNamespace method adds a namespace declaration to the in scope namespaces for this XML object and returns this XML object.
 XMLappendChild(Object xml)
    
 XMLListattribute(XMLName xmlName)
    
 XMLListattributes()
    
protected  voidchangeNS(String oldURI, String newURI)
    
 XMLListchild(long index)
    
 XMLListchild(XMLName xmlName)
    
 intchildIndex()
    
 XMLListchildren()
    
 XMLListcomments()
    
protected static  javax.xml.namespace.QNamecomputeQName(Object name)
    
 booleancontains(Object xml)
    
 Objectcopy()
    
static  XMLcreateEmptyXML(XMLLibImpl lib)
    
static  XMLcreateFromJS(XMLLibImpl lib, Object inputObject)
    
static  XMLcreateFromXmlObject(XMLLibImpl lib, XmlObject xo)
    
static  XMLcreateTextElement(XMLLibImpl lib, javax.xml.namespace.QName qname, String value)
    
public  voiddelete(int index)
    
 voiddeleteXMLProperty(XMLName name)
    
 XMLListdescendants(XMLName xmlName)
    
 booleanequivalentXml(Object target)
    
protected static  XScriptAnnotationfindAnnotation(XmlCursor curs)
    
public  Objectget(int index, Scriptable start)
    
protected  XScriptAnnotationgetAnnotation()
    
public  StringgetClassName()
    
public  ScriptablegetExtraMethodSource(Context cx)
     See ECMA 357, 11_2_2_1, Semantics, 3_f.
static  XMLgetFromAnnotation(XMLLibImpl lib, XScriptAnnotation anno)
    
public  Object[]getIds()
    
public  Object[]getIdsForDebug()
    
 XMLListgetPropertyList(XMLName name)
    
 ObjectgetXMLProperty(XMLName xmlName)
    
 XMLgetXmlChild(long index)
    
 XmlObjectgetXmlObject()
    
public  booleanhas(int index, Scriptable start)
    
 booleanhasComplexContent()
    
 booleanhasOwnProperty(XMLName xmlName)
    
 booleanhasSimpleContent()
    
 booleanhasXMLProperty(XMLName xmlName)
    
 Object[]inScopeNamespaces()
     The inScopeNamespaces method returns an Array of Namespace objects representing the namespaces in scope for this XML object in the context of its parent.
 XMLinsertChildAfter(Object child, Object xml)
    
 XMLinsertChildBefore(Object child, Object xml)
    
protected  ObjectjsConstructor(Context cx, boolean inNewExpr, Object[] args)
    
 intlength()
     Length of an XML object is always 1, it's a list of XML objects of size 1.
 StringlocalName()
    
 QNamename()
     The name method returns the qualified name associated with this XML object.
 Objectnamespace(String prefix)
    
 Object[]namespaceDeclarations()
    
 ObjectnodeKind()
    
 voidnormalize()
    
 Objectparent()
    
 XMLprependChild(Object xml)
    
 ObjectprocessingInstructions(XMLName xmlName)
    
 booleanpropertyIsEnumerable(Object name)
    
public  voidput(int index, Scriptable start, Object value)
    
 voidputXMLProperty(XMLName xmlName, Object value)
    
 voidremove()
    
protected  voidremoveChild(long index)
    
 XMLremoveNamespace(Namespace ns)
    
protected  voidremoveToken(XmlCursor curs)
    
 XMLreplace(long index, Object xml)
    
 XMLreplace(XMLName xmlName, Object xml)
    
 voidreplaceAll(XML value)
    
 voidsetAttribute(XMLName xmlName, Object value)
    
 XMLsetChildren(Object xml)
    
 voidsetLocalName(String localName)
    
 voidsetName(QName qname)
    
 voidsetNamespace(Namespace ns)
    
 XMLListtext()
    
 StringtoSource(int indent)
    
public  StringtoString()
    
 StringtoXMLString(int indent)
    
 XmlCursor.TokenTypetokenType()
    
 ObjectvalueOf()
    

Field Detail
serialVersionUID
final static long serialVersionUID(Code)





Method Detail
addNamespace
XML addNamespace(Namespace ns)(Code)
The addNamespace method adds a namespace declaration to the in scope namespaces for this XML object and returns this XML object.
Parameters:
  toAdd -



appendChild
XML appendChild(Object xml)(Code)

Parameters:
  xml -



attribute
XMLList attribute(XMLName xmlName)(Code)

Parameters:
  name -



attributes
XMLList attributes()(Code)



changeNS
protected void changeNS(String oldURI, String newURI)(Code)



child
XMLList child(long index)(Code)



child
XMLList child(XMLName xmlName)(Code)



childIndex
int childIndex()(Code)



children
XMLList children()(Code)



comments
XMLList comments()(Code)



computeQName
protected static javax.xml.namespace.QName computeQName(Object name)(Code)

Parameters:
  name -



contains
boolean contains(Object xml)(Code)

Parameters:
  xml -



copy
Object copy()(Code)



createEmptyXML
static XML createEmptyXML(XMLLibImpl lib)(Code)



createFromJS
static XML createFromJS(XMLLibImpl lib, Object inputObject)(Code)



createFromXmlObject
static XML createFromXmlObject(XMLLibImpl lib, XmlObject xo)(Code)



createTextElement
static XML createTextElement(XMLLibImpl lib, javax.xml.namespace.QName qname, String value)(Code)

Parameters:
  qname -
Parameters:
  value -



delete
public void delete(int index)(Code)

Parameters:
  index -



deleteXMLProperty
void deleteXMLProperty(XMLName name)(Code)

Parameters:
  name -



descendants
XMLList descendants(XMLName xmlName)(Code)

Parameters:
  name -



equivalentXml
boolean equivalentXml(Object target)(Code)

Parameters:
  target -



findAnnotation
protected static XScriptAnnotation findAnnotation(XmlCursor curs)(Code)

Parameters:
  curs -



get
public Object get(int index, Scriptable start)(Code)
XML[0] should return this, all other indexes are Undefined
Parameters:
  index -
Parameters:
  start -



getAnnotation
protected XScriptAnnotation getAnnotation()(Code)



getClassName
public String getClassName()(Code)



getExtraMethodSource
public Scriptable getExtraMethodSource(Context cx)(Code)
See ECMA 357, 11_2_2_1, Semantics, 3_f.



getFromAnnotation
static XML getFromAnnotation(XMLLibImpl lib, XScriptAnnotation anno)(Code)



getIds
public Object[] getIds()(Code)



getIdsForDebug
public Object[] getIdsForDebug()(Code)



getPropertyList
XMLList getPropertyList(XMLName name)(Code)

Parameters:
  name -
Parameters:
  start -



getXMLProperty
Object getXMLProperty(XMLName xmlName)(Code)

Parameters:
  name -
Parameters:
  start -



getXmlChild
XML getXmlChild(long index)(Code)

Parameters:
  index -



getXmlObject
XmlObject getXmlObject()(Code)



has
public boolean has(int index, Scriptable start)(Code)

Parameters:
  index -
Parameters:
  start -



hasComplexContent
boolean hasComplexContent()(Code)



hasOwnProperty
boolean hasOwnProperty(XMLName xmlName)(Code)



hasSimpleContent
boolean hasSimpleContent()(Code)



hasXMLProperty
boolean hasXMLProperty(XMLName xmlName)(Code)
Does the named property exist
Parameters:
  name -
Parameters:
  start -



inScopeNamespaces
Object[] inScopeNamespaces()(Code)
The inScopeNamespaces method returns an Array of Namespace objects representing the namespaces in scope for this XML object in the context of its parent. Array of all Namespaces in scope for this XML Object.



insertChildAfter
XML insertChildAfter(Object child, Object xml)(Code)

Parameters:
  child -
Parameters:
  xml -



insertChildBefore
XML insertChildBefore(Object child, Object xml)(Code)

Parameters:
  child -
Parameters:
  xml -



jsConstructor
protected Object jsConstructor(Context cx, boolean inNewExpr, Object[] args)(Code)



length
int length()(Code)
Length of an XML object is always 1, it's a list of XML objects of size 1.



localName
String localName()(Code)



name
QName name()(Code)
The name method returns the qualified name associated with this XML object. The qualified name associated with this XML object.



namespace
Object namespace(String prefix)(Code)

Parameters:
  prefix -



namespaceDeclarations
Object[] namespaceDeclarations()(Code)



nodeKind
Object nodeKind()(Code)



normalize
void normalize()(Code)



parent
Object parent()(Code)



prependChild
XML prependChild(Object xml)(Code)

Parameters:
  xml -



processingInstructions
Object processingInstructions(XMLName xmlName)(Code)



propertyIsEnumerable
boolean propertyIsEnumerable(Object name)(Code)

Parameters:
  name -



put
public void put(int index, Scriptable start, Object value)(Code)

Parameters:
  index -
Parameters:
  start -
Parameters:
  value -



putXMLProperty
void putXMLProperty(XMLName xmlName, Object value)(Code)

Parameters:
  name -
Parameters:
  start -
Parameters:
  value -



remove
void remove()(Code)



removeChild
protected void removeChild(long index)(Code)

Parameters:
  index -



removeNamespace
XML removeNamespace(Namespace ns)(Code)

Parameters:
  namespace -



removeToken
protected void removeToken(XmlCursor curs)(Code)

Parameters:
  curs -



replace
XML replace(long index, Object xml)(Code)



replace
XML replace(XMLName xmlName, Object xml)(Code)

Parameters:
  propertyName -
Parameters:
  xml -



replaceAll
void replaceAll(XML value)(Code)

Parameters:
  value -



setAttribute
void setAttribute(XMLName xmlName, Object value)(Code)

Parameters:
  attrName -
Parameters:
  value -



setChildren
XML setChildren(Object xml)(Code)

Parameters:
  xml -



setLocalName
void setLocalName(String localName)(Code)

Parameters:
  name -



setName
void setName(QName qname)(Code)

Parameters:
  name -



setNamespace
void setNamespace(Namespace ns)(Code)

Parameters:
  ns -



text
XMLList text()(Code)



toSource
String toSource(int indent)(Code)



toString
public String toString()(Code)



toXMLString
String toXMLString(int indent)(Code)



tokenType
XmlCursor.TokenType tokenType()(Code)



valueOf
Object valueOf()(Code)



Fields inherited from org.mozilla.javascript.xml.impl.xmlbeans.XMLObjectImpl
final protected XMLLibImpl lib(Code)(Java Doc)
protected boolean prototypeFlag(Code)(Java Doc)

Methods inherited from org.mozilla.javascript.xml.impl.xmlbeans.XMLObjectImpl
abstract XML addNamespace(Namespace ns)(Code)(Java Doc)
final public Object addValues(Context cx, boolean thisIsLeft, Object value)(Code)(Java Doc)
abstract XML appendChild(Object xml)(Code)(Java Doc)
abstract XMLList attribute(XMLName xmlName)(Code)(Java Doc)
abstract XMLList attributes()(Code)(Java Doc)
abstract XMLList child(long index)(Code)(Java Doc)
abstract XMLList child(XMLName xmlName)(Code)(Java Doc)
abstract int childIndex()(Code)(Java Doc)
abstract XMLList children()(Code)(Java Doc)
abstract XMLList comments()(Code)(Java Doc)
abstract boolean contains(Object xml)(Code)(Java Doc)
abstract Object copy()(Code)(Java Doc)
public void delete(String name)(Code)(Java Doc)
abstract void deleteXMLProperty(XMLName name)(Code)(Java Doc)
abstract XMLList descendants(XMLName xmlName)(Code)(Java Doc)
final public boolean ecmaDelete(Context cx, Object id)(Code)(Java Doc)
final public Object ecmaGet(Context cx, Object id)(Code)(Java Doc)
final public boolean ecmaHas(Context cx, Object id)(Code)(Java Doc)
final public void ecmaPut(Context cx, Object id, Object value)(Code)(Java Doc)
public NativeWith enterDotQuery(Scriptable scope)(Code)(Java Doc)
public NativeWith enterWith(Scriptable scope)(Code)(Java Doc)
final protected Object equivalentValues(Object value)(Code)(Java Doc)
abstract boolean equivalentXml(Object target)(Code)(Java Doc)
public Object execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args)(Code)(Java Doc)
final void exportAsJSClass(boolean sealed)(Code)(Java Doc)
protected int findPrototypeId(String s)(Code)(Java Doc)
final public Object getDefaultValue(Class hint)(Code)(Java Doc)
final Object getMethod(String id)(Code)(Java Doc)
abstract Object getXMLProperty(XMLName name)(Code)(Java Doc)
abstract org.apache.xmlbeans.XmlObject getXmlObject()(Code)(Java Doc)
abstract boolean hasComplexContent()(Code)(Java Doc)
abstract boolean hasOwnProperty(XMLName xmlName)(Code)(Java Doc)
abstract boolean hasSimpleContent()(Code)(Java Doc)
abstract boolean hasXMLProperty(XMLName name)(Code)(Java Doc)
abstract Object[] inScopeNamespaces()(Code)(Java Doc)
protected void initPrototypeId(int id)(Code)(Java Doc)
abstract XML insertChildAfter(Object child, Object xml)(Code)(Java Doc)
abstract XML insertChildBefore(Object child, Object xml)(Code)(Java Doc)
abstract protected Object jsConstructor(Context cx, boolean inNewExpr, Object[] args)(Code)(Java Doc)
abstract int length()(Code)(Java Doc)
final public XMLLib lib()(Code)(Java Doc)
abstract String localName()(Code)(Java Doc)
public Ref memberRef(Context cx, Object elem, int memberTypeFlags)(Code)(Java Doc)
public Ref memberRef(Context cx, Object namespace, Object elem, int memberTypeFlags)(Code)(Java Doc)
abstract QName name()(Code)(Java Doc)
abstract Object namespace(String prefix)(Code)(Java Doc)
abstract Object[] namespaceDeclarations()(Code)(Java Doc)
abstract Object nodeKind()(Code)(Java Doc)
abstract void normalize()(Code)(Java Doc)
abstract Object parent()(Code)(Java Doc)
abstract XML prependChild(Object xml)(Code)(Java Doc)
abstract Object processingInstructions(XMLName xmlName)(Code)(Java Doc)
abstract boolean propertyIsEnumerable(Object member)(Code)(Java Doc)
abstract void putXMLProperty(XMLName name, Object value)(Code)(Java Doc)
abstract XML removeNamespace(Namespace ns)(Code)(Java Doc)
abstract XML replace(long index, Object xml)(Code)(Java Doc)
abstract XML replace(XMLName name, Object xml)(Code)(Java Doc)
abstract XML setChildren(Object xml)(Code)(Java Doc)
abstract void setLocalName(String name)(Code)(Java Doc)
abstract void setName(QName xmlName)(Code)(Java Doc)
abstract void setNamespace(Namespace ns)(Code)(Java Doc)
abstract XMLList text()(Code)(Java Doc)
abstract String toSource(int indent)(Code)(Java Doc)
abstract public String toString()(Code)(Java Doc)
abstract String toXMLString(int indent)(Code)(Java Doc)
abstract Object valueOf()(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.