LayerD CodeDOM and Zoe Compiler interface
XplDocumentData Class
NamespacesLayerD.CodeDOMXplDocumentData

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for T:LayerD.CodeDOM.XplDocumentData]

Declaration Syntax
C#Visual BasicVisual C++
[SerializableAttribute]
public class XplDocumentData : XplNode
<SerializableAttribute> _
Public Class XplDocumentData _
	Inherits XplNode
[SerializableAttribute]
public ref class XplDocumentData : public XplNode
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
XplDocumentData()()()
XplDocumentData(XplDocumenttype_enum, String)
XplDocumentData(XplConfig)
XplDocumentData(XplDocumenttype_enum, String, XplConfig)
XplDocumentData(XplDocumenttype_enum, String, String)
XplDocumentData(XplNode, XplFileData, XplCopyright, XplConfig, XplDocumentation)
XplDocumentData(XplDocumenttype_enum, String, String, XplConfig)
XplDocumentData(XplDocumenttype_enum, String, XplNode, XplFileData, XplCopyright, XplConfig, XplDocumentation)
XplDocumentData(XplDocumenttype_enum, String, String, XplNode, XplFileData, XplCopyright, XplConfig, XplDocumentation)
Attributes()()() (Overrides XplNode.Attributes()()().)
AttributeValue(String) (Overrides XplNode.AttributeValue(String).)
BinaryRead(XplBinaryReader) (Overrides XplNode.BinaryRead(XplBinaryReader).)
BinaryWrite(XplBinaryWriter) (Overrides XplNode.BinaryWrite(XplBinaryWriter).)
ChildNodes()()() (Overrides XplNode.ChildNodes()()().)
Children()()()
Devuelve todos los nodos hijos sólo para elementos que puedan contener una cantidad variable de nodos hijos. De lo contrario de vuelve null;
(Inherited from XplNode.)
Clone()()() (Overrides XplNode.Clone()()().)
CurrentBlock
Returns first parent -block- node or null if it isn't inside a -block- node.
(Inherited from XplNode.)
CurrentClass
Returns first parent class node or null if it isn't inside a class node.
(Inherited from XplNode.)
CurrentDocumentBody
Returns current DocumentBody node or null if it isn't inside a DocumentNode node.
(Inherited from XplNode.)
CurrentExpression
Returns first parent expression node or null if it isn't inside a expression node.
(Inherited from XplNode.)
CurrentFunction
Returns first parent function node or null if it isn't inside a function node.
(Inherited from XplNode.)
CurrentNamespace
Returns first parent namespace node or null if it isn't inside a namespace node.
(Inherited from XplNode.)
CurrentProperty
Returns first parent property node or null if it isn't inside a property node.
(Inherited from XplNode.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FindNode(String)
Devuelve el primer nodo encontrado recorriendo en profundidad desde el nodo actual. Si la cadena es nula no realiza busqueda.
(Inherited from XplNode.)
FindNodes(String)
Busca nodos de acuerdo a la cadena patron "matchString". Comienza en el nodo actual. Si no encuentra nada devuelve una lista vacia. Las cadenas de patrón deben tener la forma: (..\)*(\nodeName[(attributeName=attributeValue,)*])* Si la cadena es nula o vacia no realzia busqueda.
(Inherited from XplNode.)
FindNodes(String, XplNodeList)
Igual que FindNodes pero usa "list" para almacenar los nodos coincidentes. Devuelve la propia lista. Si la lista o la cadena es nula no realiza busqueda.
(Inherited from XplNode.)
get_BoolValue()()() (Inherited from XplNode.)
get_Config()()()
get_Content()()()
Devuelve el contenido de un elemento de tipo "choice". Si el elemento no es de tipo "choice" devuelve nulo.
(Inherited from XplNode.)
get_ContentTypeName()()()
Devuelve un string con el nombre de tipo del contenido del nodo. Solo sirve para nodos simples XplNode, para nodos complejos devuelve el nombre del tipo del nodo.
(Inherited from XplNode.)
get_ContentTypeNameString()()()
Returns a user friendly typename
(Inherited from XplNode.)
get_Copyright()()()
get_DateTimeValue()()() (Inherited from XplNode.)
get_doc()()() (Inherited from XplNode.)
get_Documentation()()()
get_DocumentType()()()
get_DocumentVersion()()()
get_ElementName()()()
Obtiene el nombre del elemento XML del nodo.
(Inherited from XplNode.)
get_ErrorString()()() (Inherited from XplNode.)
get_ExternConfig()()()
get_helpURL()()() (Inherited from XplNode.)
get_IntValue()()() (Inherited from XplNode.)
get_iny()()() (Inherited from XplNode.)
get_inyby()()() (Inherited from XplNode.)
get_inydata()()() (Inherited from XplNode.)
get_lddata()()() (Inherited from XplNode.)
get_ldsrc()()() (Inherited from XplNode.)
get_Original()()()
get_Parent()()() (Inherited from XplNode.)
get_StringValue()()() (Inherited from XplNode.)
get_Title()()()
get_TypeName()()() (Overrides XplNode.get_TypeName()()().)
get_UnsignedValue()()() (Inherited from XplNode.)
GetHashCode()()()
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
new_Config()()()
new_Copyright()()()
new_Documentation()()()
new_Original()()()
new_Title()()()
Read(XplReader) (Overrides XplNode.Read(XplReader).)
set_Config(XplConfig)
set_Content(XplNode)
Establece el contenido de un elemento de tipo "choice". Si el elemento no es de tipo "choice" devuelve nulo.
(Inherited from XplNode.)
set_Copyright(XplCopyright)
set_doc(String) (Inherited from XplNode.)
set_Documentation(XplDocumentation)
set_DocumentType(XplDocumenttype_enum)
set_DocumentVersion(String)
set_ElementName(String) (Inherited from XplNode.)
set_ErrorString(String) (Inherited from XplNode.)
set_ExternConfig(String)
set_helpURL(String) (Inherited from XplNode.)
set_iny(Boolean) (Inherited from XplNode.)
set_inyby(String) (Inherited from XplNode.)
set_inydata(String) (Inherited from XplNode.)
set_lddata(String) (Inherited from XplNode.)
set_ldsrc(String) (Inherited from XplNode.)
set_Original(XplFileData)
set_Parent(XplNode) (Inherited from XplNode.)
set_Title(XplNode)
set_Value(String) (Inherited from XplNode.)
set_Value(Int32) (Inherited from XplNode.)
set_Value(Object)
Funcion para establecer valor generica, es obsoleta deberia chequear el tipo del objeto pasado. Usar con cuidado.
(Inherited from XplNode.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Write(XplWriter) (Overrides XplNode.Write(XplWriter).)
Inheritance Hierarchy
Object
XplNode
 XplDocumentData

Assembly: lib_layerd_xpl_codedom_net (Module: lib_layerd_xpl_codedom_net) Version: 1.0.3410.22810 (1.0.0.0)