Xml
Xml
Fields
| Name | Type | |
|---|---|---|
nodeType | I32 | |
nodeName | String | |
nodeValue | String | |
parent | Xml | |
children | hl.types.ArrayObj | |
attributeMap | haxe.ds.StringMap | |
| static | Element | I32 |
| static | PCData | I32 |
| static | CData | I32 |
| static | Comment | I32 |
| static | DocType | I32 |
| static | ProcessingInstruction | I32 |
| static | Document | I32 |
| static | parse | Fun |
| static | createElement | Fun |
| static | createPCData | Fun |
| static | createCData | Fun |
| static | createComment | Fun |
| static | createDocType | Fun |
| static | createProcessingInstruction | Fun |
| static | createDocument | Fun |
Protos
f@9566get(Xml, String) → Stringf@9567set(Xml, String, String) → Voidf@9568exists(Xml, String) → Boolf@9569attributes(Xml) → Virtual[hasNext, next]f@9570elements(Xml) → Virtual[hasNext, next]f@9571elementsNamed(Xml, String) → Virtual[hasNext, next]f@9572firstElement(Xml) → Xmlf@9573addChild(Xml, Xml) → Voidf@9574removeChild(Xml, Xml) → Boolf@9575toString(Xml) → Stringf@9576__string(Xml) → Bytes
Bindings
- static
f@9584__constructor__(Xml, I32) → Void - static
f@9583createDocument() → Xml - static
f@9582createProcessingInstruction(String) → Xml - static
f@9581createDocType(String) → Xml - static
f@9580createComment(String) → Xml - static
f@9579createCData(String) → Xml - static
f@9578createPCData(String) → Xml - static
f@9577createElement(String) → Xml - static
f@9565parse(String) → Xml