Home
last modified time | relevance | path

Searched defs:xmlParser (Results 1 – 25 of 99) sorted by relevance

1234

/dports/devel/upnp/pupnp-release-1.14.12/ixml/src/
H A Dixmlparser.c298 Parser *xmlParser) in Parser_free()
414 Parser *xmlParser) in Parser_skipWhiteSpaces()
428 Parser *xmlParser) in Parser_skipXMLDecl()
475 Parser *xmlParser) in Parser_skipMisc()
507 Parser *xmlParser) in Parser_skipProlog()
547 Parser *xmlParser, in Parser_setLastElem()
567 Parser *xmlParser) in Parser_clearTokenBuf()
850 Parser *xmlParser, in Parser_appendTokBufChar()
931 Parser *xmlParser, in Parser_appendTokBufStr()
950 Parser *xmlParser, in Parser_copyToken()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/
H A Dclass.ilObjQuestionPoolXMLParser.php40 public function setHandlers($xmlParser)
47 public function handlerBeginTag($xmlParser, $tagName, $tagAttributes)
80 public function handlerEndTag($xmlParser, $tagName)
122 public function handlerCharacterData($xmlParser, $charData)
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/
H A Dclass.ilObjQuestionPoolXMLParser.php40 public function setHandlers($xmlParser)
47 public function handlerBeginTag($xmlParser, $tagName, $tagAttributes)
80 public function handlerEndTag($xmlParser, $tagName)
122 public function handlerCharacterData($xmlParser, $charData)
/dports/www/ilias/ILIAS-5.4.25/Modules/Test/classes/
H A Dclass.ilObjTestXMLParser.php56 public function setHandlers($xmlParser)
63 public function handlerBeginTag($xmlParser, $tagName, $tagAttributes)
113 public function handlerEndTag($xmlParser, $tagName)
180 public function handlerCharacterData($xmlParser, $charData)
H A Dclass.ilTestSkillLevelThresholdXmlParser.php150 public function setHandlers($xmlParser)
157 public function handlerBeginTag($xmlParser, $tagName, $tagAttributes)
207 public function handlerEndTag($xmlParser, $tagName)
265 public function handlerCharacterData($xmlParser, $charData)
/dports/www/ilias6/ILIAS-6.14/Modules/Test/classes/
H A Dclass.ilObjTestXMLParser.php56 public function setHandlers($xmlParser)
63 public function handlerBeginTag($xmlParser, $tagName, $tagAttributes)
113 public function handlerEndTag($xmlParser, $tagName)
180 public function handlerCharacterData($xmlParser, $charData)
H A Dclass.ilTestSkillLevelThresholdXmlParser.php150 public function setHandlers($xmlParser)
157 public function handlerBeginTag($xmlParser, $tagName, $tagAttributes)
207 public function handlerEndTag($xmlParser, $tagName)
265 public function handlerCharacterData($xmlParser, $charData)
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/questions/
H A Dclass.ilAssQuestionSkillAssignmentXmlParser.php156 public function setHandlers($xmlParser)
163 public function handlerBeginTag($xmlParser, $tagName, $tagAttributes)
214 public function handlerEndTag($xmlParser, $tagName)
259 public function handlerCharacterData($xmlParser, $charData)
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/questions/
H A Dclass.ilAssQuestionSkillAssignmentXmlParser.php156 public function setHandlers($xmlParser)
163 public function handlerBeginTag($xmlParser, $tagName, $tagAttributes)
214 public function handlerEndTag($xmlParser, $tagName)
259 public function handlerCharacterData($xmlParser, $charData)
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/cmd/vendor/github.com/ugorji/go/codec/
H A Dxml.go317 type xmlParser struct { struct
318 r decReader member
319 toks []xmlToken // list of tokens.
320 ptr int // ptr into the toks slice
321 done bool // nothing else to parse. r now returns EOF.
324 func (x *xmlParser) next() (t *xmlToken) {
343 func (x *xmlParser) nextTag() {
/dports/net/rospo/rospo-0.7.1/vendor/github.com/ugorji/go/go-1.1.7/codec/
H A Dxml.go397 type xmlParser struct { struct
398 r decReader member
399 toks []xmlToken // list of tokens.
400 ptr int // ptr into the toks slice
401 done bool // nothing else to parse. r now returns EOF.
404 func (x *xmlParser) next() (t *xmlToken) {
423 func (x *xmlParser) nextTag() {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/ugorji/go/codec/codec/
H A Dxml.go399 type xmlParser struct { struct
400 r decReader member
401 toks []xmlToken // list of tokens.
402 ptr int // ptr into the toks slice
403 done bool // nothing else to parse. r now returns EOF.
406 func (x *xmlParser) next() (t *xmlToken) {
425 func (x *xmlParser) nextTag() {
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/ugorji/go/codec/
H A Dxml.go399 type xmlParser struct { struct
400 r decReader member
401 toks []xmlToken // list of tokens.
402 ptr int // ptr into the toks slice
403 done bool // nothing else to parse. r now returns EOF.
406 func (x *xmlParser) next() (t *xmlToken) {
425 func (x *xmlParser) nextTag() {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/ugorji/go/codec/
H A Dxml.go399 type xmlParser struct { struct
400 r decReader member
401 toks []xmlToken // list of tokens.
402 ptr int // ptr into the toks slice
403 done bool // nothing else to parse. r now returns EOF.
406 func (x *xmlParser) next() (t *xmlToken) {
425 func (x *xmlParser) nextTag() {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/ugorji/go/codec/
H A Dxml.go399 type xmlParser struct { struct
400 r decReader member
401 toks []xmlToken // list of tokens.
402 ptr int // ptr into the toks slice
403 done bool // nothing else to parse. r now returns EOF.
406 func (x *xmlParser) next() (t *xmlToken) {
425 func (x *xmlParser) nextTag() {
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/ugorji/go/codec/
H A Dxml.go399 type xmlParser struct { struct
400 r decReader member
401 toks []xmlToken // list of tokens.
402 ptr int // ptr into the toks slice
403 done bool // nothing else to parse. r now returns EOF.
406 func (x *xmlParser) next() (t *xmlToken) {
425 func (x *xmlParser) nextTag() {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-msgpack/codec/
H A Dxml.go399 type xmlParser struct { struct
400 r decReader member
401 toks []xmlToken // list of tokens.
402 ptr int // ptr into the toks slice
403 done bool // nothing else to parse. r now returns EOF.
406 func (x *xmlParser) next() (t *xmlToken) {
425 func (x *xmlParser) nextTag() {
/dports/www/mirrorselect/mirrorselect-0.9.0/vendor/github.com/ugorji/go/codec/
H A Dxml.go397 type xmlParser struct { struct
398 r decReader member
399 toks []xmlToken // list of tokens.
400 ptr int // ptr into the toks slice
401 done bool // nothing else to parse. r now returns EOF.
404 func (x *xmlParser) next() (t *xmlToken) {
423 func (x *xmlParser) nextTag() {
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vendor/github.com/ugorji/go/codec/
H A Dxml.go399 type xmlParser struct { struct
400 r decReader member
401 toks []xmlToken // list of tokens.
402 ptr int // ptr into the toks slice
403 done bool // nothing else to parse. r now returns EOF.
406 func (x *xmlParser) next() (t *xmlToken) {
425 func (x *xmlParser) nextTag() {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/ugorji/go/codec/
H A Dxml.go397 type xmlParser struct { struct
398 r decReader member
399 toks []xmlToken // list of tokens.
400 ptr int // ptr into the toks slice
401 done bool // nothing else to parse. r now returns EOF.
404 func (x *xmlParser) next() (t *xmlToken) {
423 func (x *xmlParser) nextTag() {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vendor/github.com/ugorji/go/codec/
H A Dxml.go399 type xmlParser struct { struct
400 r decReader member
401 toks []xmlToken // list of tokens.
402 ptr int // ptr into the toks slice
403 done bool // nothing else to parse. r now returns EOF.
406 func (x *xmlParser) next() (t *xmlToken) {
425 func (x *xmlParser) nextTag() {
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/vendor/github.com/ugorji/go/codec/
H A Dxml.go399 type xmlParser struct { struct
400 r decReader member
401 toks []xmlToken // list of tokens.
402 ptr int // ptr into the toks slice
403 done bool // nothing else to parse. r now returns EOF.
406 func (x *xmlParser) next() (t *xmlToken) {
425 func (x *xmlParser) nextTag() {
/dports/sysutils/istio/vault-sdk-v0.1.12/vendor/github.com/ugorji/go/codec/
H A Dxml.go399 type xmlParser struct { struct
400 r decReader member
401 toks []xmlToken // list of tokens.
402 ptr int // ptr into the toks slice
403 done bool // nothing else to parse. r now returns EOF.
406 func (x *xmlParser) next() (t *xmlToken) {
425 func (x *xmlParser) nextTag() {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/siddontang/ledisdb/vendor/github.com/ugorji/go/codec/
H A Dxml.go323 type xmlParser struct { struct
324 r decReader member
325 toks []xmlToken // list of tokens.
326 ptr int // ptr into the toks slice
327 done bool // nothing else to parse. r now returns EOF.
330 func (x *xmlParser) next() (t *xmlToken) {
349 func (x *xmlParser) nextTag() {
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/parsers/
H A DBug6849942Test.java54 DocumentBuilder xmlParser = factory.newDocumentBuilder(); in test() local
72 DocumentBuilder xmlParser = factory.newDocumentBuilder(); in testWProlog() local

1234